: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: #a9a9a9;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f1f1f1;
  --dark: #a9a9a9;
  --color-white: #fff;
  --color-wild-sand: #f5f5f5;
  --color-mercury: #e1e1e1;
  --color-solitude: #ecf7ff;
  --color-quill-gray: #d0cfcd;
  --color-silver-chalice: #a9a9a9;
  --color-hit-gray: #adb5bd;
  --color-tundora: #4a4a4a;
  --color-blizzard-blue: #c0daf3;
  --color-sail: #9dcdf8;
  --color-danube: #7dadd9;
  --color-seagull: #6cace4;
  --color-matisse: #216fb4;
  --color-denim: #136dbe;
  --color-tory-blue: #1751b7;
  --color-chathams-blue: #15578a;
  --color-blumine: #20558a;
  --color-primary: #262262;
  --color-port-gore-5: #2d2975;
  --color-port-gore-10: #352f88;
  --color-port-gore-20: #433cae;
  --color-port-gore-30: #5f58c5;
  --color-port-gore-50: #a7a4df;
  --color-port-gore-darker: #17153c;
  --color-minsk: #2f2e7e;
  --color-east-bay: #494779;
  --color-victoria: #4d4ca5;
  --color-gigas: #403c8b;
  --color-peach-yellow: #f9e2af;
  --color-saffron-mango: #f8c954;
  --color-froly: #f48972;
  --color-de-york: #8bc990;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Helvetica", Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
/*
  .gtm-topnav-drop{

      display: block;
      white-space: normal;
      text-align: left;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 30px;
      font-size: .8rem;
      font-weight: 700;
      color: #262262;
      position: relative;

  }
  */
*,
:after,
:before {
  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: "Helvetica", Arial, 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),
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
}
address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]),
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
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 {
  border-style: none;
}
img,
svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
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;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: Droid Serif, serif;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
}
.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
}
.display-3 {
  font-size: 4.5rem;
}
.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
}
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-inline,
.list-unstyled {
  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: "â€”Â ";
}
.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.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-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.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-auto,
.col-lg,
.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-auto,
.col-md,
.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-auto,
.col-sm,
.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-auto,
.col-xl,
.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-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.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.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table td,
.table th {
  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 td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  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 > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fbfbfb;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #f8f8f8;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #eee;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #e7e7e7;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #d2d2d2;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #dadada;
}
.table-color-white,
.table-color-white > td,
.table-color-white > th {
  background-color: #fff;
}
.table-color-white tbody + tbody,
.table-color-white td,
.table-color-white th,
.table-color-white thead th {
  border-color: #fff;
}
.table-hover .table-color-white:hover,
.table-hover .table-color-white:hover > td,
.table-hover .table-color-white:hover > th {
  background-color: #f2f2f2;
}
.table-color-wild-sand,
.table-color-wild-sand > td,
.table-color-wild-sand > th {
  background-color: #fcfcfc;
}
.table-color-wild-sand tbody + tbody,
.table-color-wild-sand td,
.table-color-wild-sand th,
.table-color-wild-sand thead th {
  border-color: #fafafa;
}
.table-hover .table-color-wild-sand:hover,
.table-hover .table-color-wild-sand:hover > td,
.table-hover .table-color-wild-sand:hover > th {
  background-color: #efefef;
}
.table-color-mercury,
.table-color-mercury > td,
.table-color-mercury > th {
  background-color: #f7f7f7;
}
.table-color-mercury tbody + tbody,
.table-color-mercury td,
.table-color-mercury th,
.table-color-mercury thead th {
  border-color: #efefef;
}
.table-hover .table-color-mercury:hover,
.table-hover .table-color-mercury:hover > td,
.table-hover .table-color-mercury:hover > th {
  background-color: #eaeaea;
}
.table-color-solitude,
.table-color-solitude > td,
.table-color-solitude > th {
  background-color: #fafdff;
}
.table-color-solitude tbody + tbody,
.table-color-solitude td,
.table-color-solitude th,
.table-color-solitude thead th {
  border-color: #f5fbff;
}
.table-hover .table-color-solitude:hover,
.table-hover .table-color-solitude:hover > td,
.table-hover .table-color-solitude:hover > th {
  background-color: #e1f3ff;
}
.table-color-quill-gray,
.table-color-quill-gray > td,
.table-color-quill-gray > th {
  background-color: #f2f2f1;
}
.table-color-quill-gray tbody + tbody,
.table-color-quill-gray td,
.table-color-quill-gray th,
.table-color-quill-gray thead th {
  border-color: #e7e6e5;
}
.table-hover .table-color-quill-gray:hover,
.table-hover .table-color-quill-gray:hover > td,
.table-hover .table-color-quill-gray:hover > th {
  background-color: #e6e6e4;
}
.table-color-silver-chalice,
.table-color-silver-chalice > td,
.table-color-silver-chalice > th {
  background-color: #e7e7e7;
}
.table-color-silver-chalice tbody + tbody,
.table-color-silver-chalice td,
.table-color-silver-chalice th,
.table-color-silver-chalice thead th {
  border-color: #d2d2d2;
}
.table-hover .table-color-silver-chalice:hover,
.table-hover .table-color-silver-chalice:hover > td,
.table-hover .table-color-silver-chalice:hover > th {
  background-color: #dadada;
}
.table-color-hit-gray,
.table-color-hit-gray > td,
.table-color-hit-gray > th {
  background-color: #e8eaed;
}
.table-color-hit-gray tbody + tbody,
.table-color-hit-gray td,
.table-color-hit-gray th,
.table-color-hit-gray thead th {
  border-color: #d4d9dd;
}
.table-hover .table-color-hit-gray:hover,
.table-hover .table-color-hit-gray:hover > td,
.table-hover .table-color-hit-gray:hover > th {
  background-color: #dadde2;
}
.table-color-tundora,
.table-color-tundora > td,
.table-color-tundora > th {
  background-color: #ccc;
}
.table-color-tundora tbody + tbody,
.table-color-tundora td,
.table-color-tundora th,
.table-color-tundora thead th {
  border-color: #a1a1a1;
}
.table-hover .table-color-tundora:hover,
.table-hover .table-color-tundora:hover > td,
.table-hover .table-color-tundora:hover > th {
  background-color: #bfbfbf;
}
.table-color-blizzard-blue,
.table-color-blizzard-blue > td,
.table-color-blizzard-blue > th {
  background-color: #edf5fc;
}
.table-color-blizzard-blue tbody + tbody,
.table-color-blizzard-blue td,
.table-color-blizzard-blue th,
.table-color-blizzard-blue thead th {
  border-color: #deecf9;
}
.table-hover .table-color-blizzard-blue:hover,
.table-hover .table-color-blizzard-blue:hover > td,
.table-hover .table-color-blizzard-blue:hover > th {
  background-color: #d7e9f8;
}
.table-color-sail,
.table-color-sail > td,
.table-color-sail > th {
  background-color: #e4f1fd;
}
.table-color-sail tbody + tbody,
.table-color-sail td,
.table-color-sail th,
.table-color-sail thead th {
  border-color: #cce5fb;
}
.table-hover .table-color-sail:hover,
.table-hover .table-color-sail:hover > td,
.table-hover .table-color-sail:hover > th {
  background-color: #cce5fb;
}
.table-color-danube,
.table-color-danube > td,
.table-color-danube > th {
  background-color: #dbe8f4;
}
.table-color-danube tbody + tbody,
.table-color-danube td,
.table-color-danube th,
.table-color-danube thead th {
  border-color: #bbd4eb;
}
.table-hover .table-color-danube:hover,
.table-hover .table-color-danube:hover > td,
.table-hover .table-color-danube:hover > th {
  background-color: #c7dcee;
}
.table-color-seagull,
.table-color-seagull > td,
.table-color-seagull > th {
  background-color: #d6e8f7;
}
.table-color-seagull tbody + tbody,
.table-color-seagull td,
.table-color-seagull th,
.table-color-seagull thead th {
  border-color: #b3d4f1;
}
.table-hover .table-color-seagull:hover,
.table-hover .table-color-seagull:hover > td,
.table-hover .table-color-seagull:hover > th {
  background-color: #c1dcf3;
}
.table-color-matisse,
.table-color-matisse > td,
.table-color-matisse > th {
  background-color: #c1d7ea;
}
.table-color-matisse tbody + tbody,
.table-color-matisse td,
.table-color-matisse th,
.table-color-matisse thead th {
  border-color: #8cb4d8;
}
.table-hover .table-color-matisse:hover,
.table-hover .table-color-matisse:hover > td,
.table-hover .table-color-matisse:hover > th {
  background-color: #aecbe4;
}
.table-color-denim,
.table-color-denim > td,
.table-color-denim > th {
  background-color: #bdd6ed;
}
.table-color-denim tbody + tbody,
.table-color-denim td,
.table-color-denim th,
.table-color-denim thead th {
  border-color: #84b3dd;
}
.table-hover .table-color-denim:hover,
.table-hover .table-color-denim:hover > td,
.table-hover .table-color-denim:hover > th {
  background-color: #a9cae8;
}
.table-color-tory-blue,
.table-color-tory-blue > td,
.table-color-tory-blue > th {
  background-color: #beceeb;
}
.table-color-tory-blue tbody + tbody,
.table-color-tory-blue td,
.table-color-tory-blue th,
.table-color-tory-blue thead th {
  border-color: #86a5da;
}
.table-hover .table-color-tory-blue:hover,
.table-hover .table-color-tory-blue:hover > td,
.table-hover .table-color-tory-blue:hover > th {
  background-color: #abbfe5;
}
.table-color-chathams-blue,
.table-color-chathams-blue > td,
.table-color-chathams-blue > th {
  background-color: #bdd0de;
}
.table-color-chathams-blue tbody + tbody,
.table-color-chathams-blue td,
.table-color-chathams-blue th,
.table-color-chathams-blue thead th {
  border-color: #85a8c2;
}
.table-hover .table-color-chathams-blue:hover,
.table-hover .table-color-chathams-blue:hover > td,
.table-hover .table-color-chathams-blue:hover > th {
  background-color: #acc4d6;
}
.table-color-blumine,
.table-color-blumine > td,
.table-color-blumine > th {
  background-color: #c1cfde;
}
.table-color-blumine tbody + tbody,
.table-color-blumine td,
.table-color-blumine th,
.table-color-blumine thead th {
  border-color: #8ba7c2;
}
.table-hover .table-color-blumine:hover,
.table-hover .table-color-blumine:hover > td,
.table-hover .table-color-blumine:hover > th {
  background-color: #b0c2d5;
}
.table-color-primary,
.table-color-primary > td,
.table-color-primary > th {
  background-color: #c2c1d3;
}
.table-color-primary tbody + tbody,
.table-color-primary td,
.table-color-primary th,
.table-color-primary thead th {
  border-color: #8e8cad;
}
.table-hover .table-color-primary:hover,
.table-hover .table-color-primary:hover > td,
.table-hover .table-color-primary:hover > th {
  background-color: #b3b2c8;
}
.table-color-port-gore-5,
.table-color-port-gore-5 > td,
.table-color-port-gore-5 > th {
  background-color: #c4c3d8;
}
.table-color-port-gore-5 tbody + tbody,
.table-color-port-gore-5 td,
.table-color-port-gore-5 th,
.table-color-port-gore-5 thead th {
  border-color: #9290b7;
}
.table-hover .table-color-port-gore-5:hover,
.table-hover .table-color-port-gore-5:hover > td,
.table-hover .table-color-port-gore-5:hover > th {
  background-color: #b5b4ce;
}
.table-color-port-gore-10,
.table-color-port-gore-10 > td,
.table-color-port-gore-10 > th {
  background-color: #c6c5de;
}
.table-color-port-gore-10 tbody + tbody,
.table-color-port-gore-10 td,
.table-color-port-gore-10 th,
.table-color-port-gore-10 thead th {
  border-color: #9693c1;
}
.table-hover .table-color-port-gore-10:hover,
.table-hover .table-color-port-gore-10:hover > td,
.table-hover .table-color-port-gore-10:hover > th {
  background-color: #b6b5d5;
}
.table-color-port-gore-20,
.table-color-port-gore-20 > td,
.table-color-port-gore-20 > th {
  background-color: #cac8e8;
}
.table-color-port-gore-20 tbody + tbody,
.table-color-port-gore-20 td,
.table-color-port-gore-20 th,
.table-color-port-gore-20 thead th {
  border-color: #9d9ad5;
}
.table-hover .table-color-port-gore-20:hover,
.table-hover .table-color-port-gore-20:hover > td,
.table-hover .table-color-port-gore-20:hover > th {
  background-color: #b9b6e0;
}
.table-color-port-gore-30,
.table-color-port-gore-30 > td,
.table-color-port-gore-30 > th {
  background-color: #d2d0ef;
}
.table-color-port-gore-30 tbody + tbody,
.table-color-port-gore-30 td,
.table-color-port-gore-30 th,
.table-color-port-gore-30 thead th {
  border-color: #aca8e1;
}
.table-hover .table-color-port-gore-30:hover,
.table-hover .table-color-port-gore-30:hover > td,
.table-hover .table-color-port-gore-30:hover > th {
  background-color: #c0bde9;
}
.table-color-port-gore-50,
.table-color-port-gore-50 > td,
.table-color-port-gore-50 > th {
  background-color: #e6e6f6;
}
.table-color-port-gore-50 tbody + tbody,
.table-color-port-gore-50 td,
.table-color-port-gore-50 th,
.table-color-port-gore-50 thead th {
  border-color: #d1d0ee;
}
.table-hover .table-color-port-gore-50:hover,
.table-hover .table-color-port-gore-50:hover > td,
.table-hover .table-color-port-gore-50:hover > th {
  background-color: #d3d3ef;
}
.table-color-port-gore-darker,
.table-color-port-gore-darker > td,
.table-color-port-gore-darker > th {
  background-color: #bebdc8;
}
.table-color-port-gore-darker tbody + tbody,
.table-color-port-gore-darker td,
.table-color-port-gore-darker th,
.table-color-port-gore-darker thead th {
  border-color: #86859a;
}
.table-hover .table-color-port-gore-darker:hover,
.table-hover .table-color-port-gore-darker:hover > td,
.table-hover .table-color-port-gore-darker:hover > th {
  background-color: #b0afbc;
}
.table-color-minsk,
.table-color-minsk > td,
.table-color-minsk > th {
  background-color: #c5c4db;
}
.table-color-minsk tbody + tbody,
.table-color-minsk td,
.table-color-minsk th,
.table-color-minsk thead th {
  border-color: #9392bc;
}
.table-hover .table-color-minsk:hover,
.table-hover .table-color-minsk:hover > td,
.table-hover .table-color-minsk:hover > th {
  background-color: #b5b4d1;
}
.table-color-east-bay,
.table-color-east-bay > td,
.table-color-east-bay > th {
  background-color: #cccbd9;
}
.table-color-east-bay tbody + tbody,
.table-color-east-bay td,
.table-color-east-bay th,
.table-color-east-bay thead th {
  border-color: #a09fb9;
}
.table-hover .table-color-east-bay:hover,
.table-hover .table-color-east-bay:hover > td,
.table-hover .table-color-east-bay:hover > th {
  background-color: #bebcce;
}
.table-color-victoria,
.table-color-victoria > td,
.table-color-victoria > th {
  background-color: #cdcde6;
}
.table-color-victoria tbody + tbody,
.table-color-victoria td,
.table-color-victoria th,
.table-color-victoria thead th {
  border-color: #a2a2d0;
}
.table-hover .table-color-victoria:hover,
.table-hover .table-color-victoria:hover > td,
.table-hover .table-color-victoria:hover > th {
  background-color: #bcbcde;
}
.table-color-gigas,
.table-color-gigas > td,
.table-color-gigas > th {
  background-color: #cac8df;
}
.table-color-gigas tbody + tbody,
.table-color-gigas td,
.table-color-gigas th,
.table-color-gigas thead th {
  border-color: #9c9ac3;
}
.table-hover .table-color-gigas:hover,
.table-hover .table-color-gigas:hover > td,
.table-hover .table-color-gigas:hover > th {
  background-color: #bab8d6;
}
.table-color-peach-yellow,
.table-color-peach-yellow > td,
.table-color-peach-yellow > th {
  background-color: #fdf7e9;
}
.table-color-peach-yellow tbody + tbody,
.table-color-peach-yellow td,
.table-color-peach-yellow th,
.table-color-peach-yellow thead th {
  border-color: #fcf0d5;
}
.table-hover .table-color-peach-yellow:hover,
.table-hover .table-color-peach-yellow:hover > td,
.table-hover .table-color-peach-yellow:hover > th {
  background-color: #fbefd2;
}
.table-color-saffron-mango,
.table-color-saffron-mango > td,
.table-color-saffron-mango > th {
  background-color: #fdf0cf;
}
.table-color-saffron-mango tbody + tbody,
.table-color-saffron-mango td,
.table-color-saffron-mango th,
.table-color-saffron-mango thead th {
  border-color: #fbe3a6;
}
.table-hover .table-color-saffron-mango:hover,
.table-hover .table-color-saffron-mango:hover > td,
.table-hover .table-color-saffron-mango:hover > th {
  background-color: #fce8b7;
}
.table-color-froly,
.table-color-froly > td,
.table-color-froly > th {
  background-color: #fcded8;
}
.table-color-froly tbody + tbody,
.table-color-froly td,
.table-color-froly th,
.table-color-froly thead th {
  border-color: #f9c2b6;
}
.table-hover .table-color-froly:hover,
.table-hover .table-color-froly:hover > td,
.table-hover .table-color-froly:hover > th {
  background-color: #facac0;
}
.table-color-de-york,
.table-color-de-york > td,
.table-color-de-york > th {
  background-color: #dff0e0;
}
.table-color-de-york tbody + tbody,
.table-color-de-york td,
.table-color-de-york th,
.table-color-de-york thead th {
  border-color: #c3e3c5;
}
.table-hover .table-color-de-york:hover,
.table-hover .table-color-de-york:hover > td,
.table-hover .table-color-de-york:hover > th {
  background-color: #cee8cf;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.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: #a9a9a9;
  border-color: #bcbcbc;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #a9a9a9;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #bcbcbc;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
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-lg,
.form-control-plaintext.form-control-sm {
  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[multiple],
select.form-control[size],
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%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='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);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23a9a9a9' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
  border-color: #28a745;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label:before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label:before,
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%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);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23a9a9a9' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  border-color: #dc3545;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label:before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label:before,
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input: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 {
    justify-content: center;
  }
  .form-inline .form-group,
  .form-inline label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    flex: 0 0 auto;
    flex-flow: row wrap;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    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 {
  font-weight: 400;
  color: #212529;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.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.focus,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
  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.focus,
.btn-secondary:focus,
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
  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.focus,
.btn-success:focus,
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
  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.focus,
.btn-info:focus,
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
  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.focus,
.btn-warning:focus,
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
  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.focus,
.btn-danger:focus,
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
  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: #f1f1f1;
  border-color: #f1f1f1;
}
.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d1d1d1;
}
.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(210, 210, 211, 0.5);
}
.btn-dark {
  color: #212529;
  background-color: #a9a9a9;
  border-color: #a9a9a9;
}
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
  color: #212529;
  background-color: #969696;
  border-color: #909090;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(149, 149, 150, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #212529;
  background-color: #a9a9a9;
  border-color: #a9a9a9;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #909090;
  border-color: #898989;
}
.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(149, 149, 150, 0.5);
}
.btn-color-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-color-white.focus,
.btn-color-white:focus,
.btn-color-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-color-white.focus,
.btn-color-white:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-color-white.disabled,
.btn-color-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-color-white:not(:disabled):not(.disabled).active,
.btn-color-white:not(:disabled):not(.disabled):active,
.show > .btn-color-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-color-white:not(:disabled):not(.disabled).active:focus,
.btn-color-white:not(:disabled):not(.disabled):active:focus,
.show > .btn-color-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-color-wild-sand {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-color-wild-sand.focus,
.btn-color-wild-sand:focus,
.btn-color-wild-sand:hover {
  color: #212529;
  background-color: #e2e2e2;
  border-color: #dcdcdc;
}
.btn-color-wild-sand.focus,
.btn-color-wild-sand:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
}
.btn-color-wild-sand.disabled,
.btn-color-wild-sand:disabled {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-color-wild-sand:not(:disabled):not(.disabled).active,
.btn-color-wild-sand:not(:disabled):not(.disabled):active,
.show > .btn-color-wild-sand.dropdown-toggle {
  color: #212529;
  background-color: #dcdcdc;
  border-color: #d5d5d5;
}
.btn-color-wild-sand:not(:disabled):not(.disabled).active:focus,
.btn-color-wild-sand:not(:disabled):not(.disabled):active:focus,
.show > .btn-color-wild-sand.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
}
.btn-color-mercury {
  color: #212529;
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.btn-color-mercury.focus,
.btn-color-mercury:focus,
.btn-color-mercury:hover {
  color: #212529;
  background-color: #cecece;
  border-color: #c8c8c8;
}
.btn-color-mercury.focus,
.btn-color-mercury:focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 197, 197, 0.5);
}
.btn-color-mercury.disabled,
.btn-color-mercury:disabled {
  color: #212529;
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.btn-color-mercury:not(:disabled):not(.disabled).active,
.btn-color-mercury:not(:disabled):not(.disabled):active,
.show > .btn-color-mercury.dropdown-toggle {
  color: #212529;
  background-color: #c8c8c8;
  border-color: #c1c1c1;
}
.btn-color-mercury:not(:disabled):not(.disabled).active:focus,
.btn-color-mercury:not(:disabled):not(.disabled):active:focus,
.show > .btn-color-mercury.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 197, 197, 0.5);
}
.btn-color-solitude {
  color: #212529;
  background-color: #ecf7ff;
  border-color: #ecf7ff;
}
.btn-color-solitude.focus,
.btn-color-solitude:focus,
.btn-color-solitude:hover {
  color: #212529;
  background-color: #c6e7ff;
  border-color: #b9e2ff;
}
.btn-color-solitude.focus,
.btn-color-solitude:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 216, 223, 0.5);
}
.btn-color-solitude.disabled,
.btn-color-solitude:disabled {
  color: #212529;
  background-color: #ecf7ff;
  border-color: #ecf7ff;
}
.btn-color-solitude:not(:disabled):not(.disabled).active,
.btn-color-solitude:not(:disabled):not(.disabled):active,
.show > .btn-color-solitude.dropdown-toggle {
  color: #212529;
  background-color: #b9e2ff;
  border-color: #acdcff;
}
.btn-color-solitude:not(:disabled):not(.disabled).active:focus,
.btn-color-solitude:not(:disabled):not(.disabled):active:focus,
.show > .btn-color-solitude.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 216, 223, 0.5);
}
.btn-color-quill-gray {
  color: #212529;
  background-color: #d0cfcd;
  border-color: #d0cfcd;
}
.btn-color-quill-gray.focus,
.btn-color-quill-gray:focus,
.btn-color-quill-gray:hover {
  color: #212529;
  background-color: #bdbcb9;
  border-color: #b7b6b3;
}
.btn-color-quill-gray.focus,
.btn-color-quill-gray:focus {
  box-shadow: 0 0 0 0.2rem rgba(182, 182, 180, 0.5);
}
.btn-color-quill-gray.disabled,
.btn-color-quill-gray:disabled {
  color: #212529;
  background-color: #d0cfcd;
  border-color: #d0cfcd;
}
.btn-color-quill-gray:not(:disabled):not(.disabled).active,
.btn-color-quill-gray:not(:disabled):not(.disabled):active,
.show > .btn-color-quill-gray.dropdown-toggle {
  color: #212529;
  background-color: #b7b6b3;
  border-color: #b1afac;
}
.btn-color-quill-gray:not(:disabled):not(.disabled).active:focus,
.btn-color-quill-gray:not(:disabled):not(.disabled):active:focus,
.show > .btn-color-quill-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(182, 182, 180, 0.5);
}
.btn-color-silver-chalice {
  color: #212529;
  background-color: #a9a9a9;
  border-color: #a9a9a9;
}
.btn-color-silver-chalice:hover {
  color: #212529;
  background-color: #969696;
  border-color: #909090;
}
.btn-color-silver-chalice.focus,
.btn-color-silver-chalice:focus {
  color: #212529;
  background-color: #969696;
  border-color: #909090;
  box-shadow: 0 0 0 0.2rem rgba(149, 149, 150, 0.5);
}
.btn-color-silver-chalice.disabled,
.btn-color-silver-chalice:disabled {
  color: #212529;
  background-color: #a9a9a9;
  border-color: #a9a9a9;
}
.btn-color-silver-chalice:not(:disabled):not(.disabled).active,
.btn-color-silver-chalice:not(:disabled):not(.disabled):active,
.show > .btn-color-silver-chalice.dropdown-toggle {
  color: #fff;
  background-color: #909090;
  border-color: #898989;
}
.btn-color-silver-chalice:not(:disabled):not(.disabled).active:focus,
.btn-color-silver-chalice:not(:disabled):not(.disabled):active:focus,
.show > .btn-color-silver-chalice.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(149, 149, 150, 0.5);
}
.btn-color-hit-gray {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-color-hit-gray.focus,
.btn-color-hit-gray:focus,
.btn-color-hit-gray:hover {
  color: #212529;
  background-color: #98a2ac;
  border-color: #919ca6;
}
.btn-color-hit-gray.focus,
.btn-color-hit-gray:focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 159, 167, 0.5);
}
.btn-color-hit-gray.disabled,
.btn-color-hit-gray:disabled {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-color-hit-gray:not(:disabled):not(.disabled).active,
.btn-color-hit-gray:not(:disabled):not(.disabled):active,
.show > .btn-color-hit-gray.dropdown-toggle {
  color: #212529;
  background-color: #919ca6;
  border-color: #8a95a1;
}
.btn-color-hit-gray:not(:disabled):not(.disabled).active:focus,
.btn-color-hit-gray:not(:disabled):not(.disabled):active:focus,
.show > .btn-color-hit-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 159, 167, 0.5);
}
.btn-color-tundora {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
.btn-color-tundora.focus,
.btn-color-tundora:focus,
.btn-color-tundora:hover {
  color: #fff;
  background-color: #373737;
  border-color: #313131;
}
.btn-color-tundora.focus,
.btn-color-tundora:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 39.6%, 0.5);
}
.btn-color-tundora.disabled,
.btn-color-tundora:disabled {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
.btn-color-tundora:not(:disabled):not(.disabled).active,
.btn-color-tundora:not(:disabled):not(.disabled):active,
.show > .btn-color-tundora.dropdown-toggle {
  color: #fff;
  background-color: #313131;
  border-color: #2a2a2a;
}
.btn-color-tundora:not(:disabled):not(.disabled).active:focus,
.btn-color-tundora:not(:disabled):not(.disabled):active:focus,
.show > .btn-color-tundora.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 39.6%, 0.5);
}
.btn-color-blizzard-blue {
  color: #212529;
  background-color: #c0daf3;
  border-color: #c0daf3;
}
.btn-color-blizzard-blue:hover {
  color: #212529;
  background-color: #a0c7ed;
  border-color: #95c1eb;
}
.btn-color-blizzard-blue.focus,
.btn-color-blizzard-blue:focus {
  color: #212529;
  background-color: #a0c7ed;
  border-color: #95c1eb;
  box-shadow: 0 0 0 0.2rem rgba(168, 191, 213, 0.5);
}
.btn-color-blizzard-blue.disabled,
.btn-color-blizzard-blue:disabled {
  color: #212529;
  background-color: #c0daf3;
  border-color: #c0daf3;
}
.btn-color-blizzard-blue:not(:disabled):not(.disabled).active,
.btn-color-blizzard-blue:not(:disabled):not(.disabled):active,
.show > .btn-color-blizzard-blue.dropdown-toggle {
  color: #212529;
  background-color: #95c1eb;
  border-color: #8abbe9;
}
.btn-color-blizzard-blue:not(:disabled):not(.disabled).active:focus,
.btn-color-blizzard-blue:not(:disabled):not(.disabled):active:focus,
.show > .btn-color-blizzard-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(168, 191, 213, 0.5);
}
.btn-color-sail {
  color: #212529;
  background-color: #9dcdf8;
  border-color: #9dcdf8;
}
.btn-color-sail.focus,
.btn-color-sail:focus,
.btn-color-sail:hover {
  color: #212529;
  background-color: #79bbf5;
  border-color: #6db5f5;
}
.btn-color-sail.focus,
.btn-color-sail:focus {
  box-shadow: 0 0 0 0.2rem rgba(138, 180, 217, 0.5);
}
.btn-color-sail.disabled,
.btn-color-sail:disabled {
  color: #212529;
  background-color: #9dcdf8;
  border-color: #9dcdf8;
}
.btn-color-sail:not(:disabled):not(.disabled).active,
.btn-color-sail:not(:disabled):not(.disabled):active,
.show > .btn-color-sail.dropdown-toggle {
  color: #212529;
  background-color: #6db5f5;
  border-color: #62aff4;
}
.btn-color-sail:not(:disabled):not(.disabled).active:focus,
.btn-color-sail:not(:disabled):not(.disabled):active:focus,
.show > .btn-color-sail.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(138, 180, 217, 0.5);
}
.btn-color-danube {
  color: #212529;
  background-color: #7dadd9;
  border-color: #7dadd9;
}
.btn-color-danube.focus,
.btn-color-danube:focus,
.btn-color-danube:hover {
  color: #fff;
  background-color: #5f9ad0;
  border-color: #5694cd;
}
.btn-color-danube.focus,
.btn-color-danube:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 153, 191, 0.5);
}
.btn-color-danube.disabled,
.btn-color-danube:disabled {
  color: #212529;
  background-color: #7dadd9;
  border-color: #7dadd9;
}
.btn-color-danube:not(:disabled):not(.disabled).active,
.btn-color-danube:not(:disabled):not(.disabled):active,
.show > .btn-color-danube.dropdown-toggle {
  color: #fff;
  background-color: #5694cd;
  border-color: #4c8ecb;
}
.btn-color-danube:not(:disabled):not(.disabled).active:focus,
.btn-color-danube:not(:disabled):not(.disabled):active:focus,
.show > .btn-color-danube.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 153, 191, 0.5);
}
.btn-color-seagull {
  color: #212529;
  background-color: #6cace4;
  border-color: #6cace4;
}
.btn-color-seagull.focus,
.btn-color-seagull:focus,
.btn-color-seagull:hover {
  color: #fff;
  background-color: #4c9ade;
  border-color: #4194dc;
}
.btn-color-seagull.focus,
.btn-color-seagull:focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 152, 200, 0.5);
}
.btn-color-seagull.disabled,
.btn-color-seagull:disabled {
  color: #212529;
  background-color: #6cace4;
  border-color: #6cace4;
}
.btn-color-seagull:not(:disabled):not(.disabled).active,
.btn-color-seagull:not(:disabled):not(.disabled):active,
.show > .btn-color-seagull.dropdown-toggle {
  color: #fff;
  background-color: #4194dc;
  border-color: #368eda;
}
.btn-color-seagull:not(:disabled):not(.disabled).active:focus,
.btn-color-seagull:not(:disabled):not(.disabled):active:focus,
.show > .btn-color-seagull.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 152, 200, 0.5);
}
.btn-color-matisse {
  color: #fff;
  background-color: #216fb4;
  border-color: #216fb4;
}
.btn-color-matisse.focus,
.btn-color-matisse:focus,
.btn-color-matisse:hover {
  color: #fff;
  background-color: #1b5b94;
  border-color: #195489;
}
.btn-color-matisse.focus,
.btn-color-matisse:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 133, 191, 0.5);
}
.btn-color-matisse.disabled,
.btn-color-matisse:disabled {
  color: #fff;
  background-color: #216fb4;
  border-color: #216fb4;
}
.btn-color-matisse:not(:disabled):not(.disabled).active,
.btn-color-matisse:not(:disabled):not(.disabled):active,
.show > .btn-color-matisse.dropdown-toggle {
  color: #fff;
  background-color: #195489;
  border-color: #174e7e;
}
.btn-color-matisse:not(:disabled):not(.disabled).active:focus,
.btn-color-matisse:not(:disabled):not(.disabled):active:focus,
.show > .btn-color-matisse.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 133, 191, 0.5);
}
.btn-color-denim {
  color: #fff;
  background-color: #136dbe;
  border-color: #136dbe;
}
.btn-color-denim.focus,
.btn-color-denim:focus,
.btn-color-denim:hover {
  color: #fff;
  background-color: #10599b;
  border-color: #0e5290;
}
.btn-color-denim.focus,
.btn-color-denim:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 131, 200, 0.5);
}
.btn-color-denim.disabled,
.btn-color-denim:disabled {
  color: #fff;
  background-color: #136dbe;
  border-color: #136dbe;
}
.btn-color-denim:not(:disabled):not(.disabled).active,
.btn-color-denim:not(:disabled):not(.disabled):active,
.show > .btn-color-denim.dropdown-toggle {
  color: #fff;
  background-color: #0e5290;
  border-color: #0d4c84;
}
.btn-color-denim:not(:disabled):not(.disabled).active:focus,
.btn-color-denim:not(:disabled):not(.disabled):active:focus,
.show > .btn-color-denim.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 131, 200, 0.5);
}
.btn-color-tory-blue {
  color: #fff;
  background-color: #1751b7;
  border-color: #1751b7;
}
.btn-color-tory-blue.focus,
.btn-color-tory-blue:focus,
.btn-color-tory-blue:hover {
  color: #fff;
  background-color: #134295;
  border-color: #113d8a;
}
.btn-color-tory-blue.focus,
.btn-color-tory-blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 107, 194, 0.5);
}
.btn-color-tory-blue.disabled,
.btn-color-tory-blue:disabled {
  color: #fff;
  background-color: #1751b7;
  border-color: #1751b7;
}
.btn-color-tory-blue:not(:disabled):not(.disabled).active,
.btn-color-tory-blue:not(:disabled):not(.disabled):active,
.show > .btn-color-tory-blue.dropdown-toggle {
  color: #fff;
  background-color: #113d8a;
  border-color: #10387e;
}
.btn-color-tory-blue:not(:disabled):not(.disabled).active:focus,
.btn-color-tory-blue:not(:disabled):not(.disabled):active:focus,
.show > .btn-color-tory-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 107, 194, 0.5);
}
.btn-color-chathams-blue {
  color: #fff;
  background-color: #15578a;
  border-color: #15578a;
}
.btn-color-chathams-blue:hover {
  color: #fff;
  background-color: #104269;
  border-color: #0e3b5e;
}
.btn-color-chathams-blue.focus,
.btn-color-chathams-blue:focus {
  color: #fff;
  background-color: #104269;
  border-color: #0e3b5e;
  box-shadow: 0 0 0 0.2rem rgba(56, 112, 156, 0.5);
}
.btn-color-chathams-blue.disabled,
.btn-color-chathams-blue:disabled {
  color: #fff;
  background-color: #15578a;
  border-color: #15578a;
}
.btn-color-chathams-blue:not(:disabled):not(.disabled).active,
.btn-color-chathams-blue:not(:disabled):not(.disabled):active,
.show > .btn-color-chathams-blue.dropdown-toggle {
  color: #fff;
  background-color: #0e3b5e;
  border-color: #0d3453;
}
.btn-color-chathams-blue:not(:disabled):not(.disabled).active:focus,
.btn-color-chathams-blue:not(:disabled):not(.disabled):active:focus,
.show > .btn-color-chathams-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 112, 156, 0.5);
}
.btn-color-blumine {
  color: #fff;
  background-color: #20558a;
  border-color: #20558a;
}
.btn-color-blumine.focus,
.btn-color-blumine:focus,
.btn-color-blumine:hover {
  color: #fff;
  background-color: #19426b;
  border-color: #163c61;
}
.btn-color-blumine.focus,
.btn-color-blumine:focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 111, 156, 0.5);
}
.btn-color-blumine.disabled,
.btn-color-blumine:disabled {
  color: #fff;
  background-color: #20558a;
  border-color: #20558a;
}
.btn-color-blumine:not(:disabled):not(.disabled).active,
.btn-color-blumine:not(:disabled):not(.disabled):active,
.show > .btn-color-blumine.dropdown-toggle {
  color: #fff;
  background-color: #163c61;
  border-color: #143556;
}
.btn-color-blumine:not(:disabled):not(.disabled).active:focus,
.btn-color-blumine:not(:disabled):not(.disabled):active:focus,
.show > .btn-color-blumine.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 111, 156, 0.5);
}
.btn-color-primary {
  color: #fff;
  background-color: #262262;
  border-color: #262262;
}
.btn-color-primary.focus,
.btn-color-primary:focus,
.btn-color-primary:hover {
  color: #fff;
  background-color: #1b1846;
  border-color: #17153c;
}
.btn-color-primary.focus,
.btn-color-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 67, 122, 0.5);
}
.btn-color-primary.disabled,
.btn-color-primary:disabled {
  color: #fff;
  background-color: #262262;
  border-color: #262262;
}
.btn-color-primary:not(:disabled):not(.disabled).active,
.btn-color-primary:not(:disabled):not(.disabled):active,
.show > .btn-color-primary.dropdown-toggle {
  color: #fff;
  background-color: #17153c;
  border-color: #141233;
}
.btn-color-primary:not(:disabled):not(.disabled).active:focus,
.btn-color-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-color-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 67, 122, 0.5);
}
.btn-color-port-gore-5 {
  color: #fff;
  background-color: #2d2975;
  border-color: #2d2975;
}
.btn-color-port-gore-5:hover {
  color: #fff;
  background-color: #221f59;
  border-color: #1f1b4f;
}
.btn-color-port-gore-5.focus,
.btn-color-port-gore-5:focus {
  color: #fff;
  background-color: #221f59;
  border-color: #1f1b4f;
  box-shadow: 0 0 0 0.2rem rgba(77, 73, 138, 0.5);
}
.btn-color-port-gore-5.disabled,
.btn-color-port-gore-5:disabled {
  color: #fff;
  background-color: #2d2975;
  border-color: #2d2975;
}
.btn-color-port-gore-5:not(:disabled):not(.disabled).active,
.btn-color-port-gore-5:not(:disabled):not(.disabled):active,
.show > .btn-color-port-gore-5.dropdown-toggle {
  color: #fff;
  background-color: #1f1b4f;
  border-color: #1b1846;
}
.btn-color-port-gore-5:not(:disabled):not(.disabled).active:focus,
.btn-color-port-gore-5:not(:disabled):not(.disabled):active:focus,
.show > .btn-color-port-gore-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 73, 138, 0.5);
}
.btn-color-port-gore-10 {
  color: #fff;
  background-color: #352f88;
  border-color: #352f88;
}
.btn-color-port-gore-10:hover {
  color: #fff;
  background-color: #2a256b;
  border-color: #262262;
}
.btn-color-port-gore-10.focus,
.btn-color-port-gore-10:focus {
  color: #fff;
  background-color: #2a256b;
  border-color: #262262;
  box-shadow: 0 0 0 0.2rem rgba(83, 78, 154, 0.5);
}
.btn-color-port-gore-10.disabled,
.btn-color-port-gore-10:disabled {
  color: #fff;
  background-color: #352f88;
  border-color: #352f88;
}
.btn-color-port-gore-10:not(:disabled):not(.disabled).active,
.btn-color-port-gore-10:not(:disabled):not(.disabled):active,
.show > .btn-color-port-gore-10.dropdown-toggle {
  color: #fff;
  background-color: #262262;
  border-color: #221f59;
}
.btn-color-port-gore-10:not(:disabled):not(.disabled).active:focus,
.btn-color-port-gore-10:not(:disabled):not(.disabled):active:focus,
.show > .btn-color-port-gore-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(83, 78, 154, 0.5);
}
.btn-color-port-gore-20 {
  color: #fff;
  background-color: #433cae;
  border-color: #433cae;
}
.btn-color-port-gore-20:hover {
  color: #fff;
  background-color: #383291;
  border-color: #352f88;
}
.btn-color-port-gore-20.focus,
.btn-color-port-gore-20:focus {
  color: #fff;
  background-color: #383291;
  border-color: #352f88;
  box-shadow: 0 0 0 0.2rem rgba(95, 89, 186, 0.5);
}
.btn-color-port-gore-20.disabled,
.btn-color-port-gore-20:disabled {
  color: #fff;
  background-color: #433cae;
  border-color: #433cae;
}
.btn-color-port-gore-20:not(:disabled):not(.disabled).active,
.btn-color-port-gore-20:not(:disabled):not(.disabled):active,
.show > .btn-color-port-gore-20.dropdown-toggle {
  color: #fff;
  background-color: #352f88;
  border-color: #312c7e;
}
.btn-color-port-gore-20:not(:disabled):not(.disabled).active:focus,
.btn-color-port-gore-20:not(:disabled):not(.disabled):active:focus,
.show > .btn-color-port-gore-20.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(95, 89, 186, 0.5);
}
.btn-color-port-gore-30 {
  color: #fff;
  background-color: #5f58c5;
  border-color: #5f58c5;
}
.btn-color-port-gore-30:hover {
  color: #fff;
  background-color: #4740b7;
  border-color: #433cae;
}
.btn-color-port-gore-30.focus,
.btn-color-port-gore-30:focus {
  color: #fff;
  background-color: #4740b7;
  border-color: #433cae;
  box-shadow: 0 0 0 0.2rem rgba(119, 113, 206, 0.5);
}
.btn-color-port-gore-30.disabled,
.btn-color-port-gore-30:disabled {
  color: #fff;
  background-color: #5f58c5;
  border-color: #5f58c5;
}
.btn-color-port-gore-30:not(:disabled):not(.disabled).active,
.btn-color-port-gore-30:not(:disabled):not(.disabled):active,
.show > .btn-color-port-gore-30.dropdown-toggle {
  color: #fff;
  background-color: #433cae;
  border-color: #4039a4;
}
.btn-color-port-gore-30:not(:disabled):not(.disabled).active:focus,
.btn-color-port-gore-30:not(:disabled):not(.disabled):active:focus,
.show > .btn-color-port-gore-30.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 113, 206, 0.5);
}
.btn-color-port-gore-50 {
  color: #212529;
  background-color: #a7a4df;
  border-color: #a7a4df;
}
.btn-color-port-gore-50:hover {
  color: #fff;
  background-color: #8c87d5;
  border-color: #837ed2;
}
.btn-color-port-gore-50.focus,
.btn-color-port-gore-50:focus {
  color: #fff;
  background-color: #8c87d5;
  border-color: #837ed2;
  box-shadow: 0 0 0 0.2rem rgba(147, 145, 196, 0.5);
}
.btn-color-port-gore-50.disabled,
.btn-color-port-gore-50:disabled {
  color: #212529;
  background-color: #a7a4df;
  border-color: #a7a4df;
}
.btn-color-port-gore-50:not(:disabled):not(.disabled).active,
.btn-color-port-gore-50:not(:disabled):not(.disabled):active,
.show > .btn-color-port-gore-50.dropdown-toggle {
  color: #fff;
  background-color: #837ed2;
  border-color: #7a74cf;
}
.btn-color-port-gore-50:not(:disabled):not(.disabled).active:focus,
.btn-color-port-gore-50:not(:disabled):not(.disabled):active:focus,
.show > .btn-color-port-gore-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 145, 196, 0.5);
}
.btn-color-port-gore-darker {
  color: #fff;
  background-color: #17153c;
  border-color: #17153c;
}
.btn-color-port-gore-darker:hover {
  color: #fff;
  background-color: #0c0b20;
  border-color: #090816;
}
.btn-color-port-gore-darker.focus,
.btn-color-port-gore-darker:focus {
  color: #fff;
  background-color: #0c0b20;
  border-color: #090816;
  box-shadow: 0 0 0 0.2rem rgba(58, 56, 89, 0.5);
}
.btn-color-port-gore-darker.disabled,
.btn-color-port-gore-darker:disabled {
  color: #fff;
  background-color: #17153c;
  border-color: #17153c;
}
.btn-color-port-gore-darker:not(:disabled):not(.disabled).active,
.btn-color-port-gore-darker:not(:disabled):not(.disabled):active,
.show > .btn-color-port-gore-darker.dropdown-toggle {
  color: #fff;
  background-color: #090816;
  border-color: #05040d;
}
.btn-color-port-gore-darker:not(:disabled):not(.disabled).active:focus,
.btn-color-port-gore-darker:not(:disabled):not(.disabled):active:focus,
.show > .btn-color-port-gore-darker.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 56, 89, 0.5);
}
.btn-color-minsk {
  color: #fff;
  background-color: #2f2e7e;
  border-color: #2f2e7e;
}
.btn-color-minsk.focus,
.btn-color-minsk:focus,
.btn-color-minsk:hover {
  color: #fff;
  background-color: #252462;
  border-color: #212059;
}
.btn-color-minsk.focus,
.btn-color-minsk:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 77, 145, 0.5);
}
.btn-color-minsk.disabled,
.btn-color-minsk:disabled {
  color: #fff;
  background-color: #2f2e7e;
  border-color: #2f2e7e;
}
.btn-color-minsk:not(:disabled):not(.disabled).active,
.btn-color-minsk:not(:disabled):not(.disabled):active,
.show > .btn-color-minsk.dropdown-toggle {
  color: #fff;
  background-color: #212059;
  border-color: #1e1d4f;
}
.btn-color-minsk:not(:disabled):not(.disabled).active:focus,
.btn-color-minsk:not(:disabled):not(.disabled):active:focus,
.show > .btn-color-minsk.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 77, 145, 0.5);
}
.btn-color-east-bay {
  color: #fff;
  background-color: #494779;
  border-color: #494779;
}
.btn-color-east-bay.focus,
.btn-color-east-bay:focus,
.btn-color-east-bay:hover {
  color: #fff;
  background-color: #3a3961;
  border-color: #363459;
}
.btn-color-east-bay.focus,
.btn-color-east-bay:focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 99, 141, 0.5);
}
.btn-color-east-bay.disabled,
.btn-color-east-bay:disabled {
  color: #fff;
  background-color: #494779;
  border-color: #494779;
}
.btn-color-east-bay:not(:disabled):not(.disabled).active,
.btn-color-east-bay:not(:disabled):not(.disabled):active,
.show > .btn-color-east-bay.dropdown-toggle {
  color: #fff;
  background-color: #363459;
  border-color: #312f51;
}
.btn-color-east-bay:not(:disabled):not(.disabled).active:focus,
.btn-color-east-bay:not(:disabled):not(.disabled):active:focus,
.show > .btn-color-east-bay.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 99, 141, 0.5);
}
.btn-color-victoria {
  color: #fff;
  background-color: #4d4ca5;
  border-color: #4d4ca5;
}
.btn-color-victoria.focus,
.btn-color-victoria:focus,
.btn-color-victoria:hover {
  color: #fff;
  background-color: #41408b;
  border-color: #3d3c82;
}
.btn-color-victoria.focus,
.btn-color-victoria:focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 103, 179, 0.5);
}
.btn-color-victoria.disabled,
.btn-color-victoria:disabled {
  color: #fff;
  background-color: #4d4ca5;
  border-color: #4d4ca5;
}
.btn-color-victoria:not(:disabled):not(.disabled).active,
.btn-color-victoria:not(:disabled):not(.disabled):active,
.show > .btn-color-victoria.dropdown-toggle {
  color: #fff;
  background-color: #3d3c82;
  border-color: #393879;
}
.btn-color-victoria:not(:disabled):not(.disabled).active:focus,
.btn-color-victoria:not(:disabled):not(.disabled):active:focus,
.show > .btn-color-victoria.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 103, 179, 0.5);
}
.btn-color-gigas {
  color: #fff;
  background-color: #403c8b;
  border-color: #403c8b;
}
.btn-color-gigas.focus,
.btn-color-gigas:focus,
.btn-color-gigas:hover {
  color: #fff;
  background-color: #343070;
  border-color: #302d67;
}
.btn-color-gigas.focus,
.btn-color-gigas:focus {
  box-shadow: 0 0 0 0.2rem rgba(93, 89, 156, 0.5);
}
.btn-color-gigas.disabled,
.btn-color-gigas:disabled {
  color: #fff;
  background-color: #403c8b;
  border-color: #403c8b;
}
.btn-color-gigas:not(:disabled):not(.disabled).active,
.btn-color-gigas:not(:disabled):not(.disabled):active,
.show > .btn-color-gigas.dropdown-toggle {
  color: #fff;
  background-color: #302d67;
  border-color: #2b295e;
}
.btn-color-gigas:not(:disabled):not(.disabled).active:focus,
.btn-color-gigas:not(:disabled):not(.disabled):active:focus,
.show > .btn-color-gigas.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(93, 89, 156, 0.5);
}
.btn-color-peach-yellow {
  color: #212529;
  background-color: #f9e2af;
  border-color: #f9e2af;
}
.btn-color-peach-yellow:hover {
  color: #212529;
  background-color: #f6d58b;
  border-color: #f5d180;
}
.btn-color-peach-yellow.focus,
.btn-color-peach-yellow:focus {
  color: #212529;
  background-color: #f6d58b;
  border-color: #f5d180;
  box-shadow: 0 0 0 0.2rem rgba(217, 198, 155, 0.5);
}
.btn-color-peach-yellow.disabled,
.btn-color-peach-yellow:disabled {
  color: #212529;
  background-color: #f9e2af;
  border-color: #f9e2af;
}
.btn-color-peach-yellow:not(:disabled):not(.disabled).active,
.btn-color-peach-yellow:not(:disabled):not(.disabled):active,
.show > .btn-color-peach-yellow.dropdown-toggle {
  color: #212529;
  background-color: #f5d180;
  border-color: #f5cd74;
}
.btn-color-peach-yellow:not(:disabled):not(.disabled).active:focus,
.btn-color-peach-yellow:not(:disabled):not(.disabled):active:focus,
.show > .btn-color-peach-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 198, 155, 0.5);
}
.btn-color-saffron-mango {
  color: #212529;
  background-color: #f8c954;
  border-color: #f8c954;
}
.btn-color-saffron-mango:hover {
  color: #212529;
  background-color: #f6bd2f;
  border-color: #f6ba23;
}
.btn-color-saffron-mango.focus,
.btn-color-saffron-mango:focus {
  color: #212529;
  background-color: #f6bd2f;
  border-color: #f6ba23;
  box-shadow: 0 0 0 0.2rem rgba(216, 176, 78, 0.5);
}
.btn-color-saffron-mango.disabled,
.btn-color-saffron-mango:disabled {
  color: #212529;
  background-color: #f8c954;
  border-color: #f8c954;
}
.btn-color-saffron-mango:not(:disabled):not(.disabled).active,
.btn-color-saffron-mango:not(:disabled):not(.disabled):active,
.show > .btn-color-saffron-mango.dropdown-toggle {
  color: #212529;
  background-color: #f6ba23;
  border-color: #f5b617;
}
.btn-color-saffron-mango:not(:disabled):not(.disabled).active:focus,
.btn-color-saffron-mango:not(:disabled):not(.disabled):active:focus,
.show > .btn-color-saffron-mango.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 176, 78, 0.5);
}
.btn-color-froly {
  color: #212529;
  background-color: #f48972;
  border-color: #f48972;
}
.btn-color-froly.focus,
.btn-color-froly:focus,
.btn-color-froly:hover {
  color: #fff;
  background-color: #f16b4f;
  border-color: #f06143;
}
.btn-color-froly.focus,
.btn-color-froly:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 122, 103, 0.5);
}
.btn-color-froly.disabled,
.btn-color-froly:disabled {
  color: #212529;
  background-color: #f48972;
  border-color: #f48972;
}
.btn-color-froly:not(:disabled):not(.disabled).active,
.btn-color-froly:not(:disabled):not(.disabled):active,
.show > .btn-color-froly.dropdown-toggle {
  color: #fff;
  background-color: #f06143;
  border-color: #ef5837;
}
.btn-color-froly:not(:disabled):not(.disabled).active:focus,
.btn-color-froly:not(:disabled):not(.disabled):active:focus,
.show > .btn-color-froly.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 122, 103, 0.5);
}
.btn-color-de-york {
  color: #212529;
  background-color: #8bc990;
  border-color: #8bc990;
}
.btn-color-de-york.focus,
.btn-color-de-york:focus,
.btn-color-de-york:hover {
  color: #212529;
  background-color: #71bd77;
  border-color: #68b96f;
}
.btn-color-de-york.focus,
.btn-color-de-york:focus {
  box-shadow: 0 0 0 0.2rem rgba(123, 176, 129, 0.5);
}
.btn-color-de-york.disabled,
.btn-color-de-york:disabled {
  color: #212529;
  background-color: #8bc990;
  border-color: #8bc990;
}
.btn-color-de-york:not(:disabled):not(.disabled).active,
.btn-color-de-york:not(:disabled):not(.disabled):active,
.show > .btn-color-de-york.dropdown-toggle {
  color: #212529;
  background-color: #68b96f;
  border-color: #60b566;
}
.btn-color-de-york:not(:disabled):not(.disabled).active:focus,
.btn-color-de-york:not(:disabled):not(.disabled):active:focus,
.show > .btn-color-de-york.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(123, 176, 129, 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: #f1f1f1;
  border-color: #f1f1f1;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 94.5%, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f1f1f1;
  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: #f1f1f1;
  border-color: #f1f1f1;
}
.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 hsla(0, 0%, 94.5%, 0.5);
}
.btn-outline-dark {
  color: #a9a9a9;
  border-color: #a9a9a9;
}
.btn-outline-dark:hover {
  color: #212529;
  background-color: #a9a9a9;
  border-color: #a9a9a9;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 66.3%, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #a9a9a9;
  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: #212529;
  background-color: #a9a9a9;
  border-color: #a9a9a9;
}
.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 hsla(0, 0%, 66.3%, 0.5);
}
.btn-outline-color-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-color-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-color-white.focus,
.btn-outline-color-white:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}
.btn-outline-color-white.disabled,
.btn-outline-color-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-color-white:not(:disabled):not(.disabled).active,
.btn-outline-color-white:not(:disabled):not(.disabled):active,
.show > .btn-outline-color-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-color-white:not(:disabled):not(.disabled).active:focus,
.btn-outline-color-white:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-color-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}
.btn-outline-color-wild-sand {
  color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-color-wild-sand:hover {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-color-wild-sand.focus,
.btn-outline-color-wild-sand:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 96.1%, 0.5);
}
.btn-outline-color-wild-sand.disabled,
.btn-outline-color-wild-sand:disabled {
  color: #f5f5f5;
  background-color: transparent;
}
.btn-outline-color-wild-sand:not(:disabled):not(.disabled).active,
.btn-outline-color-wild-sand:not(:disabled):not(.disabled):active,
.show > .btn-outline-color-wild-sand.dropdown-toggle {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-color-wild-sand:not(:disabled):not(.disabled).active:focus,
.btn-outline-color-wild-sand:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-color-wild-sand.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 96.1%, 0.5);
}
.btn-outline-color-mercury {
  color: #e1e1e1;
  border-color: #e1e1e1;
}
.btn-outline-color-mercury:hover {
  color: #212529;
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.btn-outline-color-mercury.focus,
.btn-outline-color-mercury:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 88.2%, 0.5);
}
.btn-outline-color-mercury.disabled,
.btn-outline-color-mercury:disabled {
  color: #e1e1e1;
  background-color: transparent;
}
.btn-outline-color-mercury:not(:disabled):not(.disabled).active,
.btn-outline-color-mercury:not(:disabled):not(.disabled):active,
.show > .btn-outline-color-mercury.dropdown-toggle {
  color: #212529;
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.btn-outline-color-mercury:not(:disabled):not(.disabled).active:focus,
.btn-outline-color-mercury:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-color-mercury.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 88.2%, 0.5);
}
.btn-outline-color-solitude {
  color: #ecf7ff;
  border-color: #ecf7ff;
}
.btn-outline-color-solitude:hover {
  color: #212529;
  background-color: #ecf7ff;
  border-color: #ecf7ff;
}
.btn-outline-color-solitude.focus,
.btn-outline-color-solitude:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 247, 255, 0.5);
}
.btn-outline-color-solitude.disabled,
.btn-outline-color-solitude:disabled {
  color: #ecf7ff;
  background-color: transparent;
}
.btn-outline-color-solitude:not(:disabled):not(.disabled).active,
.btn-outline-color-solitude:not(:disabled):not(.disabled):active,
.show > .btn-outline-color-solitude.dropdown-toggle {
  color: #212529;
  background-color: #ecf7ff;
  border-color: #ecf7ff;
}
.btn-outline-color-solitude:not(:disabled):not(.disabled).active:focus,
.btn-outline-color-solitude:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-color-solitude.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 247, 255, 0.5);
}
.btn-outline-color-quill-gray {
  color: #d0cfcd;
  border-color: #d0cfcd;
}
.btn-outline-color-quill-gray:hover {
  color: #212529;
  background-color: #d0cfcd;
  border-color: #d0cfcd;
}
.btn-outline-color-quill-gray.focus,
.btn-outline-color-quill-gray:focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 207, 205, 0.5);
}
.btn-outline-color-quill-gray.disabled,
.btn-outline-color-quill-gray:disabled {
  color: #d0cfcd;
  background-color: transparent;
}
.btn-outline-color-quill-gray:not(:disabled):not(.disabled).active,
.btn-outline-color-quill-gray:not(:disabled):not(.disabled):active,
.show > .btn-outline-color-quill-gray.dropdown-toggle {
  color: #212529;
  background-color: #d0cfcd;
  border-color: #d0cfcd;
}
.btn-outline-color-quill-gray:not(:disabled):not(.disabled).active:focus,
.btn-outline-color-quill-gray:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-color-quill-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 207, 205, 0.5);
}
.btn-outline-color-silver-chalice {
  color: #a9a9a9;
  border-color: #a9a9a9;
}
.btn-outline-color-silver-chalice:hover {
  color: #212529;
  background-color: #a9a9a9;
  border-color: #a9a9a9;
}
.btn-outline-color-silver-chalice.focus,
.btn-outline-color-silver-chalice:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 66.3%, 0.5);
}
.btn-outline-color-silver-chalice.disabled,
.btn-outline-color-silver-chalice:disabled {
  color: #a9a9a9;
  background-color: transparent;
}
.btn-outline-color-silver-chalice:not(:disabled):not(.disabled).active,
.btn-outline-color-silver-chalice:not(:disabled):not(.disabled):active,
.show > .btn-outline-color-silver-chalice.dropdown-toggle {
  color: #212529;
  background-color: #a9a9a9;
  border-color: #a9a9a9;
}
.btn-outline-color-silver-chalice:not(:disabled):not(.disabled).active:focus,
.btn-outline-color-silver-chalice:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-color-silver-chalice.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 66.3%, 0.5);
}
.btn-outline-color-hit-gray {
  color: #adb5bd;
  border-color: #adb5bd;
}
.btn-outline-color-hit-gray:hover {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-outline-color-hit-gray.focus,
.btn-outline-color-hit-gray:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}
.btn-outline-color-hit-gray.disabled,
.btn-outline-color-hit-gray:disabled {
  color: #adb5bd;
  background-color: transparent;
}
.btn-outline-color-hit-gray:not(:disabled):not(.disabled).active,
.btn-outline-color-hit-gray:not(:disabled):not(.disabled):active,
.show > .btn-outline-color-hit-gray.dropdown-toggle {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-outline-color-hit-gray:not(:disabled):not(.disabled).active:focus,
.btn-outline-color-hit-gray:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-color-hit-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}
.btn-outline-color-tundora {
  color: #4a4a4a;
  border-color: #4a4a4a;
}
.btn-outline-color-tundora:hover {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
.btn-outline-color-tundora.focus,
.btn-outline-color-tundora:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 74, 74, 0.5);
}
.btn-outline-color-tundora.disabled,
.btn-outline-color-tundora:disabled {
  color: #4a4a4a;
  background-color: transparent;
}
.btn-outline-color-tundora:not(:disabled):not(.disabled).active,
.btn-outline-color-tundora:not(:disabled):not(.disabled):active,
.show > .btn-outline-color-tundora.dropdown-toggle {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
.btn-outline-color-tundora:not(:disabled):not(.disabled).active:focus,
.btn-outline-color-tundora:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-color-tundora.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 74, 74, 0.5);
}
.btn-outline-color-blizzard-blue {
  color: #c0daf3;
  border-color: #c0daf3;
}
.btn-outline-color-blizzard-blue:hover {
  color: #212529;
  background-color: #c0daf3;
  border-color: #c0daf3;
}
.btn-outline-color-blizzard-blue.focus,
.btn-outline-color-blizzard-blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(192, 218, 243, 0.5);
}
.btn-outline-color-blizzard-blue.disabled,
.btn-outline-color-blizzard-blue:disabled {
  color: #c0daf3;
  background-color: transparent;
}
.btn-outline-color-blizzard-blue:not(:disabled):not(.disabled).active,
.btn-outline-color-blizzard-blue:not(:disabled):not(.disabled):active,
.show > .btn-outline-color-blizzard-blue.dropdown-toggle {
  color: #212529;
  background-color: #c0daf3;
  border-color: #c0daf3;
}
.btn-outline-color-blizzard-blue:not(:disabled):not(.disabled).active:focus,
.btn-outline-color-blizzard-blue:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-color-blizzard-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(192, 218, 243, 0.5);
}
.btn-outline-color-sail {
  color: #9dcdf8;
  border-color: #9dcdf8;
}
.btn-outline-color-sail:hover {
  color: #212529;
  background-color: #9dcdf8;
  border-color: #9dcdf8;
}
.btn-outline-color-sail.focus,
.btn-outline-color-sail:focus {
  box-shadow: 0 0 0 0.2rem rgba(157, 205, 248, 0.5);
}
.btn-outline-color-sail.disabled,
.btn-outline-color-sail:disabled {
  color: #9dcdf8;
  background-color: transparent;
}
.btn-outline-color-sail:not(:disabled):not(.disabled).active,
.btn-outline-color-sail:not(:disabled):not(.disabled):active,
.show > .btn-outline-color-sail.dropdown-toggle {
  color: #212529;
  background-color: #9dcdf8;
  border-color: #9dcdf8;
}
.btn-outline-color-sail:not(:disabled):not(.disabled).active:focus,
.btn-outline-color-sail:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-color-sail.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(157, 205, 248, 0.5);
}
.btn-outline-color-danube {
  color: #7dadd9;
  border-color: #7dadd9;
}
.btn-outline-color-danube:hover {
  color: #212529;
  background-color: #7dadd9;
  border-color: #7dadd9;
}
.btn-outline-color-danube.focus,
.btn-outline-color-danube:focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 173, 217, 0.5);
}
.btn-outline-color-danube.disabled,
.btn-outline-color-danube:disabled {
  color: #7dadd9;
  background-color: transparent;
}
.btn-outline-color-danube:not(:disabled):not(.disabled).active,
.btn-outline-color-danube:not(:disabled):not(.disabled):active,
.show > .btn-outline-color-danube.dropdown-toggle {
  color: #212529;
  background-color: #7dadd9;
  border-color: #7dadd9;
}
.btn-outline-color-danube:not(:disabled):not(.disabled).active:focus,
.btn-outline-color-danube:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-color-danube.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 173, 217, 0.5);
}
.btn-outline-color-seagull {
  color: #6cace4;
  border-color: #6cace4;
}
.btn-outline-color-seagull:hover {
  color: #212529;
  background-color: #6cace4;
  border-color: #6cace4;
}
.btn-outline-color-seagull.focus,
.btn-outline-color-seagull:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 172, 228, 0.5);
}
.btn-outline-color-seagull.disabled,
.btn-outline-color-seagull:disabled {
  color: #6cace4;
  background-color: transparent;
}
.btn-outline-color-seagull:not(:disabled):not(.disabled).active,
.btn-outline-color-seagull:not(:disabled):not(.disabled):active,
.show > .btn-outline-color-seagull.dropdown-toggle {
  color: #212529;
  background-color: #6cace4;
  border-color: #6cace4;
}
.btn-outline-color-seagull:not(:disabled):not(.disabled).active:focus,
.btn-outline-color-seagull:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-color-seagull.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 172, 228, 0.5);
}
.btn-outline-color-matisse {
  color: #216fb4;
  border-color: #216fb4;
}
.btn-outline-color-matisse:hover {
  color: #fff;
  background-color: #216fb4;
  border-color: #216fb4;
}
.btn-outline-color-matisse.focus,
.btn-outline-color-matisse:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 111, 180, 0.5);
}
.btn-outline-color-matisse.disabled,
.btn-outline-color-matisse:disabled {
  color: #216fb4;
  background-color: transparent;
}
.btn-outline-color-matisse:not(:disabled):not(.disabled).active,
.btn-outline-color-matisse:not(:disabled):not(.disabled):active,
.show > .btn-outline-color-matisse.dropdown-toggle {
  color: #fff;
  background-color: #216fb4;
  border-color: #216fb4;
}
.btn-outline-color-matisse:not(:disabled):not(.disabled).active:focus,
.btn-outline-color-matisse:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-color-matisse.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 111, 180, 0.5);
}
.btn-outline-color-denim {
  color: #136dbe;
  border-color: #136dbe;
}
.btn-outline-color-denim:hover {
  color: #fff;
  background-color: #136dbe;
  border-color: #136dbe;
}
.btn-outline-color-denim.focus,
.btn-outline-color-denim:focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 109, 190, 0.5);
}
.btn-outline-color-denim.disabled,
.btn-outline-color-denim:disabled {
  color: #136dbe;
  background-color: transparent;
}
.btn-outline-color-denim:not(:disabled):not(.disabled).active,
.btn-outline-color-denim:not(:disabled):not(.disabled):active,
.show > .btn-outline-color-denim.dropdown-toggle {
  color: #fff;
  background-color: #136dbe;
  border-color: #136dbe;
}
.btn-outline-color-denim:not(:disabled):not(.disabled).active:focus,
.btn-outline-color-denim:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-color-denim.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 109, 190, 0.5);
}
.btn-outline-color-tory-blue {
  color: #1751b7;
  border-color: #1751b7;
}
.btn-outline-color-tory-blue:hover {
  color: #fff;
  background-color: #1751b7;
  border-color: #1751b7;
}
.btn-outline-color-tory-blue.focus,
.btn-outline-color-tory-blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 81, 183, 0.5);
}
.btn-outline-color-tory-blue.disabled,
.btn-outline-color-tory-blue:disabled {
  color: #1751b7;
  background-color: transparent;
}
.btn-outline-color-tory-blue:not(:disabled):not(.disabled).active,
.btn-outline-color-tory-blue:not(:disabled):not(.disabled):active,
.show > .btn-outline-color-tory-blue.dropdown-toggle {
  color: #fff;
  background-color: #1751b7;
  border-color: #1751b7;
}
.btn-outline-color-tory-blue:not(:disabled):not(.disabled).active:focus,
.btn-outline-color-tory-blue:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-color-tory-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 81, 183, 0.5);
}
.btn-outline-color-chathams-blue {
  color: #15578a;
  border-color: #15578a;
}
.btn-outline-color-chathams-blue:hover {
  color: #fff;
  background-color: #15578a;
  border-color: #15578a;
}
.btn-outline-color-chathams-blue.focus,
.btn-outline-color-chathams-blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 87, 138, 0.5);
}
.btn-outline-color-chathams-blue.disabled,
.btn-outline-color-chathams-blue:disabled {
  color: #15578a;
  background-color: transparent;
}
.btn-outline-color-chathams-blue:not(:disabled):not(.disabled).active,
.btn-outline-color-chathams-blue:not(:disabled):not(.disabled):active,
.show > .btn-outline-color-chathams-blue.dropdown-toggle {
  color: #fff;
  background-color: #15578a;
  border-color: #15578a;
}
.btn-outline-color-chathams-blue:not(:disabled):not(.disabled).active:focus,
.btn-outline-color-chathams-blue:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-color-chathams-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 87, 138, 0.5);
}
.btn-outline-color-blumine {
  color: #20558a;
  border-color: #20558a;
}
.btn-outline-color-blumine:hover {
  color: #fff;
  background-color: #20558a;
  border-color: #20558a;
}
.btn-outline-color-blumine.focus,
.btn-outline-color-blumine:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 85, 138, 0.5);
}
.btn-outline-color-blumine.disabled,
.btn-outline-color-blumine:disabled {
  color: #20558a;
  background-color: transparent;
}
.btn-outline-color-blumine:not(:disabled):not(.disabled).active,
.btn-outline-color-blumine:not(:disabled):not(.disabled):active,
.show > .btn-outline-color-blumine.dropdown-toggle {
  color: #fff;
  background-color: #20558a;
  border-color: #20558a;
}
.btn-outline-color-blumine:not(:disabled):not(.disabled).active:focus,
.btn-outline-color-blumine:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-color-blumine.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 85, 138, 0.5);
}
.btn-outline-color-primary {
  color: #262262;
  border-color: #262262;
}
.btn-outline-color-primary:hover {
  color: #fff;
  background-color: #262262;
  border-color: #262262;
}
.btn-outline-color-primary.focus,
.btn-outline-color-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 34, 98, 0.5);
}
.btn-outline-color-primary.disabled,
.btn-outline-color-primary:disabled {
  color: #262262;
  background-color: transparent;
}
.btn-outline-color-primary:not(:disabled):not(.disabled).active,
.btn-outline-color-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-color-primary.dropdown-toggle {
  color: #fff;
  background-color: #262262;
  border-color: #262262;
}
.btn-outline-color-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-color-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-color-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 34, 98, 0.5);
}
.btn-outline-color-port-gore-5 {
  color: #2d2975;
  border-color: #2d2975;
}
.btn-outline-color-port-gore-5:hover {
  color: #fff;
  background-color: #2d2975;
  border-color: #2d2975;
}
.btn-outline-color-port-gore-5.focus,
.btn-outline-color-port-gore-5:focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 41, 117, 0.5);
}
.btn-outline-color-port-gore-5.disabled,
.btn-outline-color-port-gore-5:disabled {
  color: #2d2975;
  background-color: transparent;
}
.btn-outline-color-port-gore-5:not(:disabled):not(.disabled).active,
.btn-outline-color-port-gore-5:not(:disabled):not(.disabled):active,
.show > .btn-outline-color-port-gore-5.dropdown-toggle {
  color: #fff;
  background-color: #2d2975;
  border-color: #2d2975;
}
.btn-outline-color-port-gore-5:not(:disabled):not(.disabled).active:focus,
.btn-outline-color-port-gore-5:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-color-port-gore-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 41, 117, 0.5);
}
.btn-outline-color-port-gore-10 {
  color: #352f88;
  border-color: #352f88;
}
.btn-outline-color-port-gore-10:hover {
  color: #fff;
  background-color: #352f88;
  border-color: #352f88;
}
.btn-outline-color-port-gore-10.focus,
.btn-outline-color-port-gore-10:focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 47, 136, 0.5);
}
.btn-outline-color-port-gore-10.disabled,
.btn-outline-color-port-gore-10:disabled {
  color: #352f88;
  background-color: transparent;
}
.btn-outline-color-port-gore-10:not(:disabled):not(.disabled).active,
.btn-outline-color-port-gore-10:not(:disabled):not(.disabled):active,
.show > .btn-outline-color-port-gore-10.dropdown-toggle {
  color: #fff;
  background-color: #352f88;
  border-color: #352f88;
}
.btn-outline-color-port-gore-10:not(:disabled):not(.disabled).active:focus,
.btn-outline-color-port-gore-10:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-color-port-gore-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 47, 136, 0.5);
}
.btn-outline-color-port-gore-20 {
  color: #433cae;
  border-color: #433cae;
}
.btn-outline-color-port-gore-20:hover {
  color: #fff;
  background-color: #433cae;
  border-color: #433cae;
}
.btn-outline-color-port-gore-20.focus,
.btn-outline-color-port-gore-20:focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 60, 174, 0.5);
}
.btn-outline-color-port-gore-20.disabled,
.btn-outline-color-port-gore-20:disabled {
  color: #433cae;
  background-color: transparent;
}
.btn-outline-color-port-gore-20:not(:disabled):not(.disabled).active,
.btn-outline-color-port-gore-20:not(:disabled):not(.disabled):active,
.show > .btn-outline-color-port-gore-20.dropdown-toggle {
  color: #fff;
  background-color: #433cae;
  border-color: #433cae;
}
.btn-outline-color-port-gore-20:not(:disabled):not(.disabled).active:focus,
.btn-outline-color-port-gore-20:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-color-port-gore-20.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 60, 174, 0.5);
}
.btn-outline-color-port-gore-30 {
  color: #5f58c5;
  border-color: #5f58c5;
}
.btn-outline-color-port-gore-30:hover {
  color: #fff;
  background-color: #5f58c5;
  border-color: #5f58c5;
}
.btn-outline-color-port-gore-30.focus,
.btn-outline-color-port-gore-30:focus {
  box-shadow: 0 0 0 0.2rem rgba(95, 88, 197, 0.5);
}
.btn-outline-color-port-gore-30.disabled,
.btn-outline-color-port-gore-30:disabled {
  color: #5f58c5;
  background-color: transparent;
}
.btn-outline-color-port-gore-30:not(:disabled):not(.disabled).active,
.btn-outline-color-port-gore-30:not(:disabled):not(.disabled):active,
.show > .btn-outline-color-port-gore-30.dropdown-toggle {
  color: #fff;
  background-color: #5f58c5;
  border-color: #5f58c5;
}
.btn-outline-color-port-gore-30:not(:disabled):not(.disabled).active:focus,
.btn-outline-color-port-gore-30:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-color-port-gore-30.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(95, 88, 197, 0.5);
}
.btn-outline-color-port-gore-50 {
  color: #a7a4df;
  border-color: #a7a4df;
}
.btn-outline-color-port-gore-50:hover {
  color: #212529;
  background-color: #a7a4df;
  border-color: #a7a4df;
}
.btn-outline-color-port-gore-50.focus,
.btn-outline-color-port-gore-50:focus {
  box-shadow: 0 0 0 0.2rem rgba(167, 164, 223, 0.5);
}
.btn-outline-color-port-gore-50.disabled,
.btn-outline-color-port-gore-50:disabled {
  color: #a7a4df;
  background-color: transparent;
}
.btn-outline-color-port-gore-50:not(:disabled):not(.disabled).active,
.btn-outline-color-port-gore-50:not(:disabled):not(.disabled):active,
.show > .btn-outline-color-port-gore-50.dropdown-toggle {
  color: #212529;
  background-color: #a7a4df;
  border-color: #a7a4df;
}
.btn-outline-color-port-gore-50:not(:disabled):not(.disabled).active:focus,
.btn-outline-color-port-gore-50:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-color-port-gore-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(167, 164, 223, 0.5);
}
.btn-outline-color-port-gore-darker {
  color: #17153c;
  border-color: #17153c;
}
.btn-outline-color-port-gore-darker:hover {
  color: #fff;
  background-color: #17153c;
  border-color: #17153c;
}
.btn-outline-color-port-gore-darker.focus,
.btn-outline-color-port-gore-darker:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 21, 60, 0.5);
}
.btn-outline-color-port-gore-darker.disabled,
.btn-outline-color-port-gore-darker:disabled {
  color: #17153c;
  background-color: transparent;
}
.btn-outline-color-port-gore-darker:not(:disabled):not(.disabled).active,
.btn-outline-color-port-gore-darker:not(:disabled):not(.disabled):active,
.show > .btn-outline-color-port-gore-darker.dropdown-toggle {
  color: #fff;
  background-color: #17153c;
  border-color: #17153c;
}
.btn-outline-color-port-gore-darker:not(:disabled):not(.disabled).active:focus,
.btn-outline-color-port-gore-darker:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-color-port-gore-darker.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 21, 60, 0.5);
}
.btn-outline-color-minsk {
  color: #2f2e7e;
  border-color: #2f2e7e;
}
.btn-outline-color-minsk:hover {
  color: #fff;
  background-color: #2f2e7e;
  border-color: #2f2e7e;
}
.btn-outline-color-minsk.focus,
.btn-outline-color-minsk:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 46, 126, 0.5);
}
.btn-outline-color-minsk.disabled,
.btn-outline-color-minsk:disabled {
  color: #2f2e7e;
  background-color: transparent;
}
.btn-outline-color-minsk:not(:disabled):not(.disabled).active,
.btn-outline-color-minsk:not(:disabled):not(.disabled):active,
.show > .btn-outline-color-minsk.dropdown-toggle {
  color: #fff;
  background-color: #2f2e7e;
  border-color: #2f2e7e;
}
.btn-outline-color-minsk:not(:disabled):not(.disabled).active:focus,
.btn-outline-color-minsk:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-color-minsk.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 46, 126, 0.5);
}
.btn-outline-color-east-bay {
  color: #494779;
  border-color: #494779;
}
.btn-outline-color-east-bay:hover {
  color: #fff;
  background-color: #494779;
  border-color: #494779;
}
.btn-outline-color-east-bay.focus,
.btn-outline-color-east-bay:focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 71, 121, 0.5);
}
.btn-outline-color-east-bay.disabled,
.btn-outline-color-east-bay:disabled {
  color: #494779;
  background-color: transparent;
}
.btn-outline-color-east-bay:not(:disabled):not(.disabled).active,
.btn-outline-color-east-bay:not(:disabled):not(.disabled):active,
.show > .btn-outline-color-east-bay.dropdown-toggle {
  color: #fff;
  background-color: #494779;
  border-color: #494779;
}
.btn-outline-color-east-bay:not(:disabled):not(.disabled).active:focus,
.btn-outline-color-east-bay:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-color-east-bay.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 71, 121, 0.5);
}
.btn-outline-color-victoria {
  color: #4d4ca5;
  border-color: #4d4ca5;
}
.btn-outline-color-victoria:hover {
  color: #fff;
  background-color: #4d4ca5;
  border-color: #4d4ca5;
}
.btn-outline-color-victoria.focus,
.btn-outline-color-victoria:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 76, 165, 0.5);
}
.btn-outline-color-victoria.disabled,
.btn-outline-color-victoria:disabled {
  color: #4d4ca5;
  background-color: transparent;
}
.btn-outline-color-victoria:not(:disabled):not(.disabled).active,
.btn-outline-color-victoria:not(:disabled):not(.disabled):active,
.show > .btn-outline-color-victoria.dropdown-toggle {
  color: #fff;
  background-color: #4d4ca5;
  border-color: #4d4ca5;
}
.btn-outline-color-victoria:not(:disabled):not(.disabled).active:focus,
.btn-outline-color-victoria:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-color-victoria.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 76, 165, 0.5);
}
.btn-outline-color-gigas {
  color: #403c8b;
  border-color: #403c8b;
}
.btn-outline-color-gigas:hover {
  color: #fff;
  background-color: #403c8b;
  border-color: #403c8b;
}
.btn-outline-color-gigas.focus,
.btn-outline-color-gigas:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 60, 139, 0.5);
}
.btn-outline-color-gigas.disabled,
.btn-outline-color-gigas:disabled {
  color: #403c8b;
  background-color: transparent;
}
.btn-outline-color-gigas:not(:disabled):not(.disabled).active,
.btn-outline-color-gigas:not(:disabled):not(.disabled):active,
.show > .btn-outline-color-gigas.dropdown-toggle {
  color: #fff;
  background-color: #403c8b;
  border-color: #403c8b;
}
.btn-outline-color-gigas:not(:disabled):not(.disabled).active:focus,
.btn-outline-color-gigas:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-color-gigas.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 60, 139, 0.5);
}
.btn-outline-color-peach-yellow {
  color: #f9e2af;
  border-color: #f9e2af;
}
.btn-outline-color-peach-yellow:hover {
  color: #212529;
  background-color: #f9e2af;
  border-color: #f9e2af;
}
.btn-outline-color-peach-yellow.focus,
.btn-outline-color-peach-yellow:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 226, 175, 0.5);
}
.btn-outline-color-peach-yellow.disabled,
.btn-outline-color-peach-yellow:disabled {
  color: #f9e2af;
  background-color: transparent;
}
.btn-outline-color-peach-yellow:not(:disabled):not(.disabled).active,
.btn-outline-color-peach-yellow:not(:disabled):not(.disabled):active,
.show > .btn-outline-color-peach-yellow.dropdown-toggle {
  color: #212529;
  background-color: #f9e2af;
  border-color: #f9e2af;
}
.btn-outline-color-peach-yellow:not(:disabled):not(.disabled).active:focus,
.btn-outline-color-peach-yellow:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-color-peach-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 226, 175, 0.5);
}
.btn-outline-color-saffron-mango {
  color: #f8c954;
  border-color: #f8c954;
}
.btn-outline-color-saffron-mango:hover {
  color: #212529;
  background-color: #f8c954;
  border-color: #f8c954;
}
.btn-outline-color-saffron-mango.focus,
.btn-outline-color-saffron-mango:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 201, 84, 0.5);
}
.btn-outline-color-saffron-mango.disabled,
.btn-outline-color-saffron-mango:disabled {
  color: #f8c954;
  background-color: transparent;
}
.btn-outline-color-saffron-mango:not(:disabled):not(.disabled).active,
.btn-outline-color-saffron-mango:not(:disabled):not(.disabled):active,
.show > .btn-outline-color-saffron-mango.dropdown-toggle {
  color: #212529;
  background-color: #f8c954;
  border-color: #f8c954;
}
.btn-outline-color-saffron-mango:not(:disabled):not(.disabled).active:focus,
.btn-outline-color-saffron-mango:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-color-saffron-mango.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 201, 84, 0.5);
}
.btn-outline-color-froly {
  color: #f48972;
  border-color: #f48972;
}
.btn-outline-color-froly:hover {
  color: #212529;
  background-color: #f48972;
  border-color: #f48972;
}
.btn-outline-color-froly.focus,
.btn-outline-color-froly:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 137, 114, 0.5);
}
.btn-outline-color-froly.disabled,
.btn-outline-color-froly:disabled {
  color: #f48972;
  background-color: transparent;
}
.btn-outline-color-froly:not(:disabled):not(.disabled).active,
.btn-outline-color-froly:not(:disabled):not(.disabled):active,
.show > .btn-outline-color-froly.dropdown-toggle {
  color: #212529;
  background-color: #f48972;
  border-color: #f48972;
}
.btn-outline-color-froly:not(:disabled):not(.disabled).active:focus,
.btn-outline-color-froly:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-color-froly.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 137, 114, 0.5);
}
.btn-outline-color-de-york {
  color: #8bc990;
  border-color: #8bc990;
}
.btn-outline-color-de-york:hover {
  color: #212529;
  background-color: #8bc990;
  border-color: #8bc990;
}
.btn-outline-color-de-york.focus,
.btn-outline-color-de-york:focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 201, 144, 0.5);
}
.btn-outline-color-de-york.disabled,
.btn-outline-color-de-york:disabled {
  color: #8bc990;
  background-color: transparent;
}
.btn-outline-color-de-york:not(:disabled):not(.disabled).active,
.btn-outline-color-de-york:not(:disabled):not(.disabled):active,
.show > .btn-outline-color-de-york.dropdown-toggle {
  color: #212529;
  background-color: #8bc990;
  border-color: #8bc990;
}
.btn-outline-color-de-york:not(:disabled):not(.disabled).active:focus,
.btn-outline-color-de-york:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-color-de-york.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 201, 144, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
}
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
  text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  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="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].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;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  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: "";
  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^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  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:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f1f1f1;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  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,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .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-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  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-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"] {
  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 > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control: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-append,
.input-group-prepend {
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  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="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  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-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  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:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: 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 {
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label:after,
.custom-control-label:before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}
.custom-control-label:after {
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label:before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='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;charset=utf-8,%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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23a9a9a9' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  display: inline-block;
  margin-bottom: 0;
}
.custom-file,
.custom-file-input {
  position: relative;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
}
.custom-file-input {
  z-index: 2;
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]:after {
  content: attr(data-browse);
}
.custom-file-label {
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label,
.custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
}
.custom-file-label:after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    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;
  -moz-appearance: none;
  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,
.custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
}
.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:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.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;
  padding: 0.5rem 1rem;
}
.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.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:focus,
.navbar-brand:hover {
  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:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat 50%;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .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-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .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-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .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-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .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-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .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-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .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-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .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-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .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-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.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-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  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:focus,
.navbar-light .navbar-nav .nav-link:hover {
  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 .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: hsla(0, 0%, 100%, 0.5);
  border-color: hsla(0, 0%, 100%, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  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-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
}
.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-bottom: -0.75rem;
  border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img,
.card-img-bottom,
.card-img-top {
  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-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    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-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb,
.breadcrumb-item {
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  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:focus,
a.badge:hover {
  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:focus,
a.badge-primary:hover {
  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:focus,
a.badge-secondary:hover {
  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:focus,
a.badge-success:hover {
  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:focus,
a.badge-info:hover {
  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:focus,
a.badge-warning:hover {
  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:focus,
a.badge-danger:hover {
  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: #f1f1f1;
}
a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #d8d8d8;
}
a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 94.5%, 0.5);
}
.badge-dark {
  color: #212529;
  background-color: #a9a9a9;
}
a.badge-dark:focus,
a.badge-dark:hover {
  color: #212529;
  background-color: #909090;
}
a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 66.3%, 0.5);
}
.badge-color-white {
  color: #212529;
  background-color: #fff;
}
a.badge-color-white:focus,
a.badge-color-white:hover {
  color: #212529;
  background-color: #e6e6e6;
}
a.badge-color-white.focus,
a.badge-color-white:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}
.badge-color-wild-sand {
  color: #212529;
  background-color: #f5f5f5;
}
a.badge-color-wild-sand:focus,
a.badge-color-wild-sand:hover {
  color: #212529;
  background-color: #dcdcdc;
}
a.badge-color-wild-sand.focus,
a.badge-color-wild-sand:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 96.1%, 0.5);
}
.badge-color-mercury {
  color: #212529;
  background-color: #e1e1e1;
}
a.badge-color-mercury:focus,
a.badge-color-mercury:hover {
  color: #212529;
  background-color: #c8c8c8;
}
a.badge-color-mercury.focus,
a.badge-color-mercury:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 88.2%, 0.5);
}
.badge-color-solitude {
  color: #212529;
  background-color: #ecf7ff;
}
a.badge-color-solitude:focus,
a.badge-color-solitude:hover {
  color: #212529;
  background-color: #b9e2ff;
}
a.badge-color-solitude.focus,
a.badge-color-solitude:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(236, 247, 255, 0.5);
}
.badge-color-quill-gray {
  color: #212529;
  background-color: #d0cfcd;
}
a.badge-color-quill-gray:focus,
a.badge-color-quill-gray:hover {
  color: #212529;
  background-color: #b7b6b3;
}
a.badge-color-quill-gray.focus,
a.badge-color-quill-gray:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(208, 207, 205, 0.5);
}
.badge-color-silver-chalice {
  color: #212529;
  background-color: #a9a9a9;
}
a.badge-color-silver-chalice:focus,
a.badge-color-silver-chalice:hover {
  color: #212529;
  background-color: #909090;
}
a.badge-color-silver-chalice.focus,
a.badge-color-silver-chalice:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 66.3%, 0.5);
}
.badge-color-hit-gray {
  color: #212529;
  background-color: #adb5bd;
}
a.badge-color-hit-gray:focus,
a.badge-color-hit-gray:hover {
  color: #212529;
  background-color: #919ca6;
}
a.badge-color-hit-gray.focus,
a.badge-color-hit-gray:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}
.badge-color-tundora {
  color: #fff;
  background-color: #4a4a4a;
}
a.badge-color-tundora:focus,
a.badge-color-tundora:hover {
  color: #fff;
  background-color: #313131;
}
a.badge-color-tundora.focus,
a.badge-color-tundora:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(74, 74, 74, 0.5);
}
.badge-color-blizzard-blue {
  color: #212529;
  background-color: #c0daf3;
}
a.badge-color-blizzard-blue:focus,
a.badge-color-blizzard-blue:hover {
  color: #212529;
  background-color: #95c1eb;
}
a.badge-color-blizzard-blue.focus,
a.badge-color-blizzard-blue:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(192, 218, 243, 0.5);
}
.badge-color-sail {
  color: #212529;
  background-color: #9dcdf8;
}
a.badge-color-sail:focus,
a.badge-color-sail:hover {
  color: #212529;
  background-color: #6db5f5;
}
a.badge-color-sail.focus,
a.badge-color-sail:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(157, 205, 248, 0.5);
}
.badge-color-danube {
  color: #212529;
  background-color: #7dadd9;
}
a.badge-color-danube:focus,
a.badge-color-danube:hover {
  color: #212529;
  background-color: #5694cd;
}
a.badge-color-danube.focus,
a.badge-color-danube:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(125, 173, 217, 0.5);
}
.badge-color-seagull {
  color: #212529;
  background-color: #6cace4;
}
a.badge-color-seagull:focus,
a.badge-color-seagull:hover {
  color: #212529;
  background-color: #4194dc;
}
a.badge-color-seagull.focus,
a.badge-color-seagull:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 172, 228, 0.5);
}
.badge-color-matisse {
  color: #fff;
  background-color: #216fb4;
}
a.badge-color-matisse:focus,
a.badge-color-matisse:hover {
  color: #fff;
  background-color: #195489;
}
a.badge-color-matisse.focus,
a.badge-color-matisse:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 111, 180, 0.5);
}
.badge-color-denim {
  color: #fff;
  background-color: #136dbe;
}
a.badge-color-denim:focus,
a.badge-color-denim:hover {
  color: #fff;
  background-color: #0e5290;
}
a.badge-color-denim.focus,
a.badge-color-denim:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(19, 109, 190, 0.5);
}
.badge-color-tory-blue {
  color: #fff;
  background-color: #1751b7;
}
a.badge-color-tory-blue:focus,
a.badge-color-tory-blue:hover {
  color: #fff;
  background-color: #113d8a;
}
a.badge-color-tory-blue.focus,
a.badge-color-tory-blue:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 81, 183, 0.5);
}
.badge-color-chathams-blue {
  color: #fff;
  background-color: #15578a;
}
a.badge-color-chathams-blue:focus,
a.badge-color-chathams-blue:hover {
  color: #fff;
  background-color: #0e3b5e;
}
a.badge-color-chathams-blue.focus,
a.badge-color-chathams-blue:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(21, 87, 138, 0.5);
}
.badge-color-blumine {
  color: #fff;
  background-color: #20558a;
}
a.badge-color-blumine:focus,
a.badge-color-blumine:hover {
  color: #fff;
  background-color: #163c61;
}
a.badge-color-blumine.focus,
a.badge-color-blumine:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 85, 138, 0.5);
}
.badge-color-primary {
  color: #fff;
  background-color: #262262;
}
a.badge-color-primary:focus,
a.badge-color-primary:hover {
  color: #fff;
  background-color: #17153c;
}
a.badge-color-primary.focus,
a.badge-color-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 34, 98, 0.5);
}
.badge-color-port-gore-5 {
  color: #fff;
  background-color: #2d2975;
}
a.badge-color-port-gore-5:focus,
a.badge-color-port-gore-5:hover {
  color: #fff;
  background-color: #1f1b4f;
}
a.badge-color-port-gore-5.focus,
a.badge-color-port-gore-5:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(45, 41, 117, 0.5);
}
.badge-color-port-gore-10 {
  color: #fff;
  background-color: #352f88;
}
a.badge-color-port-gore-10:focus,
a.badge-color-port-gore-10:hover {
  color: #fff;
  background-color: #262262;
}
a.badge-color-port-gore-10.focus,
a.badge-color-port-gore-10:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(53, 47, 136, 0.5);
}
.badge-color-port-gore-20 {
  color: #fff;
  background-color: #433cae;
}
a.badge-color-port-gore-20:focus,
a.badge-color-port-gore-20:hover {
  color: #fff;
  background-color: #352f88;
}
a.badge-color-port-gore-20.focus,
a.badge-color-port-gore-20:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(67, 60, 174, 0.5);
}
.badge-color-port-gore-30 {
  color: #fff;
  background-color: #5f58c5;
}
a.badge-color-port-gore-30:focus,
a.badge-color-port-gore-30:hover {
  color: #fff;
  background-color: #433cae;
}
a.badge-color-port-gore-30.focus,
a.badge-color-port-gore-30:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(95, 88, 197, 0.5);
}
.badge-color-port-gore-50 {
  color: #212529;
  background-color: #a7a4df;
}
a.badge-color-port-gore-50:focus,
a.badge-color-port-gore-50:hover {
  color: #212529;
  background-color: #837ed2;
}
a.badge-color-port-gore-50.focus,
a.badge-color-port-gore-50:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(167, 164, 223, 0.5);
}
.badge-color-port-gore-darker {
  color: #fff;
  background-color: #17153c;
}
a.badge-color-port-gore-darker:focus,
a.badge-color-port-gore-darker:hover {
  color: #fff;
  background-color: #090816;
}
a.badge-color-port-gore-darker.focus,
a.badge-color-port-gore-darker:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 21, 60, 0.5);
}
.badge-color-minsk {
  color: #fff;
  background-color: #2f2e7e;
}
a.badge-color-minsk:focus,
a.badge-color-minsk:hover {
  color: #fff;
  background-color: #212059;
}
a.badge-color-minsk.focus,
a.badge-color-minsk:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(47, 46, 126, 0.5);
}
.badge-color-east-bay {
  color: #fff;
  background-color: #494779;
}
a.badge-color-east-bay:focus,
a.badge-color-east-bay:hover {
  color: #fff;
  background-color: #363459;
}
a.badge-color-east-bay.focus,
a.badge-color-east-bay:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(73, 71, 121, 0.5);
}
.badge-color-victoria {
  color: #fff;
  background-color: #4d4ca5;
}
a.badge-color-victoria:focus,
a.badge-color-victoria:hover {
  color: #fff;
  background-color: #3d3c82;
}
a.badge-color-victoria.focus,
a.badge-color-victoria:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(77, 76, 165, 0.5);
}
.badge-color-gigas {
  color: #fff;
  background-color: #403c8b;
}
a.badge-color-gigas:focus,
a.badge-color-gigas:hover {
  color: #fff;
  background-color: #302d67;
}
a.badge-color-gigas.focus,
a.badge-color-gigas:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(64, 60, 139, 0.5);
}
.badge-color-peach-yellow {
  color: #212529;
  background-color: #f9e2af;
}
a.badge-color-peach-yellow:focus,
a.badge-color-peach-yellow:hover {
  color: #212529;
  background-color: #f5d180;
}
a.badge-color-peach-yellow.focus,
a.badge-color-peach-yellow:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(249, 226, 175, 0.5);
}
.badge-color-saffron-mango {
  color: #212529;
  background-color: #f8c954;
}
a.badge-color-saffron-mango:focus,
a.badge-color-saffron-mango:hover {
  color: #212529;
  background-color: #f6ba23;
}
a.badge-color-saffron-mango.focus,
a.badge-color-saffron-mango:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 201, 84, 0.5);
}
.badge-color-froly {
  color: #212529;
  background-color: #f48972;
}
a.badge-color-froly:focus,
a.badge-color-froly:hover {
  color: #212529;
  background-color: #f06143;
}
a.badge-color-froly.focus,
a.badge-color-froly:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 137, 114, 0.5);
}
.badge-color-de-york {
  color: #212529;
  background-color: #8bc990;
}
a.badge-color-de-york:focus,
a.badge-color-de-york:hover {
  color: #212529;
  background-color: #68b96f;
}
a.badge-color-de-york.focus,
a.badge-color-de-york:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(139, 201, 144, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #7d7d7d;
  background-color: #fcfcfc;
  border-color: #fbfbfb;
}
.alert-light hr {
  border-top-color: #eee;
}
.alert-light .alert-link {
  color: #646464;
}
.alert-dark {
  color: #585858;
  background-color: #eee;
  border-color: #e7e7e7;
}
.alert-dark hr {
  border-top-color: #dadada;
}
.alert-dark .alert-link {
  color: #3f3f3f;
}
.alert-color-white {
  color: #858585;
  background-color: #fff;
  border-color: #fff;
}
.alert-color-white hr {
  border-top-color: #f2f2f2;
}
.alert-color-white .alert-link {
  color: #6c6c6c;
}
.alert-color-wild-sand {
  color: #7f7f7f;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.alert-color-wild-sand hr {
  border-top-color: #efefef;
}
.alert-color-wild-sand .alert-link {
  color: #666;
}
.alert-color-mercury {
  color: #757575;
  background-color: #f9f9f9;
  border-color: #f7f7f7;
}
.alert-color-mercury hr {
  border-top-color: #eaeaea;
}
.alert-color-mercury .alert-link {
  color: #5c5c5c;
}
.alert-color-solitude {
  color: #7b8085;
  background-color: #fbfdff;
  border-color: #fafdff;
}
.alert-color-solitude hr {
  border-top-color: #e1f3ff;
}
.alert-color-solitude .alert-link {
  color: #62676b;
}
.alert-color-quill-gray {
  color: #6c6c6b;
  background-color: #f6f5f5;
  border-color: #f2f2f1;
}
.alert-color-quill-gray hr {
  border-top-color: #e6e6e4;
}
.alert-color-quill-gray .alert-link {
  color: #525252;
}
.alert-color-silver-chalice {
  color: #585858;
  background-color: #eee;
  border-color: #e7e7e7;
}
.alert-color-silver-chalice hr {
  border-top-color: #dadada;
}
.alert-color-silver-chalice .alert-link {
  color: #3f3f3f;
}
.alert-color-hit-gray {
  color: #5a5e62;
  background-color: #eff0f2;
  border-color: #e8eaed;
}
.alert-color-hit-gray hr {
  border-top-color: #dadde2;
}
.alert-color-hit-gray .alert-link {
  color: #424547;
}
.alert-color-tundora {
  color: #262626;
  background-color: #dbdbdb;
  border-color: #ccc;
}
.alert-color-tundora hr {
  border-top-color: #bfbfbf;
}
.alert-color-tundora .alert-link {
  color: #0d0d0d;
}
.alert-color-blizzard-blue {
  color: #64717e;
  background-color: #f2f8fd;
  border-color: #edf5fc;
}
.alert-color-blizzard-blue hr {
  border-top-color: #d7e9f8;
}
.alert-color-blizzard-blue .alert-link {
  color: #4d5862;
}
.alert-color-sail {
  color: #526b81;
  background-color: #ebf5fe;
  border-color: #e4f1fd;
}
.alert-color-sail hr {
  border-top-color: #cce5fb;
}
.alert-color-sail .alert-link {
  color: #3e5162;
}
.alert-color-danube {
  color: #415a71;
  background-color: #e5eff7;
  border-color: #dbe8f4;
}
.alert-color-danube hr {
  border-top-color: #c7dcee;
}
.alert-color-danube .alert-link {
  color: #2e4051;
}
.alert-color-seagull {
  color: #385977;
  background-color: #e2eefa;
  border-color: #d6e8f7;
}
.alert-color-seagull hr {
  border-top-color: #c1dcf3;
}
.alert-color-seagull .alert-link {
  color: #283f54;
}
.alert-color-matisse {
  color: #113a5e;
  background-color: #d3e2f0;
  border-color: #c1d7ea;
}
.alert-color-matisse hr {
  border-top-color: #aecbe4;
}
.alert-color-matisse .alert-link {
  color: #091f33;
}
.alert-color-denim {
  color: #0a3963;
  background-color: #d0e2f2;
  border-color: #bdd6ed;
}
.alert-color-denim hr {
  border-top-color: #a9cae8;
}
.alert-color-denim .alert-link {
  color: #051e35;
}
.alert-color-tory-blue {
  color: #0c2a5f;
  background-color: #d1dcf1;
  border-color: #beceeb;
}
.alert-color-tory-blue hr {
  border-top-color: #abbfe5;
}
.alert-color-tory-blue .alert-link {
  color: #061632;
}
.alert-color-chathams-blue {
  color: #0b2d48;
  background-color: #d0dde8;
  border-color: #bdd0de;
}
.alert-color-chathams-blue hr {
  border-top-color: #acc4d6;
}
.alert-color-chathams-blue .alert-link {
  color: #04111c;
}
.alert-color-blumine {
  color: #112c48;
  background-color: #d2dde8;
  border-color: #c1cfde;
}
.alert-color-blumine hr {
  border-top-color: #b0c2d5;
}
.alert-color-blumine .alert-link {
  color: #07131f;
}
.alert-color-primary {
  color: #141233;
  background-color: #d4d3e0;
  border-color: #c2c1d3;
}
.alert-color-primary hr {
  border-top-color: #b3b2c8;
}
.alert-color-primary .alert-link {
  color: #05050d;
}
.alert-color-port-gore-5 {
  color: #17153d;
  background-color: #d5d4e3;
  border-color: #c4c3d8;
}
.alert-color-port-gore-5 hr {
  border-top-color: #b5b4ce;
}
.alert-color-port-gore-5 .alert-link {
  color: #090817;
}
.alert-color-port-gore-10 {
  color: #1c1847;
  background-color: #d7d5e7;
  border-color: #c6c5de;
}
.alert-color-port-gore-10 hr {
  border-top-color: #b6b5d5;
}
.alert-color-port-gore-10 .alert-link {
  color: #0d0b21;
}
.alert-color-port-gore-20 {
  color: #231f5a;
  background-color: #d9d8ef;
  border-color: #cac8e8;
}
.alert-color-port-gore-20 hr {
  border-top-color: #b9b6e0;
}
.alert-color-port-gore-20 .alert-link {
  color: #141234;
}
.alert-color-port-gore-30 {
  color: #312e66;
  background-color: #dfdef3;
  border-color: #d2d0ef;
}
.alert-color-port-gore-30 hr {
  border-top-color: #c0bde9;
}
.alert-color-port-gore-30 .alert-link {
  color: #201e43;
}
.alert-color-port-gore-50 {
  color: #575574;
  background-color: #ededf9;
  border-color: #e6e6f6;
}
.alert-color-port-gore-50 hr {
  border-top-color: #d3d3ef;
}
.alert-color-port-gore-50 .alert-link {
  color: #413f57;
}
.alert-color-port-gore-darker {
  color: #0c0b1f;
  background-color: #d1d0d8;
  border-color: #bebdc8;
}
.alert-color-port-gore-darker hr {
  border-top-color: #b0afbc;
}
.alert-color-port-gore-darker .alert-link {
  color: #000;
}
.alert-color-minsk {
  color: #181842;
  background-color: #d5d5e5;
  border-color: #c5c4db;
}
.alert-color-minsk hr {
  border-top-color: #b5b4d1;
}
.alert-color-minsk .alert-link {
  color: #0a0a1d;
}
.alert-color-east-bay {
  color: #26253f;
  background-color: #dbdae4;
  border-color: #cccbd9;
}
.alert-color-east-bay hr {
  border-top-color: #bebcce;
}
.alert-color-east-bay .alert-link {
  color: #13121f;
}
.alert-color-victoria {
  color: #282856;
  background-color: #dbdbed;
  border-color: #cdcde6;
}
.alert-color-victoria hr {
  border-top-color: #bcbcde;
}
.alert-color-victoria .alert-link {
  color: #181833;
}
.alert-color-gigas {
  color: #211f48;
  background-color: #d9d8e8;
  border-color: #cac8df;
}
.alert-color-gigas hr {
  border-top-color: #bab8d6;
}
.alert-color-gigas .alert-link {
  color: #111024;
}
.alert-color-peach-yellow {
  color: #81765b;
  background-color: #fef9ef;
  border-color: #fdf7e9;
}
.alert-color-peach-yellow hr {
  border-top-color: #fbefd2;
}
.alert-color-peach-yellow .alert-link {
  color: #635b46;
}
.alert-color-saffron-mango {
  color: #81692c;
  background-color: #fef4dd;
  border-color: #fdf0cf;
}
.alert-color-saffron-mango hr {
  border-top-color: #fce8b7;
}
.alert-color-saffron-mango .alert-link {
  color: #5b4a1f;
}
.alert-color-froly {
  color: #7f473b;
  background-color: #fde7e3;
  border-color: #fcded8;
}
.alert-color-froly hr {
  border-top-color: #facac0;
}
.alert-color-froly .alert-link {
  color: #5c342b;
}
.alert-color-de-york {
  color: #48694b;
  background-color: #e8f4e9;
  border-color: #dff0e0;
}
.alert-color-de-york hr {
  border-top-color: #cee8cf;
}
.alert-color-de-york .alert-link {
  color: #334b35;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 1rem;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress,
.progress-bar {
  display: flex;
  overflow: hidden;
}
.progress-bar {
  flex-direction: column;
  justify-content: center;
  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,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: 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:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f1f1f1;
}
.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:focus,
.list-group-item-primary.list-group-item-action:hover {
  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:focus,
.list-group-item-secondary.list-group-item-action:hover {
  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:focus,
.list-group-item-success.list-group-item-action:hover {
  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:focus,
.list-group-item-info.list-group-item-action:hover {
  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:focus,
.list-group-item-warning.list-group-item-action:hover {
  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:focus,
.list-group-item-danger.list-group-item-action:hover {
  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: #7d7d7d;
  background-color: #fbfbfb;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #7d7d7d;
  background-color: #eee;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}
.list-group-item-dark {
  color: #585858;
  background-color: #e7e7e7;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #585858;
  background-color: #dadada;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #585858;
  border-color: #585858;
}
.list-group-item-color-white {
  color: #858585;
  background-color: #fff;
}
.list-group-item-color-white.list-group-item-action:focus,
.list-group-item-color-white.list-group-item-action:hover {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-color-white.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}
.list-group-item-color-wild-sand {
  color: #7f7f7f;
  background-color: #fcfcfc;
}
.list-group-item-color-wild-sand.list-group-item-action:focus,
.list-group-item-color-wild-sand.list-group-item-action:hover {
  color: #7f7f7f;
  background-color: #efefef;
}
.list-group-item-color-wild-sand.list-group-item-action.active {
  color: #fff;
  background-color: #7f7f7f;
  border-color: #7f7f7f;
}
.list-group-item-color-mercury {
  color: #757575;
  background-color: #f7f7f7;
}
.list-group-item-color-mercury.list-group-item-action:focus,
.list-group-item-color-mercury.list-group-item-action:hover {
  color: #757575;
  background-color: #eaeaea;
}
.list-group-item-color-mercury.list-group-item-action.active {
  color: #fff;
  background-color: #757575;
  border-color: #757575;
}
.list-group-item-color-solitude {
  color: #7b8085;
  background-color: #fafdff;
}
.list-group-item-color-solitude.list-group-item-action:focus,
.list-group-item-color-solitude.list-group-item-action:hover {
  color: #7b8085;
  background-color: #e1f3ff;
}
.list-group-item-color-solitude.list-group-item-action.active {
  color: #fff;
  background-color: #7b8085;
  border-color: #7b8085;
}
.list-group-item-color-quill-gray {
  color: #6c6c6b;
  background-color: #f2f2f1;
}
.list-group-item-color-quill-gray.list-group-item-action:focus,
.list-group-item-color-quill-gray.list-group-item-action:hover {
  color: #6c6c6b;
  background-color: #e6e6e4;
}
.list-group-item-color-quill-gray.list-group-item-action.active {
  color: #fff;
  background-color: #6c6c6b;
  border-color: #6c6c6b;
}
.list-group-item-color-silver-chalice {
  color: #585858;
  background-color: #e7e7e7;
}
.list-group-item-color-silver-chalice.list-group-item-action:focus,
.list-group-item-color-silver-chalice.list-group-item-action:hover {
  color: #585858;
  background-color: #dadada;
}
.list-group-item-color-silver-chalice.list-group-item-action.active {
  color: #fff;
  background-color: #585858;
  border-color: #585858;
}
.list-group-item-color-hit-gray {
  color: #5a5e62;
  background-color: #e8eaed;
}
.list-group-item-color-hit-gray.list-group-item-action:focus,
.list-group-item-color-hit-gray.list-group-item-action:hover {
  color: #5a5e62;
  background-color: #dadde2;
}
.list-group-item-color-hit-gray.list-group-item-action.active {
  color: #fff;
  background-color: #5a5e62;
  border-color: #5a5e62;
}
.list-group-item-color-tundora {
  color: #262626;
  background-color: #ccc;
}
.list-group-item-color-tundora.list-group-item-action:focus,
.list-group-item-color-tundora.list-group-item-action:hover {
  color: #262626;
  background-color: #bfbfbf;
}
.list-group-item-color-tundora.list-group-item-action.active {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}
.list-group-item-color-blizzard-blue {
  color: #64717e;
  background-color: #edf5fc;
}
.list-group-item-color-blizzard-blue.list-group-item-action:focus,
.list-group-item-color-blizzard-blue.list-group-item-action:hover {
  color: #64717e;
  background-color: #d7e9f8;
}
.list-group-item-color-blizzard-blue.list-group-item-action.active {
  color: #fff;
  background-color: #64717e;
  border-color: #64717e;
}
.list-group-item-color-sail {
  color: #526b81;
  background-color: #e4f1fd;
}
.list-group-item-color-sail.list-group-item-action:focus,
.list-group-item-color-sail.list-group-item-action:hover {
  color: #526b81;
  background-color: #cce5fb;
}
.list-group-item-color-sail.list-group-item-action.active {
  color: #fff;
  background-color: #526b81;
  border-color: #526b81;
}
.list-group-item-color-danube {
  color: #415a71;
  background-color: #dbe8f4;
}
.list-group-item-color-danube.list-group-item-action:focus,
.list-group-item-color-danube.list-group-item-action:hover {
  color: #415a71;
  background-color: #c7dcee;
}
.list-group-item-color-danube.list-group-item-action.active {
  color: #fff;
  background-color: #415a71;
  border-color: #415a71;
}
.list-group-item-color-seagull {
  color: #385977;
  background-color: #d6e8f7;
}
.list-group-item-color-seagull.list-group-item-action:focus,
.list-group-item-color-seagull.list-group-item-action:hover {
  color: #385977;
  background-color: #c1dcf3;
}
.list-group-item-color-seagull.list-group-item-action.active {
  color: #fff;
  background-color: #385977;
  border-color: #385977;
}
.list-group-item-color-matisse {
  color: #113a5e;
  background-color: #c1d7ea;
}
.list-group-item-color-matisse.list-group-item-action:focus,
.list-group-item-color-matisse.list-group-item-action:hover {
  color: #113a5e;
  background-color: #aecbe4;
}
.list-group-item-color-matisse.list-group-item-action.active {
  color: #fff;
  background-color: #113a5e;
  border-color: #113a5e;
}
.list-group-item-color-denim {
  color: #0a3963;
  background-color: #bdd6ed;
}
.list-group-item-color-denim.list-group-item-action:focus,
.list-group-item-color-denim.list-group-item-action:hover {
  color: #0a3963;
  background-color: #a9cae8;
}
.list-group-item-color-denim.list-group-item-action.active {
  color: #fff;
  background-color: #0a3963;
  border-color: #0a3963;
}
.list-group-item-color-tory-blue {
  color: #0c2a5f;
  background-color: #beceeb;
}
.list-group-item-color-tory-blue.list-group-item-action:focus,
.list-group-item-color-tory-blue.list-group-item-action:hover {
  color: #0c2a5f;
  background-color: #abbfe5;
}
.list-group-item-color-tory-blue.list-group-item-action.active {
  color: #fff;
  background-color: #0c2a5f;
  border-color: #0c2a5f;
}
.list-group-item-color-chathams-blue {
  color: #0b2d48;
  background-color: #bdd0de;
}
.list-group-item-color-chathams-blue.list-group-item-action:focus,
.list-group-item-color-chathams-blue.list-group-item-action:hover {
  color: #0b2d48;
  background-color: #acc4d6;
}
.list-group-item-color-chathams-blue.list-group-item-action.active {
  color: #fff;
  background-color: #0b2d48;
  border-color: #0b2d48;
}
.list-group-item-color-blumine {
  color: #112c48;
  background-color: #c1cfde;
}
.list-group-item-color-blumine.list-group-item-action:focus,
.list-group-item-color-blumine.list-group-item-action:hover {
  color: #112c48;
  background-color: #b0c2d5;
}
.list-group-item-color-blumine.list-group-item-action.active {
  color: #fff;
  background-color: #112c48;
  border-color: #112c48;
}
.list-group-item-color-primary {
  color: #141233;
  background-color: #c2c1d3;
}
.list-group-item-color-primary.list-group-item-action:focus,
.list-group-item-color-primary.list-group-item-action:hover {
  color: #141233;
  background-color: #b3b2c8;
}
.list-group-item-color-primary.list-group-item-action.active {
  color: #fff;
  background-color: #141233;
  border-color: #141233;
}
.list-group-item-color-port-gore-5 {
  color: #17153d;
  background-color: #c4c3d8;
}
.list-group-item-color-port-gore-5.list-group-item-action:focus,
.list-group-item-color-port-gore-5.list-group-item-action:hover {
  color: #17153d;
  background-color: #b5b4ce;
}
.list-group-item-color-port-gore-5.list-group-item-action.active {
  color: #fff;
  background-color: #17153d;
  border-color: #17153d;
}
.list-group-item-color-port-gore-10 {
  color: #1c1847;
  background-color: #c6c5de;
}
.list-group-item-color-port-gore-10.list-group-item-action:focus,
.list-group-item-color-port-gore-10.list-group-item-action:hover {
  color: #1c1847;
  background-color: #b6b5d5;
}
.list-group-item-color-port-gore-10.list-group-item-action.active {
  color: #fff;
  background-color: #1c1847;
  border-color: #1c1847;
}
.list-group-item-color-port-gore-20 {
  color: #231f5a;
  background-color: #cac8e8;
}
.list-group-item-color-port-gore-20.list-group-item-action:focus,
.list-group-item-color-port-gore-20.list-group-item-action:hover {
  color: #231f5a;
  background-color: #b9b6e0;
}
.list-group-item-color-port-gore-20.list-group-item-action.active {
  color: #fff;
  background-color: #231f5a;
  border-color: #231f5a;
}
.list-group-item-color-port-gore-30 {
  color: #312e66;
  background-color: #d2d0ef;
}
.list-group-item-color-port-gore-30.list-group-item-action:focus,
.list-group-item-color-port-gore-30.list-group-item-action:hover {
  color: #312e66;
  background-color: #c0bde9;
}
.list-group-item-color-port-gore-30.list-group-item-action.active {
  color: #fff;
  background-color: #312e66;
  border-color: #312e66;
}
.list-group-item-color-port-gore-50 {
  color: #575574;
  background-color: #e6e6f6;
}
.list-group-item-color-port-gore-50.list-group-item-action:focus,
.list-group-item-color-port-gore-50.list-group-item-action:hover {
  color: #575574;
  background-color: #d3d3ef;
}
.list-group-item-color-port-gore-50.list-group-item-action.active {
  color: #fff;
  background-color: #575574;
  border-color: #575574;
}
.list-group-item-color-port-gore-darker {
  color: #0c0b1f;
  background-color: #bebdc8;
}
.list-group-item-color-port-gore-darker.list-group-item-action:focus,
.list-group-item-color-port-gore-darker.list-group-item-action:hover {
  color: #0c0b1f;
  background-color: #b0afbc;
}
.list-group-item-color-port-gore-darker.list-group-item-action.active {
  color: #fff;
  background-color: #0c0b1f;
  border-color: #0c0b1f;
}
.list-group-item-color-minsk {
  color: #181842;
  background-color: #c5c4db;
}
.list-group-item-color-minsk.list-group-item-action:focus,
.list-group-item-color-minsk.list-group-item-action:hover {
  color: #181842;
  background-color: #b5b4d1;
}
.list-group-item-color-minsk.list-group-item-action.active {
  color: #fff;
  background-color: #181842;
  border-color: #181842;
}
.list-group-item-color-east-bay {
  color: #26253f;
  background-color: #cccbd9;
}
.list-group-item-color-east-bay.list-group-item-action:focus,
.list-group-item-color-east-bay.list-group-item-action:hover {
  color: #26253f;
  background-color: #bebcce;
}
.list-group-item-color-east-bay.list-group-item-action.active {
  color: #fff;
  background-color: #26253f;
  border-color: #26253f;
}
.list-group-item-color-victoria {
  color: #282856;
  background-color: #cdcde6;
}
.list-group-item-color-victoria.list-group-item-action:focus,
.list-group-item-color-victoria.list-group-item-action:hover {
  color: #282856;
  background-color: #bcbcde;
}
.list-group-item-color-victoria.list-group-item-action.active {
  color: #fff;
  background-color: #282856;
  border-color: #282856;
}
.list-group-item-color-gigas {
  color: #211f48;
  background-color: #cac8df;
}
.list-group-item-color-gigas.list-group-item-action:focus,
.list-group-item-color-gigas.list-group-item-action:hover {
  color: #211f48;
  background-color: #bab8d6;
}
.list-group-item-color-gigas.list-group-item-action.active {
  color: #fff;
  background-color: #211f48;
  border-color: #211f48;
}
.list-group-item-color-peach-yellow {
  color: #81765b;
  background-color: #fdf7e9;
}
.list-group-item-color-peach-yellow.list-group-item-action:focus,
.list-group-item-color-peach-yellow.list-group-item-action:hover {
  color: #81765b;
  background-color: #fbefd2;
}
.list-group-item-color-peach-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #81765b;
  border-color: #81765b;
}
.list-group-item-color-saffron-mango {
  color: #81692c;
  background-color: #fdf0cf;
}
.list-group-item-color-saffron-mango.list-group-item-action:focus,
.list-group-item-color-saffron-mango.list-group-item-action:hover {
  color: #81692c;
  background-color: #fce8b7;
}
.list-group-item-color-saffron-mango.list-group-item-action.active {
  color: #fff;
  background-color: #81692c;
  border-color: #81692c;
}
.list-group-item-color-froly {
  color: #7f473b;
  background-color: #fcded8;
}
.list-group-item-color-froly.list-group-item-action:focus,
.list-group-item-color-froly.list-group-item-action:hover {
  color: #7f473b;
  background-color: #facac0;
}
.list-group-item-color-froly.list-group-item-action.active {
  color: #fff;
  background-color: #7f473b;
  border-color: #7f473b;
}
.list-group-item-color-de-york {
  color: #48694b;
  background-color: #dff0e0;
}
.list-group-item-color-de-york.list-group-item-action:focus,
.list-group-item-color-de-york.list-group-item-action:hover {
  color: #48694b;
  background-color: #cee8cf;
}
.list-group-item-color-de-york.list-group-item-action.active {
  color: #fff;
  background-color: #48694b;
  border-color: #48694b;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translateY(-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-footer,
.modal-dialog-scrollable .modal-header {
  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: -webkit-min-content;
  height: -moz-min-content;
  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;
  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;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  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: -webkit-min-content;
    height: -moz-min-content;
    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;
  }
}
[dir="ltr"] .tooltip {
  text-align: left;
}
[dir="rtl"] .tooltip {
  text-align: right;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Helvetica", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  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-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-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;
}
[dir="ltr"] .popover {
  text-align: left;
}
[dir="rtl"] .popover {
  text-align: right;
}
.popover {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  font-family: "Helvetica", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  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,
.popover .arrow {
  position: absolute;
  display: block;
}
.popover .arrow {
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow:after,
.popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="top"] > .arrow:before,
.bs-popover-top > .arrow:before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] > .arrow:after,
.bs-popover-top > .arrow:after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow:before,
.bs-popover-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-auto[x-placement^="right"] > .arrow:after,
.bs-popover-right > .arrow:after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:before,
.bs-popover-bottom > .arrow:before {
  top: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:after,
.bs-popover-bottom > .arrow:after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-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-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow:before,
.bs-popover-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-auto[x-placement^="left"] > .arrow:after,
.bs-popover-left > .arrow:after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner:after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  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-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f1f1f1 !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #d8d8d8 !important;
}
.bg-dark {
  background-color: #a9a9a9 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #909090 !important;
}
.bg-color-white {
  background-color: #fff !important;
}
a.bg-color-white:focus,
a.bg-color-white:hover,
button.bg-color-white:focus,
button.bg-color-white:hover {
  background-color: #e6e6e6 !important;
}
.bg-color-wild-sand {
  background-color: #f5f5f5 !important;
}
a.bg-color-wild-sand:focus,
a.bg-color-wild-sand:hover,
button.bg-color-wild-sand:focus,
button.bg-color-wild-sand:hover {
  background-color: #dcdcdc !important;
}
.bg-color-mercury {
  background-color: #e1e1e1 !important;
}
a.bg-color-mercury:focus,
a.bg-color-mercury:hover,
button.bg-color-mercury:focus,
button.bg-color-mercury:hover {
  background-color: #c8c8c8 !important;
}
.bg-color-solitude {
  background-color: #ecf7ff !important;
}
a.bg-color-solitude:focus,
a.bg-color-solitude:hover,
button.bg-color-solitude:focus,
button.bg-color-solitude:hover {
  background-color: #b9e2ff !important;
}
.bg-color-quill-gray {
  background-color: #d0cfcd !important;
}
a.bg-color-quill-gray:focus,
a.bg-color-quill-gray:hover,
button.bg-color-quill-gray:focus,
button.bg-color-quill-gray:hover {
  background-color: #b7b6b3 !important;
}
.bg-color-silver-chalice {
  background-color: #a9a9a9 !important;
}
a.bg-color-silver-chalice:focus,
a.bg-color-silver-chalice:hover,
button.bg-color-silver-chalice:focus,
button.bg-color-silver-chalice:hover {
  background-color: #909090 !important;
}
.bg-color-hit-gray {
  background-color: #adb5bd !important;
}
a.bg-color-hit-gray:focus,
a.bg-color-hit-gray:hover,
button.bg-color-hit-gray:focus,
button.bg-color-hit-gray:hover {
  background-color: #919ca6 !important;
}
.bg-color-tundora {
  background-color: #4a4a4a !important;
}
a.bg-color-tundora:focus,
a.bg-color-tundora:hover,
button.bg-color-tundora:focus,
button.bg-color-tundora:hover {
  background-color: #313131 !important;
}
.bg-color-blizzard-blue {
  background-color: #c0daf3 !important;
}
a.bg-color-blizzard-blue:focus,
a.bg-color-blizzard-blue:hover,
button.bg-color-blizzard-blue:focus,
button.bg-color-blizzard-blue:hover {
  background-color: #95c1eb !important;
}
.bg-color-sail {
  background-color: #9dcdf8 !important;
}
a.bg-color-sail:focus,
a.bg-color-sail:hover,
button.bg-color-sail:focus,
button.bg-color-sail:hover {
  background-color: #6db5f5 !important;
}
.bg-color-danube {
  background-color: #7dadd9 !important;
}
a.bg-color-danube:focus,
a.bg-color-danube:hover,
button.bg-color-danube:focus,
button.bg-color-danube:hover {
  background-color: #5694cd !important;
}
.bg-color-seagull {
  background-color: #6cace4 !important;
}
a.bg-color-seagull:focus,
a.bg-color-seagull:hover,
button.bg-color-seagull:focus,
button.bg-color-seagull:hover {
  background-color: #4194dc !important;
}
.bg-color-matisse {
  background-color: #216fb4 !important;
}
a.bg-color-matisse:focus,
a.bg-color-matisse:hover,
button.bg-color-matisse:focus,
button.bg-color-matisse:hover {
  background-color: #195489 !important;
}
.bg-color-denim {
  background-color: #136dbe !important;
}
a.bg-color-denim:focus,
a.bg-color-denim:hover,
button.bg-color-denim:focus,
button.bg-color-denim:hover {
  background-color: #0e5290 !important;
}
.bg-color-tory-blue {
  background-color: #1751b7 !important;
}
a.bg-color-tory-blue:focus,
a.bg-color-tory-blue:hover,
button.bg-color-tory-blue:focus,
button.bg-color-tory-blue:hover {
  background-color: #113d8a !important;
}
.bg-color-chathams-blue {
  background-color: #15578a !important;
}
a.bg-color-chathams-blue:focus,
a.bg-color-chathams-blue:hover,
button.bg-color-chathams-blue:focus,
button.bg-color-chathams-blue:hover {
  background-color: #0e3b5e !important;
}
.bg-color-blumine {
  background-color: #20558a !important;
}
a.bg-color-blumine:focus,
a.bg-color-blumine:hover,
button.bg-color-blumine:focus,
button.bg-color-blumine:hover {
  background-color: #163c61 !important;
}
.bg-color-primary {
  background-color: #262262 !important;
}
a.bg-color-primary:focus,
a.bg-color-primary:hover,
button.bg-color-primary:focus,
button.bg-color-primary:hover {
  background-color: #17153c !important;
}
.bg-color-port-gore-5 {
  background-color: #2d2975 !important;
}
a.bg-color-port-gore-5:focus,
a.bg-color-port-gore-5:hover,
button.bg-color-port-gore-5:focus,
button.bg-color-port-gore-5:hover {
  background-color: #1f1b4f !important;
}
.bg-color-port-gore-10 {
  background-color: #352f88 !important;
}
a.bg-color-port-gore-10:focus,
a.bg-color-port-gore-10:hover,
button.bg-color-port-gore-10:focus,
button.bg-color-port-gore-10:hover {
  background-color: #262262 !important;
}
.bg-color-port-gore-20 {
  background-color: #433cae !important;
}
a.bg-color-port-gore-20:focus,
a.bg-color-port-gore-20:hover,
button.bg-color-port-gore-20:focus,
button.bg-color-port-gore-20:hover {
  background-color: #352f88 !important;
}
.bg-color-port-gore-30 {
  background-color: #5f58c5 !important;
}
a.bg-color-port-gore-30:focus,
a.bg-color-port-gore-30:hover,
button.bg-color-port-gore-30:focus,
button.bg-color-port-gore-30:hover {
  background-color: #433cae !important;
}
.bg-color-port-gore-50 {
  background-color: #a7a4df !important;
}
a.bg-color-port-gore-50:focus,
a.bg-color-port-gore-50:hover,
button.bg-color-port-gore-50:focus,
button.bg-color-port-gore-50:hover {
  background-color: #837ed2 !important;
}
.bg-color-port-gore-darker {
  background-color: #17153c !important;
}
a.bg-color-port-gore-darker:focus,
a.bg-color-port-gore-darker:hover,
button.bg-color-port-gore-darker:focus,
button.bg-color-port-gore-darker:hover {
  background-color: #090816 !important;
}
.bg-color-minsk {
  background-color: #2f2e7e !important;
}
a.bg-color-minsk:focus,
a.bg-color-minsk:hover,
button.bg-color-minsk:focus,
button.bg-color-minsk:hover {
  background-color: #212059 !important;
}
.bg-color-east-bay {
  background-color: #494779 !important;
}
a.bg-color-east-bay:focus,
a.bg-color-east-bay:hover,
button.bg-color-east-bay:focus,
button.bg-color-east-bay:hover {
  background-color: #363459 !important;
}
.bg-color-victoria {
  background-color: #4d4ca5 !important;
}
a.bg-color-victoria:focus,
a.bg-color-victoria:hover,
button.bg-color-victoria:focus,
button.bg-color-victoria:hover {
  background-color: #3d3c82 !important;
}
.bg-color-gigas {
  background-color: #403c8b !important;
}
a.bg-color-gigas:focus,
a.bg-color-gigas:hover,
button.bg-color-gigas:focus,
button.bg-color-gigas:hover {
  background-color: #302d67 !important;
}
.bg-color-peach-yellow {
  background-color: #f9e2af !important;
}
a.bg-color-peach-yellow:focus,
a.bg-color-peach-yellow:hover,
button.bg-color-peach-yellow:focus,
button.bg-color-peach-yellow:hover {
  background-color: #f5d180 !important;
}
.bg-color-saffron-mango {
  background-color: #f8c954 !important;
}
a.bg-color-saffron-mango:focus,
a.bg-color-saffron-mango:hover,
button.bg-color-saffron-mango:focus,
button.bg-color-saffron-mango:hover {
  background-color: #f6ba23 !important;
}
.bg-color-froly {
  background-color: #f48972 !important;
}
a.bg-color-froly:focus,
a.bg-color-froly:hover,
button.bg-color-froly:focus,
button.bg-color-froly:hover {
  background-color: #f06143 !important;
}
.bg-color-de-york {
  background-color: #8bc990 !important;
}
a.bg-color-de-york:focus,
a.bg-color-de-york:hover,
button.bg-color-de-york:focus,
button.bg-color-de-york:hover {
  background-color: #68b96f !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: #f1f1f1 !important;
}
.border-dark {
  border-color: #a9a9a9 !important;
}
.border-color-white {
  border-color: #fff !important;
}
.border-color-wild-sand {
  border-color: #f5f5f5 !important;
}
.border-color-mercury {
  border-color: #e1e1e1 !important;
}
.border-color-solitude {
  border-color: #ecf7ff !important;
}
.border-color-quill-gray {
  border-color: #d0cfcd !important;
}
.border-color-silver-chalice {
  border-color: #a9a9a9 !important;
}
.border-color-hit-gray {
  border-color: #adb5bd !important;
}
.border-color-tundora {
  border-color: #4a4a4a !important;
}
.border-color-blizzard-blue {
  border-color: #c0daf3 !important;
}
.border-color-sail {
  border-color: #9dcdf8 !important;
}
.border-color-danube {
  border-color: #7dadd9 !important;
}
.border-color-seagull {
  border-color: #6cace4 !important;
}
.border-color-matisse {
  border-color: #216fb4 !important;
}
.border-color-denim {
  border-color: #136dbe !important;
}
.border-color-tory-blue {
  border-color: #1751b7 !important;
}
.border-color-chathams-blue {
  border-color: #15578a !important;
}
.border-color-blumine {
  border-color: #20558a !important;
}
.border-color-primary {
  border-color: #262262 !important;
}
.border-color-port-gore-5 {
  border-color: #2d2975 !important;
}
.border-color-port-gore-10 {
  border-color: #352f88 !important;
}
.border-color-port-gore-20 {
  border-color: #433cae !important;
}
.border-color-port-gore-30 {
  border-color: #5f58c5 !important;
}
.border-color-port-gore-50 {
  border-color: #a7a4df !important;
}
.border-color-port-gore-darker {
  border-color: #17153c !important;
}
.border-color-minsk {
  border-color: #2f2e7e !important;
}
.border-color-east-bay {
  border-color: #494779 !important;
}
.border-color-victoria {
  border-color: #4d4ca5 !important;
}
.border-color-gigas {
  border-color: #403c8b !important;
}
.border-color-peach-yellow {
  border-color: #f9e2af !important;
}
.border-color-saffron-mango {
  border-color: #f8c954 !important;
}
.border-color-froly {
  border-color: #f48972 !important;
}
.border-color-de-york {
  border-color: #8bc990 !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;
}
.rounded-right,
.rounded-top {
  border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-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 embed,
.embed-responsive iframe,
.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.8571428571%;
}
.embed-responsive-16by9:before {
  padding-top: 56.25%;
}
.embed-responsive-4by3:before {
  padding-top: 75%;
}
.embed-responsive-1by1:before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  -ms-grid-row-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-grid-row-align: stretch !important;
  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 {
    -ms-grid-row-align: auto !important;
    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 {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-grid-row-align: stretch !important;
    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 {
    -ms-grid-row-align: auto !important;
    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 {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-grid-row-align: stretch !important;
    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 {
    -ms-grid-row-align: auto !important;
    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 {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-grid-row-align: stretch !important;
    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 {
    -ms-grid-row-align: auto !important;
    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 {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.m-6 {
  margin: 4rem !important;
}
.mt-6,
.my-6 {
  margin-top: 4rem !important;
}
.mr-6,
.mx-6 {
  margin-right: 4rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 4rem !important;
}
.ml-6,
.mx-6 {
  margin-left: 4rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.p-6 {
  padding: 4rem !important;
}
.pt-6,
.py-6 {
  padding-top: 4rem !important;
}
.pr-6,
.px-6 {
  padding-right: 4rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 4rem !important;
}
.pl-6,
.px-6 {
  padding-left: 4rem !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-n6 {
  margin: -4rem !important;
}
.mt-n6,
.my-n6 {
  margin-top: -4rem !important;
}
.mr-n6,
.mx-n6 {
  margin-right: -4rem !important;
}
.mb-n6,
.my-n6 {
  margin-bottom: -4rem !important;
}
.ml-n6,
.mx-n6 {
  margin-left: -4rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-6 {
    margin: 4rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-6 {
    padding: 4rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4rem !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-n6 {
    margin: -4rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-6 {
    margin: 4rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-6 {
    padding: 4rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4rem !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-n6 {
    margin: -4rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-6 {
    margin: 4rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-6 {
    padding: 4rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4rem !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-n6 {
    margin: -4rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-6 {
    margin: 4rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-6 {
    padding: 4rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4rem !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-n6 {
    margin: -4rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4rem !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: transparent;
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}
.text-light {
  color: #f1f1f1 !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #cbcbcb !important;
}
.text-dark {
  color: #a9a9a9 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #838383 !important;
}
.text-color-white {
  color: #fff !important;
}
a.text-color-white:focus,
a.text-color-white:hover {
  color: #d9d9d9 !important;
}
.text-color-wild-sand {
  color: #f5f5f5 !important;
}
a.text-color-wild-sand:focus,
a.text-color-wild-sand:hover {
  color: #cfcfcf !important;
}
.text-color-mercury {
  color: #e1e1e1 !important;
}
a.text-color-mercury:focus,
a.text-color-mercury:hover {
  color: #bbb !important;
}
.text-color-solitude {
  color: #ecf7ff !important;
}
a.text-color-solitude:focus,
a.text-color-solitude:hover {
  color: #a0d7ff !important;
}
.text-color-quill-gray {
  color: #d0cfcd !important;
}
a.text-color-quill-gray:focus,
a.text-color-quill-gray:hover {
  color: #aba9a6 !important;
}
.text-color-silver-chalice {
  color: #a9a9a9 !important;
}
a.text-color-silver-chalice:focus,
a.text-color-silver-chalice:hover {
  color: #838383 !important;
}
.text-color-hit-gray {
  color: #adb5bd !important;
}
a.text-color-hit-gray:focus,
a.text-color-hit-gray:hover {
  color: #838f9b !important;
}
.text-color-tundora {
  color: #4a4a4a !important;
}
a.text-color-tundora:focus,
a.text-color-tundora:hover {
  color: #242424 !important;
}
.text-color-blizzard-blue {
  color: #c0daf3 !important;
}
a.text-color-blizzard-blue:focus,
a.text-color-blizzard-blue:hover {
  color: #80b4e7 !important;
}
.text-color-sail {
  color: #9dcdf8 !important;
}
a.text-color-sail:focus,
a.text-color-sail:hover {
  color: #56a9f3 !important;
}
.text-color-danube {
  color: #7dadd9 !important;
}
a.text-color-danube:focus,
a.text-color-danube:hover {
  color: #4288c8 !important;
}
.text-color-seagull {
  color: #6cace4 !important;
}
a.text-color-seagull:focus,
a.text-color-seagull:hover {
  color: #2b88d8 !important;
}
.text-color-matisse {
  color: #216fb4 !important;
}
a.text-color-matisse:focus,
a.text-color-matisse:hover {
  color: #154773 !important;
}
.text-color-denim {
  color: #136dbe !important;
}
a.text-color-denim:focus,
a.text-color-denim:hover {
  color: #0c4578 !important;
}
.text-color-tory-blue {
  color: #1751b7 !important;
}
a.text-color-tory-blue:focus,
a.text-color-tory-blue:hover {
  color: #0e3373 !important;
}
.text-color-chathams-blue {
  color: #15578a !important;
}
a.text-color-chathams-blue:focus,
a.text-color-chathams-blue:hover {
  color: #0b2d48 !important;
}
.text-color-blumine {
  color: #20558a !important;
}
a.text-color-blumine:focus,
a.text-color-blumine:hover {
  color: #122f4c !important;
}
.text-color-primary {
  color: #262262 !important;
}
a.text-color-primary:focus,
a.text-color-primary:hover {
  color: #100e29 !important;
}
.text-color-port-gore-5 {
  color: #2d2975 !important;
}
a.text-color-port-gore-5:focus,
a.text-color-port-gore-5:hover {
  color: #17153c !important;
}
.text-color-port-gore-10 {
  color: #352f88 !important;
}
a.text-color-port-gore-10:focus,
a.text-color-port-gore-10:hover {
  color: #1f1b4f !important;
}
.text-color-port-gore-20 {
  color: #433cae !important;
}
a.text-color-port-gore-20:focus,
a.text-color-port-gore-20:hover {
  color: #2d2975 !important;
}
.text-color-port-gore-30 {
  color: #5f58c5 !important;
}
a.text-color-port-gore-30:focus,
a.text-color-port-gore-30:hover {
  color: #3c369b !important;
}
.text-color-port-gore-50 {
  color: #a7a4df !important;
}
a.text-color-port-gore-50:focus,
a.text-color-port-gore-50:hover {
  color: #716bcc !important;
}
.text-color-port-gore-darker {
  color: #17153c !important;
}
a.text-color-port-gore-darker:focus,
a.text-color-port-gore-darker:hover {
  color: #010103 !important;
}
.text-color-minsk {
  color: #2f2e7e !important;
}
a.text-color-minsk:focus,
a.text-color-minsk:hover {
  color: #1a1a46 !important;
}
.text-color-east-bay {
  color: #494779 !important;
}
a.text-color-east-bay:focus,
a.text-color-east-bay:hover {
  color: #2c2b49 !important;
}
.text-color-victoria {
  color: #4d4ca5 !important;
}
a.text-color-victoria:focus,
a.text-color-victoria:hover {
  color: #353471 !important;
}
.text-color-gigas {
  color: #403c8b !important;
}
a.text-color-gigas:focus,
a.text-color-gigas:hover {
  color: #272556 !important;
}
.text-color-peach-yellow {
  color: #f9e2af !important;
}
a.text-color-peach-yellow:focus,
a.text-color-peach-yellow:hover {
  color: #f4c868 !important;
}
.text-color-saffron-mango {
  color: #f8c954 !important;
}
a.text-color-saffron-mango:focus,
a.text-color-saffron-mango:hover {
  color: #f5b20b !important;
}
.text-color-froly {
  color: #f48972 !important;
}
a.text-color-froly:focus,
a.text-color-froly:hover {
  color: #ee4e2b !important;
}
.text-color-de-york {
  color: #8bc990 !important;
}
a.text-color-de-york:focus,
a.text-color-de-york:hover {
  color: #57b15e !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: hsla(0, 0%, 100%, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  :after,
  :before {
    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;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    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 td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
:root {
  --breakpoints: xs, sm, md, lg, xl;
}
.node-announcement-subheader p {
  font-size: 30px;
  font-weight: 100;
}
.staff .feed {
  box-shadow: none;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
.staff .feed .card-body {
  padding: 0;
}
.staff .feed .card-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.views-element-container table {
  max-width: 2000px;
  margin: 0 auto;
  display: inline-block;
}
.table-striped tbody tr.odd {
  background-color: #fff;
}
.table-striped tbody tr.even {
  background-color: #dee2e6;
}
table .summary {
  padding: 15px;
  font-size: 14px;
}
span.tablesort {
  float: right;
}
td.views-field-field-foa-number,
td.views-field-field-reporter-number {
  width: 9%;
  text-align: center;
}
td.views-field-field-foa-title,
td.views-field-field-research-focus-area,
td.views-field-field-research-program {
  width: 19%;
}
td {
  font-size: 14px;
}
th {
  text-align: center;
}
th a {
  color: #fff;
}
th a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 760px) {
  table,
  tbody,
  td,
  th,
  thead,
  tr {
    display: block;
  }
  th,
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    border: 1px solid #ccc;
  }
  .table-header a {
    color: #000;
  }
  .table-header a:hover {
    text-decoration: none;
    cursor: default;
  }
  table td,
  table td.views-field-field-foa-number,
  table td.views-field-field-foa-title,
  table td.views-field-field-research-focus-area,
  table td.views-field-field-research-program,
  td.views-field-field-reporter-number {
    width: 100%;
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  td a.triangle {
    display: none;
  }
  tr.summary.fullSummary {
    display: block;
    padding: 0;
  }
  tr.summary.fullSummary p {
    display: none;
  }
  tr.summary.fullSummary .db-summary p {
    display: block;
  }
  span.tablesort.tablesort--desc {
    display: none;
  }
}
.alert-govt-shutdown {
  background-color: #bc2e31;
  color: #fff;
}
.alert-govt-shutdown h4 {
  font-size: 1.75em;
  border-bottom: 1px solid #fff;
}
.alert-corona-message,
.covid19 {
  background-color: #b4e4fc;
  padding: 20px 0;
  color: #262262;
  border-radius: 0;
}
.alert-corona-message h4,
.covid19 h4 {
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .alert-corona-message h4,
  .covid19 h4 {
    text-align: right;
  }
}
.alert-corona-message a,
.covid19 a {
  color: #262262;
  text-decoration: underline;
}
.image.image--bg {
  background-repeat: repeat;
}
.image p {
  padding: 15px;
}
.node-announcement__image {
  max-width: 400px;
  float: right;
  padding-left: 30px;
}
.navbar-logo img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.breadcrumb {
  background: none;
  font-size: 0.75em;
}
.breadcrumb .breadcrumb-item.active {
  color: #262262;
  font-weight: 700;
}
.breadcrumb .breadcrumb-item:first-child {
  font-style: italic;
}
.breadcrumb-item + .breadcrumb-item:before {
  content: ">";
}
.alt-lang-link a {
  text-decoration: underline;
  font-size: 1.25rem;
  font-weight: 700;
}
.alt-lang-link a:hover {
  text-decoration: none;
}
.btn-gradient-primary-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #007bff, #007bff);
}
.btn-gradient-primary-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #007bff, #6c757d);
}
.btn-gradient-primary-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #007bff, #28a745);
}
.btn-gradient-primary-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #007bff, #17a2b8);
}
.btn-gradient-primary-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #007bff, #ffc107);
}
.btn-gradient-primary-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #007bff, #dc3545);
}
.btn-gradient-primary-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #007bff, #f1f1f1);
}
.btn-gradient-primary-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #007bff, #a9a9a9);
}
.btn-gradient-primary-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #007bff, #fff);
}
.btn-gradient-primary-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #007bff, #f5f5f5);
}
.btn-gradient-primary-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #007bff, #e1e1e1);
}
.btn-gradient-primary-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #007bff, #ecf7ff);
}
.btn-gradient-primary-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #007bff, #d0cfcd);
}
.btn-gradient-primary-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #007bff, #a9a9a9);
}
.btn-gradient-primary-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #007bff, #adb5bd);
}
.btn-gradient-primary-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #007bff, #4a4a4a);
}
.btn-gradient-primary-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #007bff, #c0daf3);
}
.btn-gradient-primary-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #007bff, #9dcdf8);
}
.btn-gradient-primary-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #007bff, #7dadd9);
}
.btn-gradient-primary-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #007bff, #6cace4);
}
.btn-gradient-primary-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #007bff, #216fb4);
}
.btn-gradient-primary-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #007bff, #136dbe);
}
.btn-gradient-primary-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #007bff, #1751b7);
}
.btn-gradient-primary-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #007bff, #15578a);
}
.btn-gradient-primary-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #007bff, #20558a);
}
.btn-gradient-primary-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #007bff, #262262);
}
.btn-gradient-primary-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #007bff, #2d2975);
}
.btn-gradient-primary-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #007bff, #352f88);
}
.btn-gradient-primary-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #007bff, #433cae);
}
.btn-gradient-primary-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #007bff, #5f58c5);
}
.btn-gradient-primary-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #007bff, #a7a4df);
}
.btn-gradient-primary-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #007bff, #17153c);
}
.btn-gradient-primary-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #007bff, #2f2e7e);
}
.btn-gradient-primary-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #007bff, #494779);
}
.btn-gradient-primary-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #007bff, #4d4ca5);
}
.btn-gradient-primary-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #007bff, #403c8b);
}
.btn-gradient-primary-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #007bff, #f9e2af);
}
.btn-gradient-primary-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #007bff, #f8c954);
}
.btn-gradient-primary-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #007bff, #f48972);
}
.btn-gradient-primary-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #007bff, #8bc990);
}
.btn-gradient-secondary-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #6c757d, #007bff);
}
.btn-gradient-secondary-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #6c757d, #6c757d);
}
.btn-gradient-secondary-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #6c757d, #28a745);
}
.btn-gradient-secondary-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #6c757d, #17a2b8);
}
.btn-gradient-secondary-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #6c757d, #ffc107);
}
.btn-gradient-secondary-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #6c757d, #dc3545);
}
.btn-gradient-secondary-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #6c757d, #f1f1f1);
}
.btn-gradient-secondary-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #6c757d, #a9a9a9);
}
.btn-gradient-secondary-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #6c757d, #fff);
}
.btn-gradient-secondary-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #6c757d, #f5f5f5);
}
.btn-gradient-secondary-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #6c757d, #e1e1e1);
}
.btn-gradient-secondary-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #6c757d, #ecf7ff);
}
.btn-gradient-secondary-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #6c757d, #d0cfcd);
}
.btn-gradient-secondary-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #6c757d, #a9a9a9);
}
.btn-gradient-secondary-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #6c757d, #adb5bd);
}
.btn-gradient-secondary-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #6c757d, #4a4a4a);
}
.btn-gradient-secondary-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #6c757d, #c0daf3);
}
.btn-gradient-secondary-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #6c757d, #9dcdf8);
}
.btn-gradient-secondary-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #6c757d, #7dadd9);
}
.btn-gradient-secondary-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #6c757d, #6cace4);
}
.btn-gradient-secondary-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #6c757d, #216fb4);
}
.btn-gradient-secondary-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #6c757d, #136dbe);
}
.btn-gradient-secondary-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #6c757d, #1751b7);
}
.btn-gradient-secondary-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #6c757d, #15578a);
}
.btn-gradient-secondary-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #6c757d, #20558a);
}
.btn-gradient-secondary-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #6c757d, #262262);
}
.btn-gradient-secondary-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #6c757d, #2d2975);
}
.btn-gradient-secondary-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #6c757d, #352f88);
}
.btn-gradient-secondary-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #6c757d, #433cae);
}
.btn-gradient-secondary-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #6c757d, #5f58c5);
}
.btn-gradient-secondary-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #6c757d, #a7a4df);
}
.btn-gradient-secondary-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #6c757d, #17153c);
}
.btn-gradient-secondary-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #6c757d, #2f2e7e);
}
.btn-gradient-secondary-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #6c757d, #494779);
}
.btn-gradient-secondary-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #6c757d, #4d4ca5);
}
.btn-gradient-secondary-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #6c757d, #403c8b);
}
.btn-gradient-secondary-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #6c757d, #f9e2af);
}
.btn-gradient-secondary-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #6c757d, #f8c954);
}
.btn-gradient-secondary-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #6c757d, #f48972);
}
.btn-gradient-secondary-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #6c757d, #8bc990);
}
.btn-gradient-success-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #28a745, #007bff);
}
.btn-gradient-success-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #28a745, #6c757d);
}
.btn-gradient-success-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #28a745, #28a745);
}
.btn-gradient-success-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #28a745, #17a2b8);
}
.btn-gradient-success-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #28a745, #ffc107);
}
.btn-gradient-success-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #28a745, #dc3545);
}
.btn-gradient-success-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #28a745, #f1f1f1);
}
.btn-gradient-success-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #28a745, #a9a9a9);
}
.btn-gradient-success-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #28a745, #fff);
}
.btn-gradient-success-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #28a745, #f5f5f5);
}
.btn-gradient-success-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #28a745, #e1e1e1);
}
.btn-gradient-success-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #28a745, #ecf7ff);
}
.btn-gradient-success-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #28a745, #d0cfcd);
}
.btn-gradient-success-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #28a745, #a9a9a9);
}
.btn-gradient-success-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #28a745, #adb5bd);
}
.btn-gradient-success-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #28a745, #4a4a4a);
}
.btn-gradient-success-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #28a745, #c0daf3);
}
.btn-gradient-success-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #28a745, #9dcdf8);
}
.btn-gradient-success-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #28a745, #7dadd9);
}
.btn-gradient-success-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #28a745, #6cace4);
}
.btn-gradient-success-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #28a745, #216fb4);
}
.btn-gradient-success-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #28a745, #136dbe);
}
.btn-gradient-success-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #28a745, #1751b7);
}
.btn-gradient-success-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #28a745, #15578a);
}
.btn-gradient-success-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #28a745, #20558a);
}
.btn-gradient-success-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #28a745, #262262);
}
.btn-gradient-success-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #28a745, #2d2975);
}
.btn-gradient-success-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #28a745, #352f88);
}
.btn-gradient-success-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #28a745, #433cae);
}
.btn-gradient-success-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #28a745, #5f58c5);
}
.btn-gradient-success-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #28a745, #a7a4df);
}
.btn-gradient-success-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #28a745, #17153c);
}
.btn-gradient-success-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #28a745, #2f2e7e);
}
.btn-gradient-success-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #28a745, #494779);
}
.btn-gradient-success-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #28a745, #4d4ca5);
}
.btn-gradient-success-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #28a745, #403c8b);
}
.btn-gradient-success-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #28a745, #f9e2af);
}
.btn-gradient-success-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #28a745, #f8c954);
}
.btn-gradient-success-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #28a745, #f48972);
}
.btn-gradient-success-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #28a745, #8bc990);
}
.btn-gradient-info-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #17a2b8, #007bff);
}
.btn-gradient-info-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #17a2b8, #6c757d);
}
.btn-gradient-info-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #17a2b8, #28a745);
}
.btn-gradient-info-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #17a2b8, #17a2b8);
}
.btn-gradient-info-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #17a2b8, #ffc107);
}
.btn-gradient-info-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #17a2b8, #dc3545);
}
.btn-gradient-info-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #17a2b8, #f1f1f1);
}
.btn-gradient-info-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #17a2b8, #a9a9a9);
}
.btn-gradient-info-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #17a2b8, #fff);
}
.btn-gradient-info-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #17a2b8, #f5f5f5);
}
.btn-gradient-info-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #17a2b8, #e1e1e1);
}
.btn-gradient-info-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #17a2b8, #ecf7ff);
}
.btn-gradient-info-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #17a2b8, #d0cfcd);
}
.btn-gradient-info-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #17a2b8, #a9a9a9);
}
.btn-gradient-info-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #17a2b8, #adb5bd);
}
.btn-gradient-info-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #17a2b8, #4a4a4a);
}
.btn-gradient-info-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #17a2b8, #c0daf3);
}
.btn-gradient-info-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #17a2b8, #9dcdf8);
}
.btn-gradient-info-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #17a2b8, #7dadd9);
}
.btn-gradient-info-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #17a2b8, #6cace4);
}
.btn-gradient-info-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #17a2b8, #216fb4);
}
.btn-gradient-info-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #17a2b8, #136dbe);
}
.btn-gradient-info-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #17a2b8, #1751b7);
}
.btn-gradient-info-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #17a2b8, #15578a);
}
.btn-gradient-info-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #17a2b8, #20558a);
}
.btn-gradient-info-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #17a2b8, #262262);
}
.btn-gradient-info-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #17a2b8, #2d2975);
}
.btn-gradient-info-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #17a2b8, #352f88);
}
.btn-gradient-info-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #17a2b8, #433cae);
}
.btn-gradient-info-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #17a2b8, #5f58c5);
}
.btn-gradient-info-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #17a2b8, #a7a4df);
}
.btn-gradient-info-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #17a2b8, #17153c);
}
.btn-gradient-info-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #17a2b8, #2f2e7e);
}
.btn-gradient-info-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #17a2b8, #494779);
}
.btn-gradient-info-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #17a2b8, #4d4ca5);
}
.btn-gradient-info-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #17a2b8, #403c8b);
}
.btn-gradient-info-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #17a2b8, #f9e2af);
}
.btn-gradient-info-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #17a2b8, #f8c954);
}
.btn-gradient-info-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #17a2b8, #f48972);
}
.btn-gradient-info-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #17a2b8, #8bc990);
}
.btn-gradient-warning-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #ffc107, #007bff);
}
.btn-gradient-warning-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #ffc107, #6c757d);
}
.btn-gradient-warning-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #ffc107, #28a745);
}
.btn-gradient-warning-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #ffc107, #17a2b8);
}
.btn-gradient-warning-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #ffc107, #ffc107);
}
.btn-gradient-warning-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #ffc107, #dc3545);
}
.btn-gradient-warning-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #ffc107, #f1f1f1);
}
.btn-gradient-warning-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #ffc107, #a9a9a9);
}
.btn-gradient-warning-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #ffc107, #fff);
}
.btn-gradient-warning-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #ffc107, #f5f5f5);
}
.btn-gradient-warning-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #ffc107, #e1e1e1);
}
.btn-gradient-warning-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #ffc107, #ecf7ff);
}
.btn-gradient-warning-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #ffc107, #d0cfcd);
}
.btn-gradient-warning-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #ffc107, #a9a9a9);
}
.btn-gradient-warning-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #ffc107, #adb5bd);
}
.btn-gradient-warning-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #ffc107, #4a4a4a);
}
.btn-gradient-warning-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #ffc107, #c0daf3);
}
.btn-gradient-warning-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #ffc107, #9dcdf8);
}
.btn-gradient-warning-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #ffc107, #7dadd9);
}
.btn-gradient-warning-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #ffc107, #6cace4);
}
.btn-gradient-warning-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #ffc107, #216fb4);
}
.btn-gradient-warning-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #ffc107, #136dbe);
}
.btn-gradient-warning-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #ffc107, #1751b7);
}
.btn-gradient-warning-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #ffc107, #15578a);
}
.btn-gradient-warning-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #ffc107, #20558a);
}
.btn-gradient-warning-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #ffc107, #262262);
}
.btn-gradient-warning-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #ffc107, #2d2975);
}
.btn-gradient-warning-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #ffc107, #352f88);
}
.btn-gradient-warning-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #ffc107, #433cae);
}
.btn-gradient-warning-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #ffc107, #5f58c5);
}
.btn-gradient-warning-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #ffc107, #a7a4df);
}
.btn-gradient-warning-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #ffc107, #17153c);
}
.btn-gradient-warning-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #ffc107, #2f2e7e);
}
.btn-gradient-warning-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #ffc107, #494779);
}
.btn-gradient-warning-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #ffc107, #4d4ca5);
}
.btn-gradient-warning-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #ffc107, #403c8b);
}
.btn-gradient-warning-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #ffc107, #f9e2af);
}
.btn-gradient-warning-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #ffc107, #f8c954);
}
.btn-gradient-warning-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #ffc107, #f48972);
}
.btn-gradient-warning-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #ffc107, #8bc990);
}
.btn-gradient-danger-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #dc3545, #007bff);
}
.btn-gradient-danger-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #dc3545, #6c757d);
}
.btn-gradient-danger-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #dc3545, #28a745);
}
.btn-gradient-danger-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #dc3545, #17a2b8);
}
.btn-gradient-danger-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #dc3545, #ffc107);
}
.btn-gradient-danger-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #dc3545, #dc3545);
}
.btn-gradient-danger-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #dc3545, #f1f1f1);
}
.btn-gradient-danger-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #dc3545, #a9a9a9);
}
.btn-gradient-danger-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #dc3545, #fff);
}
.btn-gradient-danger-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #dc3545, #f5f5f5);
}
.btn-gradient-danger-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #dc3545, #e1e1e1);
}
.btn-gradient-danger-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #dc3545, #ecf7ff);
}
.btn-gradient-danger-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #dc3545, #d0cfcd);
}
.btn-gradient-danger-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #dc3545, #a9a9a9);
}
.btn-gradient-danger-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #dc3545, #adb5bd);
}
.btn-gradient-danger-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #dc3545, #4a4a4a);
}
.btn-gradient-danger-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #dc3545, #c0daf3);
}
.btn-gradient-danger-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #dc3545, #9dcdf8);
}
.btn-gradient-danger-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #dc3545, #7dadd9);
}
.btn-gradient-danger-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #dc3545, #6cace4);
}
.btn-gradient-danger-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #dc3545, #216fb4);
}
.btn-gradient-danger-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #dc3545, #136dbe);
}
.btn-gradient-danger-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #dc3545, #1751b7);
}
.btn-gradient-danger-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #dc3545, #15578a);
}
.btn-gradient-danger-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #dc3545, #20558a);
}
.btn-gradient-danger-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #dc3545, #262262);
}
.btn-gradient-danger-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #dc3545, #2d2975);
}
.btn-gradient-danger-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #dc3545, #352f88);
}
.btn-gradient-danger-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #dc3545, #433cae);
}
.btn-gradient-danger-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #dc3545, #5f58c5);
}
.btn-gradient-danger-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #dc3545, #a7a4df);
}
.btn-gradient-danger-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #dc3545, #17153c);
}
.btn-gradient-danger-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #dc3545, #2f2e7e);
}
.btn-gradient-danger-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #dc3545, #494779);
}
.btn-gradient-danger-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #dc3545, #4d4ca5);
}
.btn-gradient-danger-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #dc3545, #403c8b);
}
.btn-gradient-danger-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #dc3545, #f9e2af);
}
.btn-gradient-danger-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #dc3545, #f8c954);
}
.btn-gradient-danger-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #dc3545, #f48972);
}
.btn-gradient-danger-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #dc3545, #8bc990);
}
.btn-gradient-light-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #f1f1f1, #007bff);
}
.btn-gradient-light-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #f1f1f1, #6c757d);
}
.btn-gradient-light-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #f1f1f1, #28a745);
}
.btn-gradient-light-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #f1f1f1, #17a2b8);
}
.btn-gradient-light-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #f1f1f1, #ffc107);
}
.btn-gradient-light-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #f1f1f1, #dc3545);
}
.btn-gradient-light-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #f1f1f1, #f1f1f1);
}
.btn-gradient-light-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #f1f1f1, #a9a9a9);
}
.btn-gradient-light-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #f1f1f1, #fff);
}
.btn-gradient-light-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #f1f1f1, #f5f5f5);
}
.btn-gradient-light-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #f1f1f1, #e1e1e1);
}
.btn-gradient-light-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #f1f1f1, #ecf7ff);
}
.btn-gradient-light-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #f1f1f1, #d0cfcd);
}
.btn-gradient-light-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #f1f1f1, #a9a9a9);
}
.btn-gradient-light-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #f1f1f1, #adb5bd);
}
.btn-gradient-light-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #f1f1f1, #4a4a4a);
}
.btn-gradient-light-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #f1f1f1, #c0daf3);
}
.btn-gradient-light-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #f1f1f1, #9dcdf8);
}
.btn-gradient-light-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #f1f1f1, #7dadd9);
}
.btn-gradient-light-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #f1f1f1, #6cace4);
}
.btn-gradient-light-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #f1f1f1, #216fb4);
}
.btn-gradient-light-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #f1f1f1, #136dbe);
}
.btn-gradient-light-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #f1f1f1, #1751b7);
}
.btn-gradient-light-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #f1f1f1, #15578a);
}
.btn-gradient-light-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #f1f1f1, #20558a);
}
.btn-gradient-light-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #f1f1f1, #262262);
}
.btn-gradient-light-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #f1f1f1, #2d2975);
}
.btn-gradient-light-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #f1f1f1, #352f88);
}
.btn-gradient-light-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #f1f1f1, #433cae);
}
.btn-gradient-light-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #f1f1f1, #5f58c5);
}
.btn-gradient-light-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #f1f1f1, #a7a4df);
}
.btn-gradient-light-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #f1f1f1, #17153c);
}
.btn-gradient-light-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #f1f1f1, #2f2e7e);
}
.btn-gradient-light-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #f1f1f1, #494779);
}
.btn-gradient-light-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #f1f1f1, #4d4ca5);
}
.btn-gradient-light-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #f1f1f1, #403c8b);
}
.btn-gradient-light-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #f1f1f1, #f9e2af);
}
.btn-gradient-light-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #f1f1f1, #f8c954);
}
.btn-gradient-light-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #f1f1f1, #f48972);
}
.btn-gradient-light-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #f1f1f1, #8bc990);
}
.btn-gradient-dark-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #a9a9a9, #007bff);
}
.btn-gradient-dark-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #a9a9a9, #6c757d);
}
.btn-gradient-dark-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #a9a9a9, #28a745);
}
.btn-gradient-dark-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #a9a9a9, #17a2b8);
}
.btn-gradient-dark-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #a9a9a9, #ffc107);
}
.btn-gradient-dark-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #a9a9a9, #dc3545);
}
.btn-gradient-dark-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #a9a9a9, #f1f1f1);
}
.btn-gradient-dark-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #a9a9a9, #a9a9a9);
}
.btn-gradient-dark-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #a9a9a9, #fff);
}
.btn-gradient-dark-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #a9a9a9, #f5f5f5);
}
.btn-gradient-dark-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #a9a9a9, #e1e1e1);
}
.btn-gradient-dark-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #a9a9a9, #ecf7ff);
}
.btn-gradient-dark-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #a9a9a9, #d0cfcd);
}
.btn-gradient-dark-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #a9a9a9, #a9a9a9);
}
.btn-gradient-dark-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #a9a9a9, #adb5bd);
}
.btn-gradient-dark-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #a9a9a9, #4a4a4a);
}
.btn-gradient-dark-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #a9a9a9, #c0daf3);
}
.btn-gradient-dark-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #a9a9a9, #9dcdf8);
}
.btn-gradient-dark-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #a9a9a9, #7dadd9);
}
.btn-gradient-dark-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #a9a9a9, #6cace4);
}
.btn-gradient-dark-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #a9a9a9, #216fb4);
}
.btn-gradient-dark-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #a9a9a9, #136dbe);
}
.btn-gradient-dark-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #a9a9a9, #1751b7);
}
.btn-gradient-dark-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #a9a9a9, #15578a);
}
.btn-gradient-dark-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #a9a9a9, #20558a);
}
.btn-gradient-dark-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #a9a9a9, #262262);
}
.btn-gradient-dark-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #a9a9a9, #2d2975);
}
.btn-gradient-dark-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #a9a9a9, #352f88);
}
.btn-gradient-dark-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #a9a9a9, #433cae);
}
.btn-gradient-dark-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #a9a9a9, #5f58c5);
}
.btn-gradient-dark-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #a9a9a9, #a7a4df);
}
.btn-gradient-dark-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #a9a9a9, #17153c);
}
.btn-gradient-dark-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #a9a9a9, #2f2e7e);
}
.btn-gradient-dark-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #a9a9a9, #494779);
}
.btn-gradient-dark-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #a9a9a9, #4d4ca5);
}
.btn-gradient-dark-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #a9a9a9, #403c8b);
}
.btn-gradient-dark-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #a9a9a9, #f9e2af);
}
.btn-gradient-dark-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #a9a9a9, #f8c954);
}
.btn-gradient-dark-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #a9a9a9, #f48972);
}
.btn-gradient-dark-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #a9a9a9, #8bc990);
}
.btn-gradient-color-white-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #fff, #007bff);
}
.btn-gradient-color-white-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #fff, #6c757d);
}
.btn-gradient-color-white-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #fff, #28a745);
}
.btn-gradient-color-white-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #fff, #17a2b8);
}
.btn-gradient-color-white-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #fff, #ffc107);
}
.btn-gradient-color-white-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #fff, #dc3545);
}
.btn-gradient-color-white-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #fff, #f1f1f1);
}
.btn-gradient-color-white-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #fff, #a9a9a9);
}
.btn-gradient-color-white-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #fff, #fff);
}
.btn-gradient-color-white-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #fff, #f5f5f5);
}
.btn-gradient-color-white-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #fff, #e1e1e1);
}
.btn-gradient-color-white-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #fff, #ecf7ff);
}
.btn-gradient-color-white-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #fff, #d0cfcd);
}
.btn-gradient-color-white-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #fff, #a9a9a9);
}
.btn-gradient-color-white-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #fff, #adb5bd);
}
.btn-gradient-color-white-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #fff, #4a4a4a);
}
.btn-gradient-color-white-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #fff, #c0daf3);
}
.btn-gradient-color-white-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #fff, #9dcdf8);
}
.btn-gradient-color-white-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #fff, #7dadd9);
}
.btn-gradient-color-white-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #fff, #6cace4);
}
.btn-gradient-color-white-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #fff, #216fb4);
}
.btn-gradient-color-white-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #fff, #136dbe);
}
.btn-gradient-color-white-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #fff, #1751b7);
}
.btn-gradient-color-white-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #fff, #15578a);
}
.btn-gradient-color-white-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #fff, #20558a);
}
.btn-gradient-color-white-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #fff, #262262);
}
.btn-gradient-color-white-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #fff, #2d2975);
}
.btn-gradient-color-white-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #fff, #352f88);
}
.btn-gradient-color-white-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #fff, #433cae);
}
.btn-gradient-color-white-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #fff, #5f58c5);
}
.btn-gradient-color-white-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #fff, #a7a4df);
}
.btn-gradient-color-white-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #fff, #17153c);
}
.btn-gradient-color-white-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #fff, #2f2e7e);
}
.btn-gradient-color-white-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #fff, #494779);
}
.btn-gradient-color-white-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #fff, #4d4ca5);
}
.btn-gradient-color-white-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #fff, #403c8b);
}
.btn-gradient-color-white-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #fff, #f9e2af);
}
.btn-gradient-color-white-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #fff, #f8c954);
}
.btn-gradient-color-white-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #fff, #f48972);
}
.btn-gradient-color-white-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #fff, #8bc990);
}
.btn-gradient-color-wild-sand-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #f5f5f5, #007bff);
}
.btn-gradient-color-wild-sand-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #f5f5f5, #6c757d);
}
.btn-gradient-color-wild-sand-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #f5f5f5, #28a745);
}
.btn-gradient-color-wild-sand-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #f5f5f5, #17a2b8);
}
.btn-gradient-color-wild-sand-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #f5f5f5, #ffc107);
}
.btn-gradient-color-wild-sand-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #f5f5f5, #dc3545);
}
.btn-gradient-color-wild-sand-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #f5f5f5, #f1f1f1);
}
.btn-gradient-color-wild-sand-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #f5f5f5, #a9a9a9);
}
.btn-gradient-color-wild-sand-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #f5f5f5, #fff);
}
.btn-gradient-color-wild-sand-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #f5f5f5, #f5f5f5);
}
.btn-gradient-color-wild-sand-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #f5f5f5, #e1e1e1);
}
.btn-gradient-color-wild-sand-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #f5f5f5, #ecf7ff);
}
.btn-gradient-color-wild-sand-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #f5f5f5, #d0cfcd);
}
.btn-gradient-color-wild-sand-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #f5f5f5, #a9a9a9);
}
.btn-gradient-color-wild-sand-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #f5f5f5, #adb5bd);
}
.btn-gradient-color-wild-sand-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #f5f5f5, #4a4a4a);
}
.btn-gradient-color-wild-sand-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #f5f5f5, #c0daf3);
}
.btn-gradient-color-wild-sand-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #f5f5f5, #9dcdf8);
}
.btn-gradient-color-wild-sand-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #f5f5f5, #7dadd9);
}
.btn-gradient-color-wild-sand-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #f5f5f5, #6cace4);
}
.btn-gradient-color-wild-sand-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #f5f5f5, #216fb4);
}
.btn-gradient-color-wild-sand-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #f5f5f5, #136dbe);
}
.btn-gradient-color-wild-sand-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #f5f5f5, #1751b7);
}
.btn-gradient-color-wild-sand-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #f5f5f5, #15578a);
}
.btn-gradient-color-wild-sand-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #f5f5f5, #20558a);
}
.btn-gradient-color-wild-sand-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #f5f5f5, #262262);
}
.btn-gradient-color-wild-sand-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #f5f5f5, #2d2975);
}
.btn-gradient-color-wild-sand-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #f5f5f5, #352f88);
}
.btn-gradient-color-wild-sand-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #f5f5f5, #433cae);
}
.btn-gradient-color-wild-sand-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #f5f5f5, #5f58c5);
}
.btn-gradient-color-wild-sand-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #f5f5f5, #a7a4df);
}
.btn-gradient-color-wild-sand-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #f5f5f5, #17153c);
}
.btn-gradient-color-wild-sand-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #f5f5f5, #2f2e7e);
}
.btn-gradient-color-wild-sand-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #f5f5f5, #494779);
}
.btn-gradient-color-wild-sand-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #f5f5f5, #4d4ca5);
}
.btn-gradient-color-wild-sand-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #f5f5f5, #403c8b);
}
.btn-gradient-color-wild-sand-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #f5f5f5, #f9e2af);
}
.btn-gradient-color-wild-sand-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #f5f5f5, #f8c954);
}
.btn-gradient-color-wild-sand-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #f5f5f5, #f48972);
}
.btn-gradient-color-wild-sand-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #f5f5f5, #8bc990);
}
.btn-gradient-color-mercury-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #e1e1e1, #007bff);
}
.btn-gradient-color-mercury-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #e1e1e1, #6c757d);
}
.btn-gradient-color-mercury-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #e1e1e1, #28a745);
}
.btn-gradient-color-mercury-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #e1e1e1, #17a2b8);
}
.btn-gradient-color-mercury-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #e1e1e1, #ffc107);
}
.btn-gradient-color-mercury-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #e1e1e1, #dc3545);
}
.btn-gradient-color-mercury-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #e1e1e1, #f1f1f1);
}
.btn-gradient-color-mercury-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #e1e1e1, #a9a9a9);
}
.btn-gradient-color-mercury-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #e1e1e1, #fff);
}
.btn-gradient-color-mercury-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #e1e1e1, #f5f5f5);
}
.btn-gradient-color-mercury-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #e1e1e1, #e1e1e1);
}
.btn-gradient-color-mercury-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #e1e1e1, #ecf7ff);
}
.btn-gradient-color-mercury-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #e1e1e1, #d0cfcd);
}
.btn-gradient-color-mercury-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #e1e1e1, #a9a9a9);
}
.btn-gradient-color-mercury-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #e1e1e1, #adb5bd);
}
.btn-gradient-color-mercury-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #e1e1e1, #4a4a4a);
}
.btn-gradient-color-mercury-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #e1e1e1, #c0daf3);
}
.btn-gradient-color-mercury-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #e1e1e1, #9dcdf8);
}
.btn-gradient-color-mercury-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #e1e1e1, #7dadd9);
}
.btn-gradient-color-mercury-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #e1e1e1, #6cace4);
}
.btn-gradient-color-mercury-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #e1e1e1, #216fb4);
}
.btn-gradient-color-mercury-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #e1e1e1, #136dbe);
}
.btn-gradient-color-mercury-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #e1e1e1, #1751b7);
}
.btn-gradient-color-mercury-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #e1e1e1, #15578a);
}
.btn-gradient-color-mercury-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #e1e1e1, #20558a);
}
.btn-gradient-color-mercury-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #e1e1e1, #262262);
}
.btn-gradient-color-mercury-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #e1e1e1, #2d2975);
}
.btn-gradient-color-mercury-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #e1e1e1, #352f88);
}
.btn-gradient-color-mercury-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #e1e1e1, #433cae);
}
.btn-gradient-color-mercury-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #e1e1e1, #5f58c5);
}
.btn-gradient-color-mercury-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #e1e1e1, #a7a4df);
}
.btn-gradient-color-mercury-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #e1e1e1, #17153c);
}
.btn-gradient-color-mercury-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #e1e1e1, #2f2e7e);
}
.btn-gradient-color-mercury-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #e1e1e1, #494779);
}
.btn-gradient-color-mercury-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #e1e1e1, #4d4ca5);
}
.btn-gradient-color-mercury-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #e1e1e1, #403c8b);
}
.btn-gradient-color-mercury-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #e1e1e1, #f9e2af);
}
.btn-gradient-color-mercury-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #e1e1e1, #f8c954);
}
.btn-gradient-color-mercury-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #e1e1e1, #f48972);
}
.btn-gradient-color-mercury-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #e1e1e1, #8bc990);
}
.btn-gradient-color-solitude-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #ecf7ff, #007bff);
}
.btn-gradient-color-solitude-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #ecf7ff, #6c757d);
}
.btn-gradient-color-solitude-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #ecf7ff, #28a745);
}
.btn-gradient-color-solitude-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #ecf7ff, #17a2b8);
}
.btn-gradient-color-solitude-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #ecf7ff, #ffc107);
}
.btn-gradient-color-solitude-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #ecf7ff, #dc3545);
}
.btn-gradient-color-solitude-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #ecf7ff, #f1f1f1);
}
.btn-gradient-color-solitude-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #ecf7ff, #a9a9a9);
}
.btn-gradient-color-solitude-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #ecf7ff, #fff);
}
.btn-gradient-color-solitude-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #ecf7ff, #f5f5f5);
}
.btn-gradient-color-solitude-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #ecf7ff, #e1e1e1);
}
.btn-gradient-color-solitude-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #ecf7ff, #ecf7ff);
}
.btn-gradient-color-solitude-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #ecf7ff, #d0cfcd);
}
.btn-gradient-color-solitude-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #ecf7ff, #a9a9a9);
}
.btn-gradient-color-solitude-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #ecf7ff, #adb5bd);
}
.btn-gradient-color-solitude-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #ecf7ff, #4a4a4a);
}
.btn-gradient-color-solitude-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #ecf7ff, #c0daf3);
}
.btn-gradient-color-solitude-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #ecf7ff, #9dcdf8);
}
.btn-gradient-color-solitude-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #ecf7ff, #7dadd9);
}
.btn-gradient-color-solitude-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #ecf7ff, #6cace4);
}
.btn-gradient-color-solitude-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #ecf7ff, #216fb4);
}
.btn-gradient-color-solitude-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #ecf7ff, #136dbe);
}
.btn-gradient-color-solitude-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #ecf7ff, #1751b7);
}
.btn-gradient-color-solitude-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #ecf7ff, #15578a);
}
.btn-gradient-color-solitude-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #ecf7ff, #20558a);
}
.btn-gradient-color-solitude-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #ecf7ff, #262262);
}
.btn-gradient-color-solitude-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #ecf7ff, #2d2975);
}
.btn-gradient-color-solitude-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #ecf7ff, #352f88);
}
.btn-gradient-color-solitude-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #ecf7ff, #433cae);
}
.btn-gradient-color-solitude-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #ecf7ff, #5f58c5);
}
.btn-gradient-color-solitude-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #ecf7ff, #a7a4df);
}
.btn-gradient-color-solitude-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #ecf7ff, #17153c);
}
.btn-gradient-color-solitude-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #ecf7ff, #2f2e7e);
}
.btn-gradient-color-solitude-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #ecf7ff, #494779);
}
.btn-gradient-color-solitude-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #ecf7ff, #4d4ca5);
}
.btn-gradient-color-solitude-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #ecf7ff, #403c8b);
}
.btn-gradient-color-solitude-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #ecf7ff, #f9e2af);
}
.btn-gradient-color-solitude-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #ecf7ff, #f8c954);
}
.btn-gradient-color-solitude-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #ecf7ff, #f48972);
}
.btn-gradient-color-solitude-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #ecf7ff, #8bc990);
}
.btn-gradient-color-quill-gray-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #d0cfcd, #007bff);
}
.btn-gradient-color-quill-gray-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #d0cfcd, #6c757d);
}
.btn-gradient-color-quill-gray-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #d0cfcd, #28a745);
}
.btn-gradient-color-quill-gray-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #d0cfcd, #17a2b8);
}
.btn-gradient-color-quill-gray-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #d0cfcd, #ffc107);
}
.btn-gradient-color-quill-gray-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #d0cfcd, #dc3545);
}
.btn-gradient-color-quill-gray-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #d0cfcd, #f1f1f1);
}
.btn-gradient-color-quill-gray-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #d0cfcd, #a9a9a9);
}
.btn-gradient-color-quill-gray-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #d0cfcd, #fff);
}
.btn-gradient-color-quill-gray-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #d0cfcd, #f5f5f5);
}
.btn-gradient-color-quill-gray-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #d0cfcd, #e1e1e1);
}
.btn-gradient-color-quill-gray-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #d0cfcd, #ecf7ff);
}
.btn-gradient-color-quill-gray-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #d0cfcd, #d0cfcd);
}
.btn-gradient-color-quill-gray-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #d0cfcd, #a9a9a9);
}
.btn-gradient-color-quill-gray-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #d0cfcd, #adb5bd);
}
.btn-gradient-color-quill-gray-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #d0cfcd, #4a4a4a);
}
.btn-gradient-color-quill-gray-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #d0cfcd, #c0daf3);
}
.btn-gradient-color-quill-gray-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #d0cfcd, #9dcdf8);
}
.btn-gradient-color-quill-gray-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #d0cfcd, #7dadd9);
}
.btn-gradient-color-quill-gray-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #d0cfcd, #6cace4);
}
.btn-gradient-color-quill-gray-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #d0cfcd, #216fb4);
}
.btn-gradient-color-quill-gray-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #d0cfcd, #136dbe);
}
.btn-gradient-color-quill-gray-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #d0cfcd, #1751b7);
}
.btn-gradient-color-quill-gray-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #d0cfcd, #15578a);
}
.btn-gradient-color-quill-gray-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #d0cfcd, #20558a);
}
.btn-gradient-color-quill-gray-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #d0cfcd, #262262);
}
.btn-gradient-color-quill-gray-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #d0cfcd, #2d2975);
}
.btn-gradient-color-quill-gray-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #d0cfcd, #352f88);
}
.btn-gradient-color-quill-gray-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #d0cfcd, #433cae);
}
.btn-gradient-color-quill-gray-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #d0cfcd, #5f58c5);
}
.btn-gradient-color-quill-gray-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #d0cfcd, #a7a4df);
}
.btn-gradient-color-quill-gray-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #d0cfcd, #17153c);
}
.btn-gradient-color-quill-gray-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #d0cfcd, #2f2e7e);
}
.btn-gradient-color-quill-gray-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #d0cfcd, #494779);
}
.btn-gradient-color-quill-gray-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #d0cfcd, #4d4ca5);
}
.btn-gradient-color-quill-gray-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #d0cfcd, #403c8b);
}
.btn-gradient-color-quill-gray-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #d0cfcd, #f9e2af);
}
.btn-gradient-color-quill-gray-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #d0cfcd, #f8c954);
}
.btn-gradient-color-quill-gray-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #d0cfcd, #f48972);
}
.btn-gradient-color-quill-gray-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #d0cfcd, #8bc990);
}
.btn-gradient-color-silver-chalice-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #a9a9a9, #007bff);
}
.btn-gradient-color-silver-chalice-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #a9a9a9, #6c757d);
}
.btn-gradient-color-silver-chalice-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #a9a9a9, #28a745);
}
.btn-gradient-color-silver-chalice-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #a9a9a9, #17a2b8);
}
.btn-gradient-color-silver-chalice-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #a9a9a9, #ffc107);
}
.btn-gradient-color-silver-chalice-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #a9a9a9, #dc3545);
}
.btn-gradient-color-silver-chalice-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #a9a9a9, #f1f1f1);
}
.btn-gradient-color-silver-chalice-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #a9a9a9, #a9a9a9);
}
.btn-gradient-color-silver-chalice-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #a9a9a9, #fff);
}
.btn-gradient-color-silver-chalice-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #a9a9a9, #f5f5f5);
}
.btn-gradient-color-silver-chalice-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #a9a9a9, #e1e1e1);
}
.btn-gradient-color-silver-chalice-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #a9a9a9, #ecf7ff);
}
.btn-gradient-color-silver-chalice-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #a9a9a9, #d0cfcd);
}
.btn-gradient-color-silver-chalice-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #a9a9a9, #a9a9a9);
}
.btn-gradient-color-silver-chalice-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #a9a9a9, #adb5bd);
}
.btn-gradient-color-silver-chalice-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #a9a9a9, #4a4a4a);
}
.btn-gradient-color-silver-chalice-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #a9a9a9, #c0daf3);
}
.btn-gradient-color-silver-chalice-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #a9a9a9, #9dcdf8);
}
.btn-gradient-color-silver-chalice-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #a9a9a9, #7dadd9);
}
.btn-gradient-color-silver-chalice-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #a9a9a9, #6cace4);
}
.btn-gradient-color-silver-chalice-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #a9a9a9, #216fb4);
}
.btn-gradient-color-silver-chalice-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #a9a9a9, #136dbe);
}
.btn-gradient-color-silver-chalice-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #a9a9a9, #1751b7);
}
.btn-gradient-color-silver-chalice-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #a9a9a9, #15578a);
}
.btn-gradient-color-silver-chalice-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #a9a9a9, #20558a);
}
.btn-gradient-color-silver-chalice-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #a9a9a9, #262262);
}
.btn-gradient-color-silver-chalice-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #a9a9a9, #2d2975);
}
.btn-gradient-color-silver-chalice-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #a9a9a9, #352f88);
}
.btn-gradient-color-silver-chalice-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #a9a9a9, #433cae);
}
.btn-gradient-color-silver-chalice-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #a9a9a9, #5f58c5);
}
.btn-gradient-color-silver-chalice-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #a9a9a9, #a7a4df);
}
.btn-gradient-color-silver-chalice-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #a9a9a9, #17153c);
}
.btn-gradient-color-silver-chalice-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #a9a9a9, #2f2e7e);
}
.btn-gradient-color-silver-chalice-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #a9a9a9, #494779);
}
.btn-gradient-color-silver-chalice-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #a9a9a9, #4d4ca5);
}
.btn-gradient-color-silver-chalice-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #a9a9a9, #403c8b);
}
.btn-gradient-color-silver-chalice-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #a9a9a9, #f9e2af);
}
.btn-gradient-color-silver-chalice-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #a9a9a9, #f8c954);
}
.btn-gradient-color-silver-chalice-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #a9a9a9, #f48972);
}
.btn-gradient-color-silver-chalice-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #a9a9a9, #8bc990);
}
.btn-gradient-color-hit-gray-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #adb5bd, #007bff);
}
.btn-gradient-color-hit-gray-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #adb5bd, #6c757d);
}
.btn-gradient-color-hit-gray-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #adb5bd, #28a745);
}
.btn-gradient-color-hit-gray-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #adb5bd, #17a2b8);
}
.btn-gradient-color-hit-gray-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #adb5bd, #ffc107);
}
.btn-gradient-color-hit-gray-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #adb5bd, #dc3545);
}
.btn-gradient-color-hit-gray-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #adb5bd, #f1f1f1);
}
.btn-gradient-color-hit-gray-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #adb5bd, #a9a9a9);
}
.btn-gradient-color-hit-gray-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #adb5bd, #fff);
}
.btn-gradient-color-hit-gray-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #adb5bd, #f5f5f5);
}
.btn-gradient-color-hit-gray-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #adb5bd, #e1e1e1);
}
.btn-gradient-color-hit-gray-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #adb5bd, #ecf7ff);
}
.btn-gradient-color-hit-gray-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #adb5bd, #d0cfcd);
}
.btn-gradient-color-hit-gray-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #adb5bd, #a9a9a9);
}
.btn-gradient-color-hit-gray-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #adb5bd, #adb5bd);
}
.btn-gradient-color-hit-gray-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #adb5bd, #4a4a4a);
}
.btn-gradient-color-hit-gray-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #adb5bd, #c0daf3);
}
.btn-gradient-color-hit-gray-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #adb5bd, #9dcdf8);
}
.btn-gradient-color-hit-gray-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #adb5bd, #7dadd9);
}
.btn-gradient-color-hit-gray-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #adb5bd, #6cace4);
}
.btn-gradient-color-hit-gray-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #adb5bd, #216fb4);
}
.btn-gradient-color-hit-gray-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #adb5bd, #136dbe);
}
.btn-gradient-color-hit-gray-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #adb5bd, #1751b7);
}
.btn-gradient-color-hit-gray-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #adb5bd, #15578a);
}
.btn-gradient-color-hit-gray-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #adb5bd, #20558a);
}
.btn-gradient-color-hit-gray-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #adb5bd, #262262);
}
.btn-gradient-color-hit-gray-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #adb5bd, #2d2975);
}
.btn-gradient-color-hit-gray-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #adb5bd, #352f88);
}
.btn-gradient-color-hit-gray-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #adb5bd, #433cae);
}
.btn-gradient-color-hit-gray-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #adb5bd, #5f58c5);
}
.btn-gradient-color-hit-gray-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #adb5bd, #a7a4df);
}
.btn-gradient-color-hit-gray-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #adb5bd, #17153c);
}
.btn-gradient-color-hit-gray-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #adb5bd, #2f2e7e);
}
.btn-gradient-color-hit-gray-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #adb5bd, #494779);
}
.btn-gradient-color-hit-gray-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #adb5bd, #4d4ca5);
}
.btn-gradient-color-hit-gray-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #adb5bd, #403c8b);
}
.btn-gradient-color-hit-gray-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #adb5bd, #f9e2af);
}
.btn-gradient-color-hit-gray-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #adb5bd, #f8c954);
}
.btn-gradient-color-hit-gray-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #adb5bd, #f48972);
}
.btn-gradient-color-hit-gray-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #adb5bd, #8bc990);
}
.btn-gradient-color-tundora-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #4a4a4a, #007bff);
}
.btn-gradient-color-tundora-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #4a4a4a, #6c757d);
}
.btn-gradient-color-tundora-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #4a4a4a, #28a745);
}
.btn-gradient-color-tundora-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #4a4a4a, #17a2b8);
}
.btn-gradient-color-tundora-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #4a4a4a, #ffc107);
}
.btn-gradient-color-tundora-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #4a4a4a, #dc3545);
}
.btn-gradient-color-tundora-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #4a4a4a, #f1f1f1);
}
.btn-gradient-color-tundora-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #4a4a4a, #a9a9a9);
}
.btn-gradient-color-tundora-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #4a4a4a, #fff);
}
.btn-gradient-color-tundora-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #4a4a4a, #f5f5f5);
}
.btn-gradient-color-tundora-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #4a4a4a, #e1e1e1);
}
.btn-gradient-color-tundora-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #4a4a4a, #ecf7ff);
}
.btn-gradient-color-tundora-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #4a4a4a, #d0cfcd);
}
.btn-gradient-color-tundora-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #4a4a4a, #a9a9a9);
}
.btn-gradient-color-tundora-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #4a4a4a, #adb5bd);
}
.btn-gradient-color-tundora-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #4a4a4a, #4a4a4a);
}
.btn-gradient-color-tundora-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #4a4a4a, #c0daf3);
}
.btn-gradient-color-tundora-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #4a4a4a, #9dcdf8);
}
.btn-gradient-color-tundora-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #4a4a4a, #7dadd9);
}
.btn-gradient-color-tundora-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #4a4a4a, #6cace4);
}
.btn-gradient-color-tundora-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #4a4a4a, #216fb4);
}
.btn-gradient-color-tundora-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #4a4a4a, #136dbe);
}
.btn-gradient-color-tundora-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #4a4a4a, #1751b7);
}
.btn-gradient-color-tundora-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #4a4a4a, #15578a);
}
.btn-gradient-color-tundora-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #4a4a4a, #20558a);
}
.btn-gradient-color-tundora-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #4a4a4a, #262262);
}
.btn-gradient-color-tundora-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #4a4a4a, #2d2975);
}
.btn-gradient-color-tundora-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #4a4a4a, #352f88);
}
.btn-gradient-color-tundora-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #4a4a4a, #433cae);
}
.btn-gradient-color-tundora-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #4a4a4a, #5f58c5);
}
.btn-gradient-color-tundora-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #4a4a4a, #a7a4df);
}
.btn-gradient-color-tundora-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #4a4a4a, #17153c);
}
.btn-gradient-color-tundora-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #4a4a4a, #2f2e7e);
}
.btn-gradient-color-tundora-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #4a4a4a, #494779);
}
.btn-gradient-color-tundora-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #4a4a4a, #4d4ca5);
}
.btn-gradient-color-tundora-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #4a4a4a, #403c8b);
}
.btn-gradient-color-tundora-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #4a4a4a, #f9e2af);
}
.btn-gradient-color-tundora-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #4a4a4a, #f8c954);
}
.btn-gradient-color-tundora-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #4a4a4a, #f48972);
}
.btn-gradient-color-tundora-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #4a4a4a, #8bc990);
}
.btn-gradient-color-blizzard-blue-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #c0daf3, #007bff);
}
.btn-gradient-color-blizzard-blue-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #c0daf3, #6c757d);
}
.btn-gradient-color-blizzard-blue-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #c0daf3, #28a745);
}
.btn-gradient-color-blizzard-blue-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #c0daf3, #17a2b8);
}
.btn-gradient-color-blizzard-blue-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #c0daf3, #ffc107);
}
.btn-gradient-color-blizzard-blue-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #c0daf3, #dc3545);
}
.btn-gradient-color-blizzard-blue-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #c0daf3, #f1f1f1);
}
.btn-gradient-color-blizzard-blue-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #c0daf3, #a9a9a9);
}
.btn-gradient-color-blizzard-blue-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #c0daf3, #fff);
}
.btn-gradient-color-blizzard-blue-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #c0daf3, #f5f5f5);
}
.btn-gradient-color-blizzard-blue-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #c0daf3, #e1e1e1);
}
.btn-gradient-color-blizzard-blue-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #c0daf3, #ecf7ff);
}
.btn-gradient-color-blizzard-blue-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #c0daf3, #d0cfcd);
}
.btn-gradient-color-blizzard-blue-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #c0daf3, #a9a9a9);
}
.btn-gradient-color-blizzard-blue-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #c0daf3, #adb5bd);
}
.btn-gradient-color-blizzard-blue-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #c0daf3, #4a4a4a);
}
.btn-gradient-color-blizzard-blue-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #c0daf3, #c0daf3);
}
.btn-gradient-color-blizzard-blue-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #c0daf3, #9dcdf8);
}
.btn-gradient-color-blizzard-blue-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #c0daf3, #7dadd9);
}
.btn-gradient-color-blizzard-blue-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #c0daf3, #6cace4);
}
.btn-gradient-color-blizzard-blue-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #c0daf3, #216fb4);
}
.btn-gradient-color-blizzard-blue-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #c0daf3, #136dbe);
}
.btn-gradient-color-blizzard-blue-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #c0daf3, #1751b7);
}
.btn-gradient-color-blizzard-blue-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #c0daf3, #15578a);
}
.btn-gradient-color-blizzard-blue-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #c0daf3, #20558a);
}
.btn-gradient-color-blizzard-blue-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #c0daf3, #262262);
}
.btn-gradient-color-blizzard-blue-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #c0daf3, #2d2975);
}
.btn-gradient-color-blizzard-blue-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #c0daf3, #352f88);
}
.btn-gradient-color-blizzard-blue-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #c0daf3, #433cae);
}
.btn-gradient-color-blizzard-blue-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #c0daf3, #5f58c5);
}
.btn-gradient-color-blizzard-blue-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #c0daf3, #a7a4df);
}
.btn-gradient-color-blizzard-blue-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #c0daf3, #17153c);
}
.btn-gradient-color-blizzard-blue-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #c0daf3, #2f2e7e);
}
.btn-gradient-color-blizzard-blue-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #c0daf3, #494779);
}
.btn-gradient-color-blizzard-blue-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #c0daf3, #4d4ca5);
}
.btn-gradient-color-blizzard-blue-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #c0daf3, #403c8b);
}
.btn-gradient-color-blizzard-blue-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #c0daf3, #f9e2af);
}
.btn-gradient-color-blizzard-blue-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #c0daf3, #f8c954);
}
.btn-gradient-color-blizzard-blue-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #c0daf3, #f48972);
}
.btn-gradient-color-blizzard-blue-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #c0daf3, #8bc990);
}
.btn-gradient-color-sail-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #9dcdf8, #007bff);
}
.btn-gradient-color-sail-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #9dcdf8, #6c757d);
}
.btn-gradient-color-sail-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #9dcdf8, #28a745);
}
.btn-gradient-color-sail-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #9dcdf8, #17a2b8);
}
.btn-gradient-color-sail-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #9dcdf8, #ffc107);
}
.btn-gradient-color-sail-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #9dcdf8, #dc3545);
}
.btn-gradient-color-sail-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #9dcdf8, #f1f1f1);
}
.btn-gradient-color-sail-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #9dcdf8, #a9a9a9);
}
.btn-gradient-color-sail-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #9dcdf8, #fff);
}
.btn-gradient-color-sail-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #9dcdf8, #f5f5f5);
}
.btn-gradient-color-sail-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #9dcdf8, #e1e1e1);
}
.btn-gradient-color-sail-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #9dcdf8, #ecf7ff);
}
.btn-gradient-color-sail-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #9dcdf8, #d0cfcd);
}
.btn-gradient-color-sail-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #9dcdf8, #a9a9a9);
}
.btn-gradient-color-sail-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #9dcdf8, #adb5bd);
}
.btn-gradient-color-sail-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #9dcdf8, #4a4a4a);
}
.btn-gradient-color-sail-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #9dcdf8, #c0daf3);
}
.btn-gradient-color-sail-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #9dcdf8, #9dcdf8);
}
.btn-gradient-color-sail-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #9dcdf8, #7dadd9);
}
.btn-gradient-color-sail-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #9dcdf8, #6cace4);
}
.btn-gradient-color-sail-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #9dcdf8, #216fb4);
}
.btn-gradient-color-sail-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #9dcdf8, #136dbe);
}
.btn-gradient-color-sail-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #9dcdf8, #1751b7);
}
.btn-gradient-color-sail-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #9dcdf8, #15578a);
}
.btn-gradient-color-sail-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #9dcdf8, #20558a);
}
.btn-gradient-color-sail-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #9dcdf8, #262262);
}
.btn-gradient-color-sail-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #9dcdf8, #2d2975);
}
.btn-gradient-color-sail-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #9dcdf8, #352f88);
}
.btn-gradient-color-sail-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #9dcdf8, #433cae);
}
.btn-gradient-color-sail-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #9dcdf8, #5f58c5);
}
.btn-gradient-color-sail-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #9dcdf8, #a7a4df);
}
.btn-gradient-color-sail-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #9dcdf8, #17153c);
}
.btn-gradient-color-sail-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #9dcdf8, #2f2e7e);
}
.btn-gradient-color-sail-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #9dcdf8, #494779);
}
.btn-gradient-color-sail-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #9dcdf8, #4d4ca5);
}
.btn-gradient-color-sail-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #9dcdf8, #403c8b);
}
.btn-gradient-color-sail-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #9dcdf8, #f9e2af);
}
.btn-gradient-color-sail-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #9dcdf8, #f8c954);
}
.btn-gradient-color-sail-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #9dcdf8, #f48972);
}
.btn-gradient-color-sail-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #9dcdf8, #8bc990);
}
.btn-gradient-color-danube-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #7dadd9, #007bff);
}
.btn-gradient-color-danube-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #7dadd9, #6c757d);
}
.btn-gradient-color-danube-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #7dadd9, #28a745);
}
.btn-gradient-color-danube-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #7dadd9, #17a2b8);
}
.btn-gradient-color-danube-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #7dadd9, #ffc107);
}
.btn-gradient-color-danube-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #7dadd9, #dc3545);
}
.btn-gradient-color-danube-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #7dadd9, #f1f1f1);
}
.btn-gradient-color-danube-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #7dadd9, #a9a9a9);
}
.btn-gradient-color-danube-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #7dadd9, #fff);
}
.btn-gradient-color-danube-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #7dadd9, #f5f5f5);
}
.btn-gradient-color-danube-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #7dadd9, #e1e1e1);
}
.btn-gradient-color-danube-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #7dadd9, #ecf7ff);
}
.btn-gradient-color-danube-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #7dadd9, #d0cfcd);
}
.btn-gradient-color-danube-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #7dadd9, #a9a9a9);
}
.btn-gradient-color-danube-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #7dadd9, #adb5bd);
}
.btn-gradient-color-danube-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #7dadd9, #4a4a4a);
}
.btn-gradient-color-danube-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #7dadd9, #c0daf3);
}
.btn-gradient-color-danube-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #7dadd9, #9dcdf8);
}
.btn-gradient-color-danube-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #7dadd9, #7dadd9);
}
.btn-gradient-color-danube-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #7dadd9, #6cace4);
}
.btn-gradient-color-danube-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #7dadd9, #216fb4);
}
.btn-gradient-color-danube-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #7dadd9, #136dbe);
}
.btn-gradient-color-danube-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #7dadd9, #1751b7);
}
.btn-gradient-color-danube-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #7dadd9, #15578a);
}
.btn-gradient-color-danube-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #7dadd9, #20558a);
}
.btn-gradient-color-danube-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #7dadd9, #262262);
}
.btn-gradient-color-danube-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #7dadd9, #2d2975);
}
.btn-gradient-color-danube-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #7dadd9, #352f88);
}
.btn-gradient-color-danube-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #7dadd9, #433cae);
}
.btn-gradient-color-danube-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #7dadd9, #5f58c5);
}
.btn-gradient-color-danube-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #7dadd9, #a7a4df);
}
.btn-gradient-color-danube-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #7dadd9, #17153c);
}
.btn-gradient-color-danube-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #7dadd9, #2f2e7e);
}
.btn-gradient-color-danube-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #7dadd9, #494779);
}
.btn-gradient-color-danube-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #7dadd9, #4d4ca5);
}
.btn-gradient-color-danube-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #7dadd9, #403c8b);
}
.btn-gradient-color-danube-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #7dadd9, #f9e2af);
}
.btn-gradient-color-danube-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #7dadd9, #f8c954);
}
.btn-gradient-color-danube-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #7dadd9, #f48972);
}
.btn-gradient-color-danube-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #7dadd9, #8bc990);
}
.btn-gradient-color-seagull-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #6cace4, #007bff);
}
.btn-gradient-color-seagull-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #6cace4, #6c757d);
}
.btn-gradient-color-seagull-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #6cace4, #28a745);
}
.btn-gradient-color-seagull-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #6cace4, #17a2b8);
}
.btn-gradient-color-seagull-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #6cace4, #ffc107);
}
.btn-gradient-color-seagull-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #6cace4, #dc3545);
}
.btn-gradient-color-seagull-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #6cace4, #f1f1f1);
}
.btn-gradient-color-seagull-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #6cace4, #a9a9a9);
}
.btn-gradient-color-seagull-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #6cace4, #fff);
}
.btn-gradient-color-seagull-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #6cace4, #f5f5f5);
}
.btn-gradient-color-seagull-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #6cace4, #e1e1e1);
}
.btn-gradient-color-seagull-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #6cace4, #ecf7ff);
}
.btn-gradient-color-seagull-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #6cace4, #d0cfcd);
}
.btn-gradient-color-seagull-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #6cace4, #a9a9a9);
}
.btn-gradient-color-seagull-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #6cace4, #adb5bd);
}
.btn-gradient-color-seagull-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #6cace4, #4a4a4a);
}
.btn-gradient-color-seagull-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #6cace4, #c0daf3);
}
.btn-gradient-color-seagull-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #6cace4, #9dcdf8);
}
.btn-gradient-color-seagull-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #6cace4, #7dadd9);
}
.btn-gradient-color-seagull-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #6cace4, #6cace4);
}
.btn-gradient-color-seagull-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #6cace4, #216fb4);
}
.btn-gradient-color-seagull-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #6cace4, #136dbe);
}
.btn-gradient-color-seagull-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #6cace4, #1751b7);
}
.btn-gradient-color-seagull-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #6cace4, #15578a);
}
.btn-gradient-color-seagull-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #6cace4, #20558a);
}
.btn-gradient-color-seagull-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #6cace4, #262262);
}
.btn-gradient-color-seagull-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #6cace4, #2d2975);
}
.btn-gradient-color-seagull-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #6cace4, #352f88);
}
.btn-gradient-color-seagull-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #6cace4, #433cae);
}
.btn-gradient-color-seagull-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #6cace4, #5f58c5);
}
.btn-gradient-color-seagull-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #6cace4, #a7a4df);
}
.btn-gradient-color-seagull-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #6cace4, #17153c);
}
.btn-gradient-color-seagull-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #6cace4, #2f2e7e);
}
.btn-gradient-color-seagull-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #6cace4, #494779);
}
.btn-gradient-color-seagull-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #6cace4, #4d4ca5);
}
.btn-gradient-color-seagull-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #6cace4, #403c8b);
}
.btn-gradient-color-seagull-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #6cace4, #f9e2af);
}
.btn-gradient-color-seagull-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #6cace4, #f8c954);
}
.btn-gradient-color-seagull-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #6cace4, #f48972);
}
.btn-gradient-color-seagull-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #6cace4, #8bc990);
}
.btn-gradient-color-matisse-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #216fb4, #007bff);
}
.btn-gradient-color-matisse-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #216fb4, #6c757d);
}
.btn-gradient-color-matisse-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #216fb4, #28a745);
}
.btn-gradient-color-matisse-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #216fb4, #17a2b8);
}
.btn-gradient-color-matisse-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #216fb4, #ffc107);
}
.btn-gradient-color-matisse-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #216fb4, #dc3545);
}
.btn-gradient-color-matisse-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #216fb4, #f1f1f1);
}
.btn-gradient-color-matisse-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #216fb4, #a9a9a9);
}
.btn-gradient-color-matisse-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #216fb4, #fff);
}
.btn-gradient-color-matisse-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #216fb4, #f5f5f5);
}
.btn-gradient-color-matisse-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #216fb4, #e1e1e1);
}
.btn-gradient-color-matisse-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #216fb4, #ecf7ff);
}
.btn-gradient-color-matisse-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #216fb4, #d0cfcd);
}
.btn-gradient-color-matisse-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #216fb4, #a9a9a9);
}
.btn-gradient-color-matisse-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #216fb4, #adb5bd);
}
.btn-gradient-color-matisse-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #216fb4, #4a4a4a);
}
.btn-gradient-color-matisse-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #216fb4, #c0daf3);
}
.btn-gradient-color-matisse-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #216fb4, #9dcdf8);
}
.btn-gradient-color-matisse-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #216fb4, #7dadd9);
}
.btn-gradient-color-matisse-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #216fb4, #6cace4);
}
.btn-gradient-color-matisse-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #216fb4, #216fb4);
}
.btn-gradient-color-matisse-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #216fb4, #136dbe);
}
.btn-gradient-color-matisse-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #216fb4, #1751b7);
}
.btn-gradient-color-matisse-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #216fb4, #15578a);
}
.btn-gradient-color-matisse-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #216fb4, #20558a);
}
.btn-gradient-color-matisse-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #216fb4, #262262);
}
.btn-gradient-color-matisse-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #216fb4, #2d2975);
}
.btn-gradient-color-matisse-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #216fb4, #352f88);
}
.btn-gradient-color-matisse-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #216fb4, #433cae);
}
.btn-gradient-color-matisse-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #216fb4, #5f58c5);
}
.btn-gradient-color-matisse-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #216fb4, #a7a4df);
}
.btn-gradient-color-matisse-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #216fb4, #17153c);
}
.btn-gradient-color-matisse-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #216fb4, #2f2e7e);
}
.btn-gradient-color-matisse-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #216fb4, #494779);
}
.btn-gradient-color-matisse-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #216fb4, #4d4ca5);
}
.btn-gradient-color-matisse-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #216fb4, #403c8b);
}
.btn-gradient-color-matisse-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #216fb4, #f9e2af);
}
.btn-gradient-color-matisse-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #216fb4, #f8c954);
}
.btn-gradient-color-matisse-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #216fb4, #f48972);
}
.btn-gradient-color-matisse-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #216fb4, #8bc990);
}
.btn-gradient-color-denim-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #136dbe, #007bff);
}
.btn-gradient-color-denim-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #136dbe, #6c757d);
}
.btn-gradient-color-denim-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #136dbe, #28a745);
}
.btn-gradient-color-denim-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #136dbe, #17a2b8);
}
.btn-gradient-color-denim-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #136dbe, #ffc107);
}
.btn-gradient-color-denim-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #136dbe, #dc3545);
}
.btn-gradient-color-denim-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #136dbe, #f1f1f1);
}
.btn-gradient-color-denim-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #136dbe, #a9a9a9);
}
.btn-gradient-color-denim-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #136dbe, #fff);
}
.btn-gradient-color-denim-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #136dbe, #f5f5f5);
}
.btn-gradient-color-denim-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #136dbe, #e1e1e1);
}
.btn-gradient-color-denim-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #136dbe, #ecf7ff);
}
.btn-gradient-color-denim-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #136dbe, #d0cfcd);
}
.btn-gradient-color-denim-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #136dbe, #a9a9a9);
}
.btn-gradient-color-denim-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #136dbe, #adb5bd);
}
.btn-gradient-color-denim-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #136dbe, #4a4a4a);
}
.btn-gradient-color-denim-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #136dbe, #c0daf3);
}
.btn-gradient-color-denim-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #136dbe, #9dcdf8);
}
.btn-gradient-color-denim-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #136dbe, #7dadd9);
}
.btn-gradient-color-denim-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #136dbe, #6cace4);
}
.btn-gradient-color-denim-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #136dbe, #216fb4);
}
.btn-gradient-color-denim-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #136dbe, #136dbe);
}
.btn-gradient-color-denim-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #136dbe, #1751b7);
}
.btn-gradient-color-denim-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #136dbe, #15578a);
}
.btn-gradient-color-denim-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #136dbe, #20558a);
}
.btn-gradient-color-denim-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #136dbe, #262262);
}
.btn-gradient-color-denim-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #136dbe, #2d2975);
}
.btn-gradient-color-denim-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #136dbe, #352f88);
}
.btn-gradient-color-denim-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #136dbe, #433cae);
}
.btn-gradient-color-denim-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #136dbe, #5f58c5);
}
.btn-gradient-color-denim-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #136dbe, #a7a4df);
}
.btn-gradient-color-denim-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #136dbe, #17153c);
}
.btn-gradient-color-denim-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #136dbe, #2f2e7e);
}
.btn-gradient-color-denim-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #136dbe, #494779);
}
.btn-gradient-color-denim-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #136dbe, #4d4ca5);
}
.btn-gradient-color-denim-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #136dbe, #403c8b);
}
.btn-gradient-color-denim-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #136dbe, #f9e2af);
}
.btn-gradient-color-denim-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #136dbe, #f8c954);
}
.btn-gradient-color-denim-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #136dbe, #f48972);
}
.btn-gradient-color-denim-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #136dbe, #8bc990);
}
.btn-gradient-color-tory-blue-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #1751b7, #007bff);
}
.btn-gradient-color-tory-blue-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #1751b7, #6c757d);
}
.btn-gradient-color-tory-blue-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #1751b7, #28a745);
}
.btn-gradient-color-tory-blue-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #1751b7, #17a2b8);
}
.btn-gradient-color-tory-blue-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #1751b7, #ffc107);
}
.btn-gradient-color-tory-blue-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #1751b7, #dc3545);
}
.btn-gradient-color-tory-blue-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #1751b7, #f1f1f1);
}
.btn-gradient-color-tory-blue-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #1751b7, #a9a9a9);
}
.btn-gradient-color-tory-blue-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #1751b7, #fff);
}
.btn-gradient-color-tory-blue-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #1751b7, #f5f5f5);
}
.btn-gradient-color-tory-blue-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #1751b7, #e1e1e1);
}
.btn-gradient-color-tory-blue-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #1751b7, #ecf7ff);
}
.btn-gradient-color-tory-blue-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #1751b7, #d0cfcd);
}
.btn-gradient-color-tory-blue-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #1751b7, #a9a9a9);
}
.btn-gradient-color-tory-blue-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #1751b7, #adb5bd);
}
.btn-gradient-color-tory-blue-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #1751b7, #4a4a4a);
}
.btn-gradient-color-tory-blue-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #1751b7, #c0daf3);
}
.btn-gradient-color-tory-blue-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #1751b7, #9dcdf8);
}
.btn-gradient-color-tory-blue-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #1751b7, #7dadd9);
}
.btn-gradient-color-tory-blue-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #1751b7, #6cace4);
}
.btn-gradient-color-tory-blue-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #1751b7, #216fb4);
}
.btn-gradient-color-tory-blue-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #1751b7, #136dbe);
}
.btn-gradient-color-tory-blue-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #1751b7, #1751b7);
}
.btn-gradient-color-tory-blue-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #1751b7, #15578a);
}
.btn-gradient-color-tory-blue-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #1751b7, #20558a);
}
.btn-gradient-color-tory-blue-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #1751b7, #262262);
}
.btn-gradient-color-tory-blue-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #1751b7, #2d2975);
}
.btn-gradient-color-tory-blue-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #1751b7, #352f88);
}
.btn-gradient-color-tory-blue-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #1751b7, #433cae);
}
.btn-gradient-color-tory-blue-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #1751b7, #5f58c5);
}
.btn-gradient-color-tory-blue-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #1751b7, #a7a4df);
}
.btn-gradient-color-tory-blue-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #1751b7, #17153c);
}
.btn-gradient-color-tory-blue-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #1751b7, #2f2e7e);
}
.btn-gradient-color-tory-blue-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #1751b7, #494779);
}
.btn-gradient-color-tory-blue-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #1751b7, #4d4ca5);
}
.btn-gradient-color-tory-blue-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #1751b7, #403c8b);
}
.btn-gradient-color-tory-blue-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #1751b7, #f9e2af);
}
.btn-gradient-color-tory-blue-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #1751b7, #f8c954);
}
.btn-gradient-color-tory-blue-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #1751b7, #f48972);
}
.btn-gradient-color-tory-blue-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #1751b7, #8bc990);
}
.btn-gradient-color-chathams-blue-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #15578a, #007bff);
}
.btn-gradient-color-chathams-blue-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #15578a, #6c757d);
}
.btn-gradient-color-chathams-blue-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #15578a, #28a745);
}
.btn-gradient-color-chathams-blue-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #15578a, #17a2b8);
}
.btn-gradient-color-chathams-blue-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #15578a, #ffc107);
}
.btn-gradient-color-chathams-blue-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #15578a, #dc3545);
}
.btn-gradient-color-chathams-blue-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #15578a, #f1f1f1);
}
.btn-gradient-color-chathams-blue-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #15578a, #a9a9a9);
}
.btn-gradient-color-chathams-blue-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #15578a, #fff);
}
.btn-gradient-color-chathams-blue-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #15578a, #f5f5f5);
}
.btn-gradient-color-chathams-blue-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #15578a, #e1e1e1);
}
.btn-gradient-color-chathams-blue-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #15578a, #ecf7ff);
}
.btn-gradient-color-chathams-blue-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #15578a, #d0cfcd);
}
.btn-gradient-color-chathams-blue-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #15578a, #a9a9a9);
}
.btn-gradient-color-chathams-blue-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #15578a, #adb5bd);
}
.btn-gradient-color-chathams-blue-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #15578a, #4a4a4a);
}
.btn-gradient-color-chathams-blue-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #15578a, #c0daf3);
}
.btn-gradient-color-chathams-blue-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #15578a, #9dcdf8);
}
.btn-gradient-color-chathams-blue-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #15578a, #7dadd9);
}
.btn-gradient-color-chathams-blue-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #15578a, #6cace4);
}
.btn-gradient-color-chathams-blue-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #15578a, #216fb4);
}
.btn-gradient-color-chathams-blue-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #15578a, #136dbe);
}
.btn-gradient-color-chathams-blue-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #15578a, #1751b7);
}
.btn-gradient-color-chathams-blue-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #15578a, #15578a);
}
.btn-gradient-color-chathams-blue-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #15578a, #20558a);
}
.btn-gradient-color-chathams-blue-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #15578a, #262262);
}
.btn-gradient-color-chathams-blue-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #15578a, #2d2975);
}
.btn-gradient-color-chathams-blue-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #15578a, #352f88);
}
.btn-gradient-color-chathams-blue-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #15578a, #433cae);
}
.btn-gradient-color-chathams-blue-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #15578a, #5f58c5);
}
.btn-gradient-color-chathams-blue-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #15578a, #a7a4df);
}
.btn-gradient-color-chathams-blue-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #15578a, #17153c);
}
.btn-gradient-color-chathams-blue-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #15578a, #2f2e7e);
}
.btn-gradient-color-chathams-blue-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #15578a, #494779);
}
.btn-gradient-color-chathams-blue-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #15578a, #4d4ca5);
}
.btn-gradient-color-chathams-blue-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #15578a, #403c8b);
}
.btn-gradient-color-chathams-blue-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #15578a, #f9e2af);
}
.btn-gradient-color-chathams-blue-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #15578a, #f8c954);
}
.btn-gradient-color-chathams-blue-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #15578a, #f48972);
}
.btn-gradient-color-chathams-blue-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #15578a, #8bc990);
}
.btn-gradient-color-blumine-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #20558a, #007bff);
}
.btn-gradient-color-blumine-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #20558a, #6c757d);
}
.btn-gradient-color-blumine-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #20558a, #28a745);
}
.btn-gradient-color-blumine-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #20558a, #17a2b8);
}
.btn-gradient-color-blumine-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #20558a, #ffc107);
}
.btn-gradient-color-blumine-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #20558a, #dc3545);
}
.btn-gradient-color-blumine-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #20558a, #f1f1f1);
}
.btn-gradient-color-blumine-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #20558a, #a9a9a9);
}
.btn-gradient-color-blumine-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #20558a, #fff);
}
.btn-gradient-color-blumine-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #20558a, #f5f5f5);
}
.btn-gradient-color-blumine-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #20558a, #e1e1e1);
}
.btn-gradient-color-blumine-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #20558a, #ecf7ff);
}
.btn-gradient-color-blumine-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #20558a, #d0cfcd);
}
.btn-gradient-color-blumine-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #20558a, #a9a9a9);
}
.btn-gradient-color-blumine-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #20558a, #adb5bd);
}
.btn-gradient-color-blumine-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #20558a, #4a4a4a);
}
.btn-gradient-color-blumine-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #20558a, #c0daf3);
}
.btn-gradient-color-blumine-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #20558a, #9dcdf8);
}
.btn-gradient-color-blumine-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #20558a, #7dadd9);
}
.btn-gradient-color-blumine-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #20558a, #6cace4);
}
.btn-gradient-color-blumine-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #20558a, #216fb4);
}
.btn-gradient-color-blumine-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #20558a, #136dbe);
}
.btn-gradient-color-blumine-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #20558a, #1751b7);
}
.btn-gradient-color-blumine-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #20558a, #15578a);
}
.btn-gradient-color-blumine-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #20558a, #20558a);
}
.btn-gradient-color-blumine-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #20558a, #262262);
}
.btn-gradient-color-blumine-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #20558a, #2d2975);
}
.btn-gradient-color-blumine-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #20558a, #352f88);
}
.btn-gradient-color-blumine-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #20558a, #433cae);
}
.btn-gradient-color-blumine-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #20558a, #5f58c5);
}
.btn-gradient-color-blumine-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #20558a, #a7a4df);
}
.btn-gradient-color-blumine-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #20558a, #17153c);
}
.btn-gradient-color-blumine-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #20558a, #2f2e7e);
}
.btn-gradient-color-blumine-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #20558a, #494779);
}
.btn-gradient-color-blumine-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #20558a, #4d4ca5);
}
.btn-gradient-color-blumine-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #20558a, #403c8b);
}
.btn-gradient-color-blumine-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #20558a, #f9e2af);
}
.btn-gradient-color-blumine-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #20558a, #f8c954);
}
.btn-gradient-color-blumine-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #20558a, #f48972);
}
.btn-gradient-color-blumine-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #20558a, #8bc990);
}
.btn-gradient-color-primary-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #262262, #007bff);
}
.btn-gradient-color-primary-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #262262, #6c757d);
}
.btn-gradient-color-primary-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #262262, #28a745);
}
.btn-gradient-color-primary-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #262262, #17a2b8);
}
.btn-gradient-color-primary-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #262262, #ffc107);
}
.btn-gradient-color-primary-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #262262, #dc3545);
}
.btn-gradient-color-primary-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #262262, #f1f1f1);
}
.btn-gradient-color-primary-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #262262, #a9a9a9);
}
.btn-gradient-color-primary-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #262262, #fff);
}
.btn-gradient-color-primary-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #262262, #f5f5f5);
}
.btn-gradient-color-primary-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #262262, #e1e1e1);
}
.btn-gradient-color-primary-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #262262, #ecf7ff);
}
.btn-gradient-color-primary-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #262262, #d0cfcd);
}
.btn-gradient-color-primary-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #262262, #a9a9a9);
}
.btn-gradient-color-primary-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #262262, #adb5bd);
}
.btn-gradient-color-primary-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #262262, #4a4a4a);
}
.btn-gradient-color-primary-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #262262, #c0daf3);
}
.btn-gradient-color-primary-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #262262, #9dcdf8);
}
.btn-gradient-color-primary-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #262262, #7dadd9);
}
.btn-gradient-color-primary-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #262262, #6cace4);
}
.btn-gradient-color-primary-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #262262, #216fb4);
}
.btn-gradient-color-primary-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #262262, #136dbe);
}
.btn-gradient-color-primary-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #262262, #1751b7);
}
.btn-gradient-color-primary-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #262262, #15578a);
}
.btn-gradient-color-primary-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #262262, #20558a);
}
.btn-gradient-color-primary-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #262262, #262262);
}
.btn-gradient-color-primary-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #262262, #2d2975);
}
.btn-gradient-color-primary-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #262262, #352f88);
}
.btn-gradient-color-primary-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #262262, #433cae);
}
.btn-gradient-color-primary-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #262262, #5f58c5);
}
.btn-gradient-color-primary-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #262262, #a7a4df);
}
.btn-gradient-color-primary-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #262262, #17153c);
}
.btn-gradient-color-primary-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #262262, #2f2e7e);
}
.btn-gradient-color-primary-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #262262, #494779);
}
.btn-gradient-color-primary-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #262262, #4d4ca5);
}
.btn-gradient-color-primary-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #262262, #403c8b);
}
.btn-gradient-color-primary-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #262262, #f9e2af);
}
.btn-gradient-color-primary-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #262262, #f8c954);
}
.btn-gradient-color-primary-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #262262, #f48972);
}
.btn-gradient-color-primary-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #262262, #8bc990);
}
.btn-gradient-color-port-gore-5-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #2d2975, #007bff);
}
.btn-gradient-color-port-gore-5-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #2d2975, #6c757d);
}
.btn-gradient-color-port-gore-5-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #2d2975, #28a745);
}
.btn-gradient-color-port-gore-5-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #2d2975, #17a2b8);
}
.btn-gradient-color-port-gore-5-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #2d2975, #ffc107);
}
.btn-gradient-color-port-gore-5-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #2d2975, #dc3545);
}
.btn-gradient-color-port-gore-5-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #2d2975, #f1f1f1);
}
.btn-gradient-color-port-gore-5-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #2d2975, #a9a9a9);
}
.btn-gradient-color-port-gore-5-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #2d2975, #fff);
}
.btn-gradient-color-port-gore-5-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #2d2975, #f5f5f5);
}
.btn-gradient-color-port-gore-5-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #2d2975, #e1e1e1);
}
.btn-gradient-color-port-gore-5-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #2d2975, #ecf7ff);
}
.btn-gradient-color-port-gore-5-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #2d2975, #d0cfcd);
}
.btn-gradient-color-port-gore-5-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #2d2975, #a9a9a9);
}
.btn-gradient-color-port-gore-5-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #2d2975, #adb5bd);
}
.btn-gradient-color-port-gore-5-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #2d2975, #4a4a4a);
}
.btn-gradient-color-port-gore-5-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #2d2975, #c0daf3);
}
.btn-gradient-color-port-gore-5-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #2d2975, #9dcdf8);
}
.btn-gradient-color-port-gore-5-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #2d2975, #7dadd9);
}
.btn-gradient-color-port-gore-5-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #2d2975, #6cace4);
}
.btn-gradient-color-port-gore-5-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #2d2975, #216fb4);
}
.btn-gradient-color-port-gore-5-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #2d2975, #136dbe);
}
.btn-gradient-color-port-gore-5-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #2d2975, #1751b7);
}
.btn-gradient-color-port-gore-5-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #2d2975, #15578a);
}
.btn-gradient-color-port-gore-5-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #2d2975, #20558a);
}
.btn-gradient-color-port-gore-5-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #2d2975, #262262);
}
.btn-gradient-color-port-gore-5-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #2d2975, #2d2975);
}
.btn-gradient-color-port-gore-5-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #2d2975, #352f88);
}
.btn-gradient-color-port-gore-5-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #2d2975, #433cae);
}
.btn-gradient-color-port-gore-5-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #2d2975, #5f58c5);
}
.btn-gradient-color-port-gore-5-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #2d2975, #a7a4df);
}
.btn-gradient-color-port-gore-5-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #2d2975, #17153c);
}
.btn-gradient-color-port-gore-5-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #2d2975, #2f2e7e);
}
.btn-gradient-color-port-gore-5-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #2d2975, #494779);
}
.btn-gradient-color-port-gore-5-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #2d2975, #4d4ca5);
}
.btn-gradient-color-port-gore-5-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #2d2975, #403c8b);
}
.btn-gradient-color-port-gore-5-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #2d2975, #f9e2af);
}
.btn-gradient-color-port-gore-5-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #2d2975, #f8c954);
}
.btn-gradient-color-port-gore-5-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #2d2975, #f48972);
}
.btn-gradient-color-port-gore-5-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #2d2975, #8bc990);
}
.btn-gradient-color-port-gore-10-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #352f88, #007bff);
}
.btn-gradient-color-port-gore-10-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #352f88, #6c757d);
}
.btn-gradient-color-port-gore-10-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #352f88, #28a745);
}
.btn-gradient-color-port-gore-10-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #352f88, #17a2b8);
}
.btn-gradient-color-port-gore-10-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #352f88, #ffc107);
}
.btn-gradient-color-port-gore-10-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #352f88, #dc3545);
}
.btn-gradient-color-port-gore-10-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #352f88, #f1f1f1);
}
.btn-gradient-color-port-gore-10-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #352f88, #a9a9a9);
}
.btn-gradient-color-port-gore-10-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #352f88, #fff);
}
.btn-gradient-color-port-gore-10-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #352f88, #f5f5f5);
}
.btn-gradient-color-port-gore-10-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #352f88, #e1e1e1);
}
.btn-gradient-color-port-gore-10-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #352f88, #ecf7ff);
}
.btn-gradient-color-port-gore-10-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #352f88, #d0cfcd);
}
.btn-gradient-color-port-gore-10-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #352f88, #a9a9a9);
}
.btn-gradient-color-port-gore-10-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #352f88, #adb5bd);
}
.btn-gradient-color-port-gore-10-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #352f88, #4a4a4a);
}
.btn-gradient-color-port-gore-10-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #352f88, #c0daf3);
}
.btn-gradient-color-port-gore-10-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #352f88, #9dcdf8);
}
.btn-gradient-color-port-gore-10-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #352f88, #7dadd9);
}
.btn-gradient-color-port-gore-10-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #352f88, #6cace4);
}
.btn-gradient-color-port-gore-10-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #352f88, #216fb4);
}
.btn-gradient-color-port-gore-10-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #352f88, #136dbe);
}
.btn-gradient-color-port-gore-10-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #352f88, #1751b7);
}
.btn-gradient-color-port-gore-10-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #352f88, #15578a);
}
.btn-gradient-color-port-gore-10-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #352f88, #20558a);
}
.btn-gradient-color-port-gore-10-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #352f88, #262262);
}
.btn-gradient-color-port-gore-10-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #352f88, #2d2975);
}
.btn-gradient-color-port-gore-10-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #352f88, #352f88);
}
.btn-gradient-color-port-gore-10-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #352f88, #433cae);
}
.btn-gradient-color-port-gore-10-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #352f88, #5f58c5);
}
.btn-gradient-color-port-gore-10-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #352f88, #a7a4df);
}
.btn-gradient-color-port-gore-10-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #352f88, #17153c);
}
.btn-gradient-color-port-gore-10-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #352f88, #2f2e7e);
}
.btn-gradient-color-port-gore-10-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #352f88, #494779);
}
.btn-gradient-color-port-gore-10-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #352f88, #4d4ca5);
}
.btn-gradient-color-port-gore-10-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #352f88, #403c8b);
}
.btn-gradient-color-port-gore-10-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #352f88, #f9e2af);
}
.btn-gradient-color-port-gore-10-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #352f88, #f8c954);
}
.btn-gradient-color-port-gore-10-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #352f88, #f48972);
}
.btn-gradient-color-port-gore-10-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #352f88, #8bc990);
}
.btn-gradient-color-port-gore-20-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #433cae, #007bff);
}
.btn-gradient-color-port-gore-20-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #433cae, #6c757d);
}
.btn-gradient-color-port-gore-20-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #433cae, #28a745);
}
.btn-gradient-color-port-gore-20-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #433cae, #17a2b8);
}
.btn-gradient-color-port-gore-20-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #433cae, #ffc107);
}
.btn-gradient-color-port-gore-20-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #433cae, #dc3545);
}
.btn-gradient-color-port-gore-20-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #433cae, #f1f1f1);
}
.btn-gradient-color-port-gore-20-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #433cae, #a9a9a9);
}
.btn-gradient-color-port-gore-20-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #433cae, #fff);
}
.btn-gradient-color-port-gore-20-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #433cae, #f5f5f5);
}
.btn-gradient-color-port-gore-20-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #433cae, #e1e1e1);
}
.btn-gradient-color-port-gore-20-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #433cae, #ecf7ff);
}
.btn-gradient-color-port-gore-20-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #433cae, #d0cfcd);
}
.btn-gradient-color-port-gore-20-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #433cae, #a9a9a9);
}
.btn-gradient-color-port-gore-20-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #433cae, #adb5bd);
}
.btn-gradient-color-port-gore-20-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #433cae, #4a4a4a);
}
.btn-gradient-color-port-gore-20-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #433cae, #c0daf3);
}
.btn-gradient-color-port-gore-20-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #433cae, #9dcdf8);
}
.btn-gradient-color-port-gore-20-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #433cae, #7dadd9);
}
.btn-gradient-color-port-gore-20-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #433cae, #6cace4);
}
.btn-gradient-color-port-gore-20-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #433cae, #216fb4);
}
.btn-gradient-color-port-gore-20-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #433cae, #136dbe);
}
.btn-gradient-color-port-gore-20-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #433cae, #1751b7);
}
.btn-gradient-color-port-gore-20-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #433cae, #15578a);
}
.btn-gradient-color-port-gore-20-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #433cae, #20558a);
}
.btn-gradient-color-port-gore-20-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #433cae, #262262);
}
.btn-gradient-color-port-gore-20-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #433cae, #2d2975);
}
.btn-gradient-color-port-gore-20-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #433cae, #352f88);
}
.btn-gradient-color-port-gore-20-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #433cae, #433cae);
}
.btn-gradient-color-port-gore-20-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #433cae, #5f58c5);
}
.btn-gradient-color-port-gore-20-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #433cae, #a7a4df);
}
.btn-gradient-color-port-gore-20-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #433cae, #17153c);
}
.btn-gradient-color-port-gore-20-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #433cae, #2f2e7e);
}
.btn-gradient-color-port-gore-20-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #433cae, #494779);
}
.btn-gradient-color-port-gore-20-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #433cae, #4d4ca5);
}
.btn-gradient-color-port-gore-20-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #433cae, #403c8b);
}
.btn-gradient-color-port-gore-20-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #433cae, #f9e2af);
}
.btn-gradient-color-port-gore-20-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #433cae, #f8c954);
}
.btn-gradient-color-port-gore-20-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #433cae, #f48972);
}
.btn-gradient-color-port-gore-20-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #433cae, #8bc990);
}
.btn-gradient-color-port-gore-30-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #5f58c5, #007bff);
}
.btn-gradient-color-port-gore-30-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #5f58c5, #6c757d);
}
.btn-gradient-color-port-gore-30-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #5f58c5, #28a745);
}
.btn-gradient-color-port-gore-30-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #5f58c5, #17a2b8);
}
.btn-gradient-color-port-gore-30-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #5f58c5, #ffc107);
}
.btn-gradient-color-port-gore-30-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #5f58c5, #dc3545);
}
.btn-gradient-color-port-gore-30-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #5f58c5, #f1f1f1);
}
.btn-gradient-color-port-gore-30-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #5f58c5, #a9a9a9);
}
.btn-gradient-color-port-gore-30-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #5f58c5, #fff);
}
.btn-gradient-color-port-gore-30-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #5f58c5, #f5f5f5);
}
.btn-gradient-color-port-gore-30-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #5f58c5, #e1e1e1);
}
.btn-gradient-color-port-gore-30-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #5f58c5, #ecf7ff);
}
.btn-gradient-color-port-gore-30-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #5f58c5, #d0cfcd);
}
.btn-gradient-color-port-gore-30-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #5f58c5, #a9a9a9);
}
.btn-gradient-color-port-gore-30-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #5f58c5, #adb5bd);
}
.btn-gradient-color-port-gore-30-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #5f58c5, #4a4a4a);
}
.btn-gradient-color-port-gore-30-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #5f58c5, #c0daf3);
}
.btn-gradient-color-port-gore-30-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #5f58c5, #9dcdf8);
}
.btn-gradient-color-port-gore-30-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #5f58c5, #7dadd9);
}
.btn-gradient-color-port-gore-30-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #5f58c5, #6cace4);
}
.btn-gradient-color-port-gore-30-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #5f58c5, #216fb4);
}
.btn-gradient-color-port-gore-30-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #5f58c5, #136dbe);
}
.btn-gradient-color-port-gore-30-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #5f58c5, #1751b7);
}
.btn-gradient-color-port-gore-30-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #5f58c5, #15578a);
}
.btn-gradient-color-port-gore-30-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #5f58c5, #20558a);
}
.btn-gradient-color-port-gore-30-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #5f58c5, #262262);
}
.btn-gradient-color-port-gore-30-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #5f58c5, #2d2975);
}
.btn-gradient-color-port-gore-30-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #5f58c5, #352f88);
}
.btn-gradient-color-port-gore-30-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #5f58c5, #433cae);
}
.btn-gradient-color-port-gore-30-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #5f58c5, #5f58c5);
}
.btn-gradient-color-port-gore-30-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #5f58c5, #a7a4df);
}
.btn-gradient-color-port-gore-30-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #5f58c5, #17153c);
}
.btn-gradient-color-port-gore-30-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #5f58c5, #2f2e7e);
}
.btn-gradient-color-port-gore-30-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #5f58c5, #494779);
}
.btn-gradient-color-port-gore-30-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #5f58c5, #4d4ca5);
}
.btn-gradient-color-port-gore-30-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #5f58c5, #403c8b);
}
.btn-gradient-color-port-gore-30-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #5f58c5, #f9e2af);
}
.btn-gradient-color-port-gore-30-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #5f58c5, #f8c954);
}
.btn-gradient-color-port-gore-30-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #5f58c5, #f48972);
}
.btn-gradient-color-port-gore-30-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #5f58c5, #8bc990);
}
.btn-gradient-color-port-gore-50-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #a7a4df, #007bff);
}
.btn-gradient-color-port-gore-50-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #a7a4df, #6c757d);
}
.btn-gradient-color-port-gore-50-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #a7a4df, #28a745);
}
.btn-gradient-color-port-gore-50-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #a7a4df, #17a2b8);
}
.btn-gradient-color-port-gore-50-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #a7a4df, #ffc107);
}
.btn-gradient-color-port-gore-50-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #a7a4df, #dc3545);
}
.btn-gradient-color-port-gore-50-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #a7a4df, #f1f1f1);
}
.btn-gradient-color-port-gore-50-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #a7a4df, #a9a9a9);
}
.btn-gradient-color-port-gore-50-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #a7a4df, #fff);
}
.btn-gradient-color-port-gore-50-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #a7a4df, #f5f5f5);
}
.btn-gradient-color-port-gore-50-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #a7a4df, #e1e1e1);
}
.btn-gradient-color-port-gore-50-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #a7a4df, #ecf7ff);
}
.btn-gradient-color-port-gore-50-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #a7a4df, #d0cfcd);
}
.btn-gradient-color-port-gore-50-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #a7a4df, #a9a9a9);
}
.btn-gradient-color-port-gore-50-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #a7a4df, #adb5bd);
}
.btn-gradient-color-port-gore-50-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #a7a4df, #4a4a4a);
}
.btn-gradient-color-port-gore-50-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #a7a4df, #c0daf3);
}
.btn-gradient-color-port-gore-50-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #a7a4df, #9dcdf8);
}
.btn-gradient-color-port-gore-50-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #a7a4df, #7dadd9);
}
.btn-gradient-color-port-gore-50-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #a7a4df, #6cace4);
}
.btn-gradient-color-port-gore-50-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #a7a4df, #216fb4);
}
.btn-gradient-color-port-gore-50-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #a7a4df, #136dbe);
}
.btn-gradient-color-port-gore-50-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #a7a4df, #1751b7);
}
.btn-gradient-color-port-gore-50-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #a7a4df, #15578a);
}
.btn-gradient-color-port-gore-50-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #a7a4df, #20558a);
}
.btn-gradient-color-port-gore-50-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #a7a4df, #262262);
}
.btn-gradient-color-port-gore-50-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #a7a4df, #2d2975);
}
.btn-gradient-color-port-gore-50-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #a7a4df, #352f88);
}
.btn-gradient-color-port-gore-50-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #a7a4df, #433cae);
}
.btn-gradient-color-port-gore-50-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #a7a4df, #5f58c5);
}
.btn-gradient-color-port-gore-50-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #a7a4df, #a7a4df);
}
.btn-gradient-color-port-gore-50-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #a7a4df, #17153c);
}
.btn-gradient-color-port-gore-50-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #a7a4df, #2f2e7e);
}
.btn-gradient-color-port-gore-50-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #a7a4df, #494779);
}
.btn-gradient-color-port-gore-50-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #a7a4df, #4d4ca5);
}
.btn-gradient-color-port-gore-50-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #a7a4df, #403c8b);
}
.btn-gradient-color-port-gore-50-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #a7a4df, #f9e2af);
}
.btn-gradient-color-port-gore-50-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #a7a4df, #f8c954);
}
.btn-gradient-color-port-gore-50-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #a7a4df, #f48972);
}
.btn-gradient-color-port-gore-50-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #a7a4df, #8bc990);
}
.btn-gradient-color-port-gore-darker-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #17153c, #007bff);
}
.btn-gradient-color-port-gore-darker-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #17153c, #6c757d);
}
.btn-gradient-color-port-gore-darker-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #17153c, #28a745);
}
.btn-gradient-color-port-gore-darker-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #17153c, #17a2b8);
}
.btn-gradient-color-port-gore-darker-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #17153c, #ffc107);
}
.btn-gradient-color-port-gore-darker-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #17153c, #dc3545);
}
.btn-gradient-color-port-gore-darker-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #17153c, #f1f1f1);
}
.btn-gradient-color-port-gore-darker-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #17153c, #a9a9a9);
}
.btn-gradient-color-port-gore-darker-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #17153c, #fff);
}
.btn-gradient-color-port-gore-darker-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #17153c, #f5f5f5);
}
.btn-gradient-color-port-gore-darker-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #17153c, #e1e1e1);
}
.btn-gradient-color-port-gore-darker-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #17153c, #ecf7ff);
}
.btn-gradient-color-port-gore-darker-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #17153c, #d0cfcd);
}
.btn-gradient-color-port-gore-darker-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #17153c, #a9a9a9);
}
.btn-gradient-color-port-gore-darker-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #17153c, #adb5bd);
}
.btn-gradient-color-port-gore-darker-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #17153c, #4a4a4a);
}
.btn-gradient-color-port-gore-darker-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #17153c, #c0daf3);
}
.btn-gradient-color-port-gore-darker-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #17153c, #9dcdf8);
}
.btn-gradient-color-port-gore-darker-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #17153c, #7dadd9);
}
.btn-gradient-color-port-gore-darker-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #17153c, #6cace4);
}
.btn-gradient-color-port-gore-darker-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #17153c, #216fb4);
}
.btn-gradient-color-port-gore-darker-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #17153c, #136dbe);
}
.btn-gradient-color-port-gore-darker-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #17153c, #1751b7);
}
.btn-gradient-color-port-gore-darker-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #17153c, #15578a);
}
.btn-gradient-color-port-gore-darker-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #17153c, #20558a);
}
.btn-gradient-color-port-gore-darker-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #17153c, #262262);
}
.btn-gradient-color-port-gore-darker-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #17153c, #2d2975);
}
.btn-gradient-color-port-gore-darker-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #17153c, #352f88);
}
.btn-gradient-color-port-gore-darker-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #17153c, #433cae);
}
.btn-gradient-color-port-gore-darker-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #17153c, #5f58c5);
}
.btn-gradient-color-port-gore-darker-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #17153c, #a7a4df);
}
.btn-gradient-color-port-gore-darker-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #17153c, #17153c);
}
.btn-gradient-color-port-gore-darker-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #17153c, #2f2e7e);
}
.btn-gradient-color-port-gore-darker-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #17153c, #494779);
}
.btn-gradient-color-port-gore-darker-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #17153c, #4d4ca5);
}
.btn-gradient-color-port-gore-darker-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #17153c, #403c8b);
}
.btn-gradient-color-port-gore-darker-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #17153c, #f9e2af);
}
.btn-gradient-color-port-gore-darker-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #17153c, #f8c954);
}
.btn-gradient-color-port-gore-darker-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #17153c, #f48972);
}
.btn-gradient-color-port-gore-darker-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #17153c, #8bc990);
}
.btn-gradient-color-minsk-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #2f2e7e, #007bff);
}
.btn-gradient-color-minsk-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #2f2e7e, #6c757d);
}
.btn-gradient-color-minsk-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #2f2e7e, #28a745);
}
.btn-gradient-color-minsk-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #2f2e7e, #17a2b8);
}
.btn-gradient-color-minsk-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #2f2e7e, #ffc107);
}
.btn-gradient-color-minsk-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #2f2e7e, #dc3545);
}
.btn-gradient-color-minsk-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #2f2e7e, #f1f1f1);
}
.btn-gradient-color-minsk-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #2f2e7e, #a9a9a9);
}
.btn-gradient-color-minsk-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #2f2e7e, #fff);
}
.btn-gradient-color-minsk-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #2f2e7e, #f5f5f5);
}
.btn-gradient-color-minsk-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #2f2e7e, #e1e1e1);
}
.btn-gradient-color-minsk-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #2f2e7e, #ecf7ff);
}
.btn-gradient-color-minsk-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #2f2e7e, #d0cfcd);
}
.btn-gradient-color-minsk-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #2f2e7e, #a9a9a9);
}
.btn-gradient-color-minsk-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #2f2e7e, #adb5bd);
}
.btn-gradient-color-minsk-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #2f2e7e, #4a4a4a);
}
.btn-gradient-color-minsk-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #2f2e7e, #c0daf3);
}
.btn-gradient-color-minsk-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #2f2e7e, #9dcdf8);
}
.btn-gradient-color-minsk-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #2f2e7e, #7dadd9);
}
.btn-gradient-color-minsk-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #2f2e7e, #6cace4);
}
.btn-gradient-color-minsk-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #2f2e7e, #216fb4);
}
.btn-gradient-color-minsk-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #2f2e7e, #136dbe);
}
.btn-gradient-color-minsk-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #2f2e7e, #1751b7);
}
.btn-gradient-color-minsk-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #2f2e7e, #15578a);
}
.btn-gradient-color-minsk-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #2f2e7e, #20558a);
}
.btn-gradient-color-minsk-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #2f2e7e, #262262);
}
.btn-gradient-color-minsk-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #2f2e7e, #2d2975);
}
.btn-gradient-color-minsk-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #2f2e7e, #352f88);
}
.btn-gradient-color-minsk-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #2f2e7e, #433cae);
}
.btn-gradient-color-minsk-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #2f2e7e, #5f58c5);
}
.btn-gradient-color-minsk-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #2f2e7e, #a7a4df);
}
.btn-gradient-color-minsk-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #2f2e7e, #17153c);
}
.btn-gradient-color-minsk-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #2f2e7e, #2f2e7e);
}
.btn-gradient-color-minsk-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #2f2e7e, #494779);
}
.btn-gradient-color-minsk-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #2f2e7e, #4d4ca5);
}
.btn-gradient-color-minsk-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #2f2e7e, #403c8b);
}
.btn-gradient-color-minsk-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #2f2e7e, #f9e2af);
}
.btn-gradient-color-minsk-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #2f2e7e, #f8c954);
}
.btn-gradient-color-minsk-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #2f2e7e, #f48972);
}
.btn-gradient-color-minsk-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #2f2e7e, #8bc990);
}
.btn-gradient-color-east-bay-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #494779, #007bff);
}
.btn-gradient-color-east-bay-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #494779, #6c757d);
}
.btn-gradient-color-east-bay-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #494779, #28a745);
}
.btn-gradient-color-east-bay-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #494779, #17a2b8);
}
.btn-gradient-color-east-bay-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #494779, #ffc107);
}
.btn-gradient-color-east-bay-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #494779, #dc3545);
}
.btn-gradient-color-east-bay-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #494779, #f1f1f1);
}
.btn-gradient-color-east-bay-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #494779, #a9a9a9);
}
.btn-gradient-color-east-bay-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #494779, #fff);
}
.btn-gradient-color-east-bay-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #494779, #f5f5f5);
}
.btn-gradient-color-east-bay-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #494779, #e1e1e1);
}
.btn-gradient-color-east-bay-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #494779, #ecf7ff);
}
.btn-gradient-color-east-bay-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #494779, #d0cfcd);
}
.btn-gradient-color-east-bay-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #494779, #a9a9a9);
}
.btn-gradient-color-east-bay-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #494779, #adb5bd);
}
.btn-gradient-color-east-bay-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #494779, #4a4a4a);
}
.btn-gradient-color-east-bay-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #494779, #c0daf3);
}
.btn-gradient-color-east-bay-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #494779, #9dcdf8);
}
.btn-gradient-color-east-bay-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #494779, #7dadd9);
}
.btn-gradient-color-east-bay-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #494779, #6cace4);
}
.btn-gradient-color-east-bay-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #494779, #216fb4);
}
.btn-gradient-color-east-bay-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #494779, #136dbe);
}
.btn-gradient-color-east-bay-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #494779, #1751b7);
}
.btn-gradient-color-east-bay-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #494779, #15578a);
}
.btn-gradient-color-east-bay-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #494779, #20558a);
}
.btn-gradient-color-east-bay-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #494779, #262262);
}
.btn-gradient-color-east-bay-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #494779, #2d2975);
}
.btn-gradient-color-east-bay-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #494779, #352f88);
}
.btn-gradient-color-east-bay-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #494779, #433cae);
}
.btn-gradient-color-east-bay-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #494779, #5f58c5);
}
.btn-gradient-color-east-bay-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #494779, #a7a4df);
}
.btn-gradient-color-east-bay-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #494779, #17153c);
}
.btn-gradient-color-east-bay-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #494779, #2f2e7e);
}
.btn-gradient-color-east-bay-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #494779, #494779);
}
.btn-gradient-color-east-bay-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #494779, #4d4ca5);
}
.btn-gradient-color-east-bay-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #494779, #403c8b);
}
.btn-gradient-color-east-bay-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #494779, #f9e2af);
}
.btn-gradient-color-east-bay-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #494779, #f8c954);
}
.btn-gradient-color-east-bay-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #494779, #f48972);
}
.btn-gradient-color-east-bay-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #494779, #8bc990);
}
.btn-gradient-color-victoria-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #4d4ca5, #007bff);
}
.btn-gradient-color-victoria-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #4d4ca5, #6c757d);
}
.btn-gradient-color-victoria-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #4d4ca5, #28a745);
}
.btn-gradient-color-victoria-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #4d4ca5, #17a2b8);
}
.btn-gradient-color-victoria-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #4d4ca5, #ffc107);
}
.btn-gradient-color-victoria-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #4d4ca5, #dc3545);
}
.btn-gradient-color-victoria-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #4d4ca5, #f1f1f1);
}
.btn-gradient-color-victoria-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #4d4ca5, #a9a9a9);
}
.btn-gradient-color-victoria-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #4d4ca5, #fff);
}
.btn-gradient-color-victoria-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #4d4ca5, #f5f5f5);
}
.btn-gradient-color-victoria-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #4d4ca5, #e1e1e1);
}
.btn-gradient-color-victoria-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #4d4ca5, #ecf7ff);
}
.btn-gradient-color-victoria-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #4d4ca5, #d0cfcd);
}
.btn-gradient-color-victoria-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #4d4ca5, #a9a9a9);
}
.btn-gradient-color-victoria-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #4d4ca5, #adb5bd);
}
.btn-gradient-color-victoria-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #4d4ca5, #4a4a4a);
}
.btn-gradient-color-victoria-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #4d4ca5, #c0daf3);
}
.btn-gradient-color-victoria-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #4d4ca5, #9dcdf8);
}
.btn-gradient-color-victoria-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #4d4ca5, #7dadd9);
}
.btn-gradient-color-victoria-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #4d4ca5, #6cace4);
}
.btn-gradient-color-victoria-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #4d4ca5, #216fb4);
}
.btn-gradient-color-victoria-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #4d4ca5, #136dbe);
}
.btn-gradient-color-victoria-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #4d4ca5, #1751b7);
}
.btn-gradient-color-victoria-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #4d4ca5, #15578a);
}
.btn-gradient-color-victoria-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #4d4ca5, #20558a);
}
.btn-gradient-color-victoria-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #4d4ca5, #262262);
}
.btn-gradient-color-victoria-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #4d4ca5, #2d2975);
}
.btn-gradient-color-victoria-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #4d4ca5, #352f88);
}
.btn-gradient-color-victoria-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #4d4ca5, #433cae);
}
.btn-gradient-color-victoria-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #4d4ca5, #5f58c5);
}
.btn-gradient-color-victoria-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #4d4ca5, #a7a4df);
}
.btn-gradient-color-victoria-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #4d4ca5, #17153c);
}
.btn-gradient-color-victoria-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #4d4ca5, #2f2e7e);
}
.btn-gradient-color-victoria-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #4d4ca5, #494779);
}
.btn-gradient-color-victoria-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #4d4ca5, #4d4ca5);
}
.btn-gradient-color-victoria-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #4d4ca5, #403c8b);
}
.btn-gradient-color-victoria-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #4d4ca5, #f9e2af);
}
.btn-gradient-color-victoria-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #4d4ca5, #f8c954);
}
.btn-gradient-color-victoria-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #4d4ca5, #f48972);
}
.btn-gradient-color-victoria-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #4d4ca5, #8bc990);
}
.btn-gradient-color-gigas-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #403c8b, #007bff);
}
.btn-gradient-color-gigas-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #403c8b, #6c757d);
}
.btn-gradient-color-gigas-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #403c8b, #28a745);
}
.btn-gradient-color-gigas-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #403c8b, #17a2b8);
}
.btn-gradient-color-gigas-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #403c8b, #ffc107);
}
.btn-gradient-color-gigas-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #403c8b, #dc3545);
}
.btn-gradient-color-gigas-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #403c8b, #f1f1f1);
}
.btn-gradient-color-gigas-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #403c8b, #a9a9a9);
}
.btn-gradient-color-gigas-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #403c8b, #fff);
}
.btn-gradient-color-gigas-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #403c8b, #f5f5f5);
}
.btn-gradient-color-gigas-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #403c8b, #e1e1e1);
}
.btn-gradient-color-gigas-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #403c8b, #ecf7ff);
}
.btn-gradient-color-gigas-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #403c8b, #d0cfcd);
}
.btn-gradient-color-gigas-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #403c8b, #a9a9a9);
}
.btn-gradient-color-gigas-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #403c8b, #adb5bd);
}
.btn-gradient-color-gigas-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #403c8b, #4a4a4a);
}
.btn-gradient-color-gigas-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #403c8b, #c0daf3);
}
.btn-gradient-color-gigas-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #403c8b, #9dcdf8);
}
.btn-gradient-color-gigas-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #403c8b, #7dadd9);
}
.btn-gradient-color-gigas-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #403c8b, #6cace4);
}
.btn-gradient-color-gigas-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #403c8b, #216fb4);
}
.btn-gradient-color-gigas-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #403c8b, #136dbe);
}
.btn-gradient-color-gigas-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #403c8b, #1751b7);
}
.btn-gradient-color-gigas-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #403c8b, #15578a);
}
.btn-gradient-color-gigas-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #403c8b, #20558a);
}
.btn-gradient-color-gigas-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #403c8b, #262262);
}
.btn-gradient-color-gigas-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #403c8b, #2d2975);
}
.btn-gradient-color-gigas-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #403c8b, #352f88);
}
.btn-gradient-color-gigas-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #403c8b, #433cae);
}
.btn-gradient-color-gigas-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #403c8b, #5f58c5);
}
.btn-gradient-color-gigas-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #403c8b, #a7a4df);
}
.btn-gradient-color-gigas-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #403c8b, #17153c);
}
.btn-gradient-color-gigas-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #403c8b, #2f2e7e);
}
.btn-gradient-color-gigas-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #403c8b, #494779);
}
.btn-gradient-color-gigas-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #403c8b, #4d4ca5);
}
.btn-gradient-color-gigas-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #403c8b, #403c8b);
}
.btn-gradient-color-gigas-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #403c8b, #f9e2af);
}
.btn-gradient-color-gigas-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #403c8b, #f8c954);
}
.btn-gradient-color-gigas-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #403c8b, #f48972);
}
.btn-gradient-color-gigas-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #403c8b, #8bc990);
}
.btn-gradient-color-peach-yellow-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #f9e2af, #007bff);
}
.btn-gradient-color-peach-yellow-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #f9e2af, #6c757d);
}
.btn-gradient-color-peach-yellow-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #f9e2af, #28a745);
}
.btn-gradient-color-peach-yellow-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #f9e2af, #17a2b8);
}
.btn-gradient-color-peach-yellow-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #f9e2af, #ffc107);
}
.btn-gradient-color-peach-yellow-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #f9e2af, #dc3545);
}
.btn-gradient-color-peach-yellow-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #f9e2af, #f1f1f1);
}
.btn-gradient-color-peach-yellow-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #f9e2af, #a9a9a9);
}
.btn-gradient-color-peach-yellow-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #f9e2af, #fff);
}
.btn-gradient-color-peach-yellow-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #f9e2af, #f5f5f5);
}
.btn-gradient-color-peach-yellow-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #f9e2af, #e1e1e1);
}
.btn-gradient-color-peach-yellow-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #f9e2af, #ecf7ff);
}
.btn-gradient-color-peach-yellow-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #f9e2af, #d0cfcd);
}
.btn-gradient-color-peach-yellow-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #f9e2af, #a9a9a9);
}
.btn-gradient-color-peach-yellow-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #f9e2af, #adb5bd);
}
.btn-gradient-color-peach-yellow-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #f9e2af, #4a4a4a);
}
.btn-gradient-color-peach-yellow-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #f9e2af, #c0daf3);
}
.btn-gradient-color-peach-yellow-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #f9e2af, #9dcdf8);
}
.btn-gradient-color-peach-yellow-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #f9e2af, #7dadd9);
}
.btn-gradient-color-peach-yellow-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #f9e2af, #6cace4);
}
.btn-gradient-color-peach-yellow-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #f9e2af, #216fb4);
}
.btn-gradient-color-peach-yellow-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #f9e2af, #136dbe);
}
.btn-gradient-color-peach-yellow-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #f9e2af, #1751b7);
}
.btn-gradient-color-peach-yellow-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #f9e2af, #15578a);
}
.btn-gradient-color-peach-yellow-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #f9e2af, #20558a);
}
.btn-gradient-color-peach-yellow-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #f9e2af, #262262);
}
.btn-gradient-color-peach-yellow-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #f9e2af, #2d2975);
}
.btn-gradient-color-peach-yellow-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #f9e2af, #352f88);
}
.btn-gradient-color-peach-yellow-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #f9e2af, #433cae);
}
.btn-gradient-color-peach-yellow-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #f9e2af, #5f58c5);
}
.btn-gradient-color-peach-yellow-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #f9e2af, #a7a4df);
}
.btn-gradient-color-peach-yellow-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #f9e2af, #17153c);
}
.btn-gradient-color-peach-yellow-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #f9e2af, #2f2e7e);
}
.btn-gradient-color-peach-yellow-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #f9e2af, #494779);
}
.btn-gradient-color-peach-yellow-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #f9e2af, #4d4ca5);
}
.btn-gradient-color-peach-yellow-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #f9e2af, #403c8b);
}
.btn-gradient-color-peach-yellow-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #f9e2af, #f9e2af);
}
.btn-gradient-color-peach-yellow-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #f9e2af, #f8c954);
}
.btn-gradient-color-peach-yellow-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #f9e2af, #f48972);
}
.btn-gradient-color-peach-yellow-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #f9e2af, #8bc990);
}
.btn-gradient-color-saffron-mango-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #f8c954, #007bff);
}
.btn-gradient-color-saffron-mango-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #f8c954, #6c757d);
}
.btn-gradient-color-saffron-mango-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #f8c954, #28a745);
}
.btn-gradient-color-saffron-mango-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #f8c954, #17a2b8);
}
.btn-gradient-color-saffron-mango-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #f8c954, #ffc107);
}
.btn-gradient-color-saffron-mango-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #f8c954, #dc3545);
}
.btn-gradient-color-saffron-mango-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #f8c954, #f1f1f1);
}
.btn-gradient-color-saffron-mango-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #f8c954, #a9a9a9);
}
.btn-gradient-color-saffron-mango-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #f8c954, #fff);
}
.btn-gradient-color-saffron-mango-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #f8c954, #f5f5f5);
}
.btn-gradient-color-saffron-mango-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #f8c954, #e1e1e1);
}
.btn-gradient-color-saffron-mango-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #f8c954, #ecf7ff);
}
.btn-gradient-color-saffron-mango-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #f8c954, #d0cfcd);
}
.btn-gradient-color-saffron-mango-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #f8c954, #a9a9a9);
}
.btn-gradient-color-saffron-mango-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #f8c954, #adb5bd);
}
.btn-gradient-color-saffron-mango-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #f8c954, #4a4a4a);
}
.btn-gradient-color-saffron-mango-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #f8c954, #c0daf3);
}
.btn-gradient-color-saffron-mango-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #f8c954, #9dcdf8);
}
.btn-gradient-color-saffron-mango-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #f8c954, #7dadd9);
}
.btn-gradient-color-saffron-mango-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #f8c954, #6cace4);
}
.btn-gradient-color-saffron-mango-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #f8c954, #216fb4);
}
.btn-gradient-color-saffron-mango-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #f8c954, #136dbe);
}
.btn-gradient-color-saffron-mango-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #f8c954, #1751b7);
}
.btn-gradient-color-saffron-mango-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #f8c954, #15578a);
}
.btn-gradient-color-saffron-mango-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #f8c954, #20558a);
}
.btn-gradient-color-saffron-mango-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #f8c954, #262262);
}
.btn-gradient-color-saffron-mango-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #f8c954, #2d2975);
}
.btn-gradient-color-saffron-mango-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #f8c954, #352f88);
}
.btn-gradient-color-saffron-mango-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #f8c954, #433cae);
}
.btn-gradient-color-saffron-mango-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #f8c954, #5f58c5);
}
.btn-gradient-color-saffron-mango-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #f8c954, #a7a4df);
}
.btn-gradient-color-saffron-mango-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #f8c954, #17153c);
}
.btn-gradient-color-saffron-mango-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #f8c954, #2f2e7e);
}
.btn-gradient-color-saffron-mango-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #f8c954, #494779);
}
.btn-gradient-color-saffron-mango-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #f8c954, #4d4ca5);
}
.btn-gradient-color-saffron-mango-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #f8c954, #403c8b);
}
.btn-gradient-color-saffron-mango-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #f8c954, #f9e2af);
}
.btn-gradient-color-saffron-mango-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #f8c954, #f8c954);
}
.btn-gradient-color-saffron-mango-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #f8c954, #f48972);
}
.btn-gradient-color-saffron-mango-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #f8c954, #8bc990);
}
.btn-gradient-color-froly-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #f48972, #007bff);
}
.btn-gradient-color-froly-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #f48972, #6c757d);
}
.btn-gradient-color-froly-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #f48972, #28a745);
}
.btn-gradient-color-froly-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #f48972, #17a2b8);
}
.btn-gradient-color-froly-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #f48972, #ffc107);
}
.btn-gradient-color-froly-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #f48972, #dc3545);
}
.btn-gradient-color-froly-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #f48972, #f1f1f1);
}
.btn-gradient-color-froly-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #f48972, #a9a9a9);
}
.btn-gradient-color-froly-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #f48972, #fff);
}
.btn-gradient-color-froly-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #f48972, #f5f5f5);
}
.btn-gradient-color-froly-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #f48972, #e1e1e1);
}
.btn-gradient-color-froly-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #f48972, #ecf7ff);
}
.btn-gradient-color-froly-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #f48972, #d0cfcd);
}
.btn-gradient-color-froly-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #f48972, #a9a9a9);
}
.btn-gradient-color-froly-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #f48972, #adb5bd);
}
.btn-gradient-color-froly-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #f48972, #4a4a4a);
}
.btn-gradient-color-froly-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #f48972, #c0daf3);
}
.btn-gradient-color-froly-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #f48972, #9dcdf8);
}
.btn-gradient-color-froly-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #f48972, #7dadd9);
}
.btn-gradient-color-froly-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #f48972, #6cace4);
}
.btn-gradient-color-froly-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #f48972, #216fb4);
}
.btn-gradient-color-froly-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #f48972, #136dbe);
}
.btn-gradient-color-froly-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #f48972, #1751b7);
}
.btn-gradient-color-froly-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #f48972, #15578a);
}
.btn-gradient-color-froly-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #f48972, #20558a);
}
.btn-gradient-color-froly-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #f48972, #262262);
}
.btn-gradient-color-froly-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #f48972, #2d2975);
}
.btn-gradient-color-froly-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #f48972, #352f88);
}
.btn-gradient-color-froly-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #f48972, #433cae);
}
.btn-gradient-color-froly-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #f48972, #5f58c5);
}
.btn-gradient-color-froly-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #f48972, #a7a4df);
}
.btn-gradient-color-froly-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #f48972, #17153c);
}
.btn-gradient-color-froly-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #f48972, #2f2e7e);
}
.btn-gradient-color-froly-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #f48972, #494779);
}
.btn-gradient-color-froly-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #f48972, #4d4ca5);
}
.btn-gradient-color-froly-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #f48972, #403c8b);
}
.btn-gradient-color-froly-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #f48972, #f9e2af);
}
.btn-gradient-color-froly-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #f48972, #f8c954);
}
.btn-gradient-color-froly-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #f48972, #f48972);
}
.btn-gradient-color-froly-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #f48972, #8bc990);
}
.btn-gradient-color-de-york-primary {
  color: #007bff;
  background-image: linear-gradient(0deg, #8bc990, #007bff);
}
.btn-gradient-color-de-york-secondary {
  color: #6c757d;
  background-image: linear-gradient(0deg, #8bc990, #6c757d);
}
.btn-gradient-color-de-york-success {
  color: #28a745;
  background-image: linear-gradient(0deg, #8bc990, #28a745);
}
.btn-gradient-color-de-york-info {
  color: #17a2b8;
  background-image: linear-gradient(0deg, #8bc990, #17a2b8);
}
.btn-gradient-color-de-york-warning {
  color: #ffc107;
  background-image: linear-gradient(0deg, #8bc990, #ffc107);
}
.btn-gradient-color-de-york-danger {
  color: #dc3545;
  background-image: linear-gradient(0deg, #8bc990, #dc3545);
}
.btn-gradient-color-de-york-light {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #8bc990, #f1f1f1);
}
.btn-gradient-color-de-york-dark {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #8bc990, #a9a9a9);
}
.btn-gradient-color-de-york-color-white {
  color: #fff;
  background-image: linear-gradient(0deg, #8bc990, #fff);
}
.btn-gradient-color-de-york-color-wild-sand {
  color: #f5f5f5;
  background-image: linear-gradient(0deg, #8bc990, #f5f5f5);
}
.btn-gradient-color-de-york-color-mercury {
  color: #e1e1e1;
  background-image: linear-gradient(0deg, #8bc990, #e1e1e1);
}
.btn-gradient-color-de-york-color-solitude {
  color: #ecf7ff;
  background-image: linear-gradient(0deg, #8bc990, #ecf7ff);
}
.btn-gradient-color-de-york-color-quill-gray {
  color: #d0cfcd;
  background-image: linear-gradient(0deg, #8bc990, #d0cfcd);
}
.btn-gradient-color-de-york-color-silver-chalice {
  color: #a9a9a9;
  background-image: linear-gradient(0deg, #8bc990, #a9a9a9);
}
.btn-gradient-color-de-york-color-hit-gray {
  color: #adb5bd;
  background-image: linear-gradient(0deg, #8bc990, #adb5bd);
}
.btn-gradient-color-de-york-color-tundora {
  color: #4a4a4a;
  background-image: linear-gradient(0deg, #8bc990, #4a4a4a);
}
.btn-gradient-color-de-york-color-blizzard-blue {
  color: #c0daf3;
  background-image: linear-gradient(0deg, #8bc990, #c0daf3);
}
.btn-gradient-color-de-york-color-sail {
  color: #9dcdf8;
  background-image: linear-gradient(0deg, #8bc990, #9dcdf8);
}
.btn-gradient-color-de-york-color-danube {
  color: #7dadd9;
  background-image: linear-gradient(0deg, #8bc990, #7dadd9);
}
.btn-gradient-color-de-york-color-seagull {
  color: #6cace4;
  background-image: linear-gradient(0deg, #8bc990, #6cace4);
}
.btn-gradient-color-de-york-color-matisse {
  color: #216fb4;
  background-image: linear-gradient(0deg, #8bc990, #216fb4);
}
.btn-gradient-color-de-york-color-denim {
  color: #136dbe;
  background-image: linear-gradient(0deg, #8bc990, #136dbe);
}
.btn-gradient-color-de-york-color-tory-blue {
  color: #1751b7;
  background-image: linear-gradient(0deg, #8bc990, #1751b7);
}
.btn-gradient-color-de-york-color-chathams-blue {
  color: #15578a;
  background-image: linear-gradient(0deg, #8bc990, #15578a);
}
.btn-gradient-color-de-york-color-blumine {
  color: #20558a;
  background-image: linear-gradient(0deg, #8bc990, #20558a);
}
.btn-gradient-color-de-york-color-primary {
  color: #262262;
  background-image: linear-gradient(0deg, #8bc990, #262262);
}
.btn-gradient-color-de-york-color-port-gore-5 {
  color: #2d2975;
  background-image: linear-gradient(0deg, #8bc990, #2d2975);
}
.btn-gradient-color-de-york-color-port-gore-10 {
  color: #352f88;
  background-image: linear-gradient(0deg, #8bc990, #352f88);
}
.btn-gradient-color-de-york-color-port-gore-20 {
  color: #433cae;
  background-image: linear-gradient(0deg, #8bc990, #433cae);
}
.btn-gradient-color-de-york-color-port-gore-30 {
  color: #5f58c5;
  background-image: linear-gradient(0deg, #8bc990, #5f58c5);
}
.btn-gradient-color-de-york-color-port-gore-50 {
  color: #a7a4df;
  background-image: linear-gradient(0deg, #8bc990, #a7a4df);
}
.btn-gradient-color-de-york-color-port-gore-darker {
  color: #17153c;
  background-image: linear-gradient(0deg, #8bc990, #17153c);
}
.btn-gradient-color-de-york-color-minsk {
  color: #2f2e7e;
  background-image: linear-gradient(0deg, #8bc990, #2f2e7e);
}
.btn-gradient-color-de-york-color-east-bay {
  color: #494779;
  background-image: linear-gradient(0deg, #8bc990, #494779);
}
.btn-gradient-color-de-york-color-victoria {
  color: #4d4ca5;
  background-image: linear-gradient(0deg, #8bc990, #4d4ca5);
}
.btn-gradient-color-de-york-color-gigas {
  color: #403c8b;
  background-image: linear-gradient(0deg, #8bc990, #403c8b);
}
.btn-gradient-color-de-york-color-peach-yellow {
  color: #f9e2af;
  background-image: linear-gradient(0deg, #8bc990, #f9e2af);
}
.btn-gradient-color-de-york-color-saffron-mango {
  color: #f8c954;
  background-image: linear-gradient(0deg, #8bc990, #f8c954);
}
.btn-gradient-color-de-york-color-froly {
  color: #f48972;
  background-image: linear-gradient(0deg, #8bc990, #f48972);
}
.btn-gradient-color-de-york-color-de-york {
  color: #8bc990;
  background-image: linear-gradient(0deg, #8bc990, #8bc990);
}
.btn.gtm-button {
  font-size: 16px;
  height: auto;
  text-align: center;
  display: inline-block;
}
@media (min-width: 992px) {
  .btn.gtm-button {
    padding: 10px 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 30px;
  }
}
.footer .btn {
  font-size: 16px;
  text-transform: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.btn {
  height: 40px;
  font-weight: 700;
  letter-spacing: 1.8px;
  display: inline-block;
  height: auto;
  line-height: 30px;
  padding: 10px 30px;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  opacity: 1;
  transition: background 0.3s;
  border: none;
}
@media (min-width: 992px) {
  .btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    line-height: 50px;
    padding: 0 30px;
  }
}
.btn .show-on-open {
  display: block;
}
.btn.collapsed .show-on-open,
.btn .show-on-close {
  display: none;
}
.btn.collapsed .show-on-close {
  display: block;
}
.btn-dark {
  color: #fff;
  background-image: linear-gradient(0deg, #262262, #2f2e7e);
}
.btn-dark:hover {
  color: #fff;
  background-image: linear-gradient(0deg, #403c8b, #4d4ca5);
}
.btn-light {
  color: #262262;
  background-image: linear-gradient(180deg, #9dcdf8, #6cace4);
}
.btn-light:hover {
  background-color: red;
  background-image: linear-gradient(180deg, #c4e1fc, #98c7ef);
}
.btn-sub {
  background-image: linear-gradient(180deg, #f8c954, #f1ad05);
  width: 90%;
  font-weight: 700;
  font-size: 20px;
  height: auto;
  line-height: 30px;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  opacity: 1;
  transition: background 0.3s;
  border: none;
}
.mobile-flush-right {
  width: 60px;
  padding: 5px;
  font-size: 0.875rem;
  display: block;
  background-color: #262262;
  color: #fff;
  text-align: center;
  width: 75px;
  line-height: inherit;
  font-weight: 500;
  border-radius: 0;
  float: right;
}
@media (min-width: 768px) {
  .mobile-flush-right {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .mobile-flush-right {
    border-radius: 5px;
    width: auto;
    font-size: 1rem;
    padding: 10px 40px;
  }
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000;
  opacity: 0.75;
}
.hamburger {
  padding: 0;
}
.mobileShow {
  display: block;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.btn-readmore {
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
.btn-readmore:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 5px;
  background-repeat: no-repeat;
  background-image: url(/sfsites/c/resource/aouarrowdownblue);
  background-size: contain;
}
#readMore .card-body {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.btn.btn-disabled {
  opacity: 1;
  background-color: #acacac;
}
.dropdown-menu {
  padding: 0;
  margin: 0;
  border-radius: 0;
  z-index: 8888;
  border: none;
  border-top: 1px solid #e1e1e1;
  background-color: #f6f6f6;
}
.dropdown-menu.submenu {
  width: 100%;
}
.dropdown-menu.submenu .dropdown-item {
  padding: 0;
  overflow: hidden;
}
.dropdown-menu .level-3 span {
  font-weight: 400;
}
.fa-chevron-down,
.fa-chevron-up {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #262262;
  font-size: 1.25rem;
}
/*
  .dropdown-item a {
    display: block;
    white-space: normal;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #262262;
    position: relative;
  }
  .dropdown-item a:hover {
    border-left: 10px solid #262262;
  }
  */
@media (min-width: 992px) {
  .dropdown-item a:hover {
    border: 0;
    background-color: #262262;
    color: #fff;
  }
}
.read-more-toggle {
  font-size: 0.8rem;
  padding: 0;
  line-height: 0;
}
.read-more-toggle > .fa-chevron-down {
  font-size: 0.8rem;
  position: relative;
  top: 0;
  left: 5px;
}
.dropdown-toggle {
  white-space: normal;
  max-width: 100%;
}
.dropdown-toggle.btn-dark .fa-chevron-down,
.dropdown-toggle.btn-dark .fa-chevron-up {
  color: #fff;
}
.dropdown-toggle .fa-chevron-down,
.dropdown-toggle .fa-chevron-up {
  font-size: 1rem;
  top: 15px;
}
.dropdown-toggle:after,
.dropup .dropdown-toggle:after {
  display: none;
}
@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-toggle {
    white-space: inherit;
  }
  .dropdown-toggle:after {
    display: none;
  }
  .dropdown-item a {
    padding-left: 10px;
  }
}
.list-secondary-nav {
  background-color: #f0f5fa;
  border-top: 5px solid #6cace4;
  border-bottom: 5px solid #6cace4;
  padding: 15px;
  color: #262262;
}
.list-secondary-nav h2 {
  text-align: center;
}
.list-secondary-nav ul li {
  list-style: none;
  border-bottom: 1px solid #6cace4;
  padding: 10px 0;
}
.list-secondary-nav ul a {
  color: #262262;
  text-decoration: underline;
  font-weight: 700;
}
.list-group-item {
  color: #3b3b3b;
}
.svg--colorable circle,
.svg--colorable ellipse,
.svg--colorable g,
.svg--colorable line,
.svg--colorable path,
.svg--colorable polygon,
.svg--colorable polyline,
.svg--colorable rect,
.svg--colorable svg,
.svg--colorable text {
  color: currentColor;
  fill: currentColor;
}
.svg--icon {
  display: inline-block;
  width: 2.5rem;
}
.svg--icon svg {
  display: block;
  width: 18.75rem;
  max-width: 100%;
  max-height: 18.75rem;
  height: auto;
}
.svg--icon circle,
.svg--icon ellipse,
.svg--icon g,
.svg--icon line,
.svg--icon path,
.svg--icon polygon,
.svg--icon polyline,
.svg--icon rect,
.svg--icon svg,
.svg--icon text {
  color: currentColor;
  fill: currentColor;
}
.icon--chevron-down {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cpath d='M250 455.7L-2.1 203.6 73.5 128 250 317.1 426.5 128l75.6 75.6L250 455.7z'/%3E%3C/svg%3E")
    50% no-repeat;
}
.icon--chevron-down,
.icon--chevron-left {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
}
.icon--chevron-left {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cpath d='M82.1 250.6L330.5 2.3 405 76.8 218.7 250.6 405 424.5 330.5 499 82.1 250.6z'/%3E%3C/svg%3E")
    50% no-repeat;
}
.icon--chevron-right {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cpath d='M166.6 499l-74.5-74.5 186.3-173.9L92.1 76.8l74.5-74.5L415 250.6 166.6 499z'/%3E%3C/svg%3E")
    50% no-repeat;
}
.icon--chevron-right,
.icon--chevron-up {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
}
.icon--chevron-up {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cpath d='M250 68l252.1 252.1-75.6 75.6-176.5-189-176.5 189-75.6-75.6L250 68z'/%3E%3C/svg%3E")
    50% no-repeat;
}
.icon--close {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cpath d='M250 179.9L70-.1l-70 70 180 180-180 180 70 70 180-180 180 180 70-70-180-180 180-180-70-70-180 180z'/%3E%3C/svg%3E")
    50% no-repeat;
}
.icon--close,
.icon--menu {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
}
.icon--menu {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cpath d='M0 0h500v103.4H0zm0 197.6h500V301H0zm0 199h500V500H0z'/%3E%3C/svg%3E")
    50% no-repeat;
}
.icon--person {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cpath d='M460 463.6c0 19.6-15.9 35.4-35.4 35.4H69.8c-19.6 0-35.5-15.8-35.6-35.4V428c0-93.4 141.9-141.9 141.9-141.9s8.2-14.5 0-35.5c-29.8-22-33.5-56.4-35.5-141.9C146.8 23.1 206.9 2.3 247.1 2.3S347.4 23 353.6 108.7c-2 85.5-5.7 119.9-35.5 141.9-8.2 20.9 0 35.5 0 35.5S460 334.6 460 428v35.6z'/%3E%3C/svg%3E")
    50% no-repeat;
}
.icon--person,
.icon--search {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
}
.icon--search {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cpath class='st0' d='M470.5 471.5L368.9 335.4c67.1-69.1 77.2-178.9 18.3-258.1C348.5 28.5 289.6 0 226.6 0c-42.7 0-83.3 14.2-117.9 40.7-87.4 65-105.7 189-38.6 276.4 38.6 50.8 95.5 79.3 158.5 79.3 36.6 0 73.2-10.2 103.7-30.5L433.9 500l36.6-28.5zM106.7 288.6C55.9 221.5 70.1 128 137.2 77.2c26.4-20.3 56.9-30.5 91.5-30.5 48.8 0 91.5 22.4 119.9 61 50.8 67.1 36.6 160.6-30.5 211.4-26.4 20.3-56.9 30.5-91.5 30.5-46.8 0-91.5-22.4-119.9-61z'/%3E%3C/svg%3E")
    50% no-repeat;
}
.color-fill--primary,
.color-stroke--primary {
  color: #007bff;
}
.color-stroke--primary svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--secondary,
.color-stroke--secondary {
  color: #6c757d;
}
.color-stroke--secondary svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--success,
.color-stroke--success {
  color: #28a745;
}
.color-stroke--success svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--info,
.color-stroke--info {
  color: #17a2b8;
}
.color-stroke--info svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--warning,
.color-stroke--warning {
  color: #ffc107;
}
.color-stroke--warning svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--danger,
.color-stroke--danger {
  color: #dc3545;
}
.color-stroke--danger svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--light,
.color-stroke--light {
  color: #f1f1f1;
}
.color-stroke--light svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--dark,
.color-stroke--dark {
  color: #a9a9a9;
}
.color-stroke--dark svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--color-white,
.color-stroke--color-white {
  color: #fff;
}
.color-stroke--color-white svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--color-wild-sand,
.color-stroke--color-wild-sand {
  color: #f5f5f5;
}
.color-stroke--color-wild-sand svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--color-mercury,
.color-stroke--color-mercury {
  color: #e1e1e1;
}
.color-stroke--color-mercury svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--color-solitude,
.color-stroke--color-solitude {
  color: #ecf7ff;
}
.color-stroke--color-solitude svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--color-quill-gray,
.color-stroke--color-quill-gray {
  color: #d0cfcd;
}
.color-stroke--color-quill-gray svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--color-silver-chalice,
.color-stroke--color-silver-chalice {
  color: #a9a9a9;
}
.color-stroke--color-silver-chalice svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--color-hit-gray,
.color-stroke--color-hit-gray {
  color: #adb5bd;
}
.color-stroke--color-hit-gray svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--color-tundora,
.color-stroke--color-tundora {
  color: #4a4a4a;
}
.color-stroke--color-tundora svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--color-blizzard-blue,
.color-stroke--color-blizzard-blue {
  color: #c0daf3;
}
.color-stroke--color-blizzard-blue svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--color-sail,
.color-stroke--color-sail {
  color: #9dcdf8;
}
.color-stroke--color-sail svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--color-danube,
.color-stroke--color-danube {
  color: #7dadd9;
}
.color-stroke--color-danube svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--color-seagull,
.color-stroke--color-seagull {
  color: #6cace4;
}
.color-stroke--color-seagull svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--color-matisse,
.color-stroke--color-matisse {
  color: #216fb4;
}
.color-stroke--color-matisse svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--color-denim,
.color-stroke--color-denim {
  color: #136dbe;
}
.color-stroke--color-denim svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--color-tory-blue,
.color-stroke--color-tory-blue {
  color: #1751b7;
}
.color-stroke--color-tory-blue svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--color-chathams-blue,
.color-stroke--color-chathams-blue {
  color: #15578a;
}
.color-stroke--color-chathams-blue svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--color-blumine,
.color-stroke--color-blumine {
  color: #20558a;
}
.color-stroke--color-blumine svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--color-primary,
.color-stroke--color-primary {
  color: #262262;
}
.color-stroke--color-primary svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--color-port-gore-5,
.color-stroke--color-port-gore-5 {
  color: #2d2975;
}
.color-stroke--color-port-gore-5 svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--color-port-gore-10,
.color-stroke--color-port-gore-10 {
  color: #352f88;
}
.color-stroke--color-port-gore-10 svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--color-port-gore-20,
.color-stroke--color-port-gore-20 {
  color: #433cae;
}
.color-stroke--color-port-gore-20 svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--color-port-gore-30,
.color-stroke--color-port-gore-30 {
  color: #5f58c5;
}
.color-stroke--color-port-gore-30 svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--color-port-gore-50,
.color-stroke--color-port-gore-50 {
  color: #a7a4df;
}
.color-stroke--color-port-gore-50 svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--color-port-gore-darker,
.color-stroke--color-port-gore-darker {
  color: #17153c;
}
.color-stroke--color-port-gore-darker svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--color-minsk,
.color-stroke--color-minsk {
  color: #2f2e7e;
}
.color-stroke--color-minsk svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--color-east-bay,
.color-stroke--color-east-bay {
  color: #494779;
}
.color-stroke--color-east-bay svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--color-victoria,
.color-stroke--color-victoria {
  color: #4d4ca5;
}
.color-stroke--color-victoria svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--color-gigas,
.color-stroke--color-gigas {
  color: #403c8b;
}
.color-stroke--color-gigas svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--color-peach-yellow,
.color-stroke--color-peach-yellow {
  color: #f9e2af;
}
.color-stroke--color-peach-yellow svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--color-saffron-mango,
.color-stroke--color-saffron-mango {
  color: #f8c954;
}
.color-stroke--color-saffron-mango svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--color-froly,
.color-stroke--color-froly {
  color: #f48972;
}
.color-stroke--color-froly svg {
  stroke: currentColor;
  fill: none;
}
.color-fill--color-de-york,
.color-stroke--color-de-york {
  color: #8bc990;
}
.color-stroke--color-de-york svg {
  stroke: currentColor;
  fill: none;
}
.color-inherit {
  color: inherit;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white p {
  color: #fff;
}
span.extlink {
  margin-left: 5px;
}
.basic-content-body h2,
.basic-content-body h3 {
  font-family: "Helvetica", Arial, sans-serif;
  font-style: normal;
  font-stretch: normal;
  color: #262262;
}
.basic-content-body h2 {
  letter-spacing: -0.4px;
  font-size: 30px;
  font-weight: 400;
}
.basic-content-body h3 {
  font-size: 1.375rem;
}
.basic-content-body li {
  margin-bottom: 15px;
}
.basic-content-body .floating-image {
  max-width: 40%;
}
.basic-content-body .pull-quote {
  margin: 20px 0 40px;
}
@media (min-width: 992px) {
  .basic-content-body .pull-quote {
    display: block;
    float: right;
    width: 35vw;
    margin: 0 45px;
    max-width: 500px;
  }
}
.basic-content-body .pull-quote p {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.25;
}
.basic-content-body.featured-staff a:hover img {
  opacity: 0.5;
}
@media only screen and (min-width: 767px) {
  .basic-content-body.featured-staff .floating-image {
    max-width: 280px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .basic-content-body.featured-staff .floating-image {
    max-width: 100%;
  }
}
.basic-content-body.featured-staff ul {
  padding-left: 15px;
}
.funding {
  margin: 0 auto;
  text-align: center;
}
.funding h2 {
  text-align: center;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.04;
  letter-spacing: -0.4px;
  color: #fff;
}
@media (min-width: 992px) {
  .funding h2 {
    font-size: 48px;
  }
}
.funding p {
  text-align: center;
  font-size: 18px;
  margin: 0 0 20px;
}
.page-title {
  font-size: 36px;
  line-height: 1.2;
  color: #262262;
  margin: 30px auto;
}
.page-title,
h2.basic-content-no-image {
  font-family: "Helvetica", Arial, sans-serif;
  letter-spacing: -0.4px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
}
h2.basic-content-no-image {
  font-size: 48px;
  line-height: 1.04;
  color: #fff;
}
.basic-content-no-image p {
  margin: 0 0 20px;
  text-align: center;
  font-size: 18px;
}
.funding {
  padding-top: 65px;
  padding-bottom: 65px;
  color: #fff;
  background-color: #262262;
}
.member-info {
  margin: 30px 0;
  background-color: #6cace4;
  padding: 15px;
  color: #262262;
}
.member-title {
  margin: 0;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.4px;
  line-height: 1.33;
  color: #262262;
}
.member-reference a {
  color: #262262;
  font-size: 16px;
}
h2.block-title {
  border-bottom: 3px solid #6cace4;
  padding-bottom: 20px;
  margin-bottom: 5px;
  color: #262262;
  font-size: 24px;
}
.related-news-media {
  padding: 0;
}
.related-news-media a {
  font-size: 18px;
}
.related-news-media .views-field-created {
  font-size: 14px;
  margin: 10px 0;
}
.related-news-media em {
  font-weight: 700;
}
.member__twitter a {
  font-size: 18px;
}
.member__twitter span.fa-stack {
  margin-right: 15px;
  color: #262262;
  height: 1.5em;
  top: 10px;
}
#explore-more-groups {
  color: #fff;
  background-color: #262262;
  padding: 15px;
  font-size: 22px;
  font-weight: 700;
}
.related-video h3 {
  font-size: 18px;
  color: #216fb4;
}
.related-video p {
  font-size: 14px;
}
.profile-image img {
  width: 100%;
}
.related-content {
  margin-top: 44px;
  position: relative;
  padding-top: 60px;
  padding-bottom: 70px;
  margin-bottom: -50px;
  background: #c0daf3;
}
.related-content .related-content-title {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: #262262;
}
.related-content a {
  color: #262262;
  text-decoration: none;
}
.related-content a:hover {
  text-decoration: underline;
}
.related-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.related-content ul li {
  padding: 12px 0;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  color: #262262;
}
.related-content ul li a {
  color: #262262;
  text-decoration: none;
}
.home-news-title {
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 1.04;
  letter-spacing: -0.4px;
  text-align: center;
  color: #262262;
  margin-top: 50px;
  margin-bottom: 20px;
}
#backToTopBtn {
  position: fixed;
  display: none;
  right: 5%;
  bottom: 30px;
  padding: 5px;
  z-index: 999;
  border-radius: 3px;
  box-shadow: 0 1px 3px #a9a9a9;
  background-image: linear-gradient(180deg, #9dcdf8, #6cace4);
  color: #262262;
  font-weight: 700;
  border: none;
}
.section-title {
  border-bottom: 3px solid #6cace4;
  padding-bottom: 20px;
  margin-bottom: 5px;
  color: #262262;
  font-size: 24px;
}
.dynamic-container .section-title {
  margin-bottom: 15px;
}
.member-name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.staff-show-more-button-container,
.views-element-container nav {
  width: 100%;
}
.pager,
.pager__items {
  position: relative;
  bottom: 15px;
  width: 100%;
  background: none;
  margin: 0 0 0.75em;
  padding: 0;
  clear: both;
  text-align: center;
}
.pager:before,
.pager__items:before {
  content: "";
  height: 250px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(236, 246, 255, 0) 0, #fff 50%, #fff);
  overflow: hidden;
}
.pager__items li,
.pager li {
  margin: 0;
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0.5em;
}
.pager .pager__item a,
.pager__items .pager__item a {
  position: relative;
  display: inline-block;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #262262;
}
.pager .pager__item a:focus,
.pager .pager__item a:hover,
.pager__items .pager__item a:focus,
.pager__items .pager__item a:hover {
  text-decoration: none;
}
.pager .pager__item a:after,
.pager__items .pager__item a:after {
  content: "";
  display: block;
  width: 40px;
  height: 16px;
  background-repeat: no-repeat;
  margin: 10px auto;
  background-image: url(/sfsites/c/resource/aouarrowdownblue);
  background-size: contain;
}
a.ext > svg.ext {
  display: none;
}
.ext-extra-btn {
  padding-left: 10px;
  color: #fff;
}
.btn > .ext .ext-extra-btn > svg.ext-extra {
  color: #fff;
}
.header-button {
  color: #216fb4;
}
.text-normal {
  color: #262262;
  font-size: 20px;
}
.label-file-pdf {
  background-color: #d24141;
}
.text-center-underlined {
  font-size: 30px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  font-weight: 400;
}
.text-left-dark-background {
  color: #fff;
  background-color: #262262;
  padding: 15px;
  font-size: 22px;
  font-weight: 700;
  border-bottom: none;
}
.center-align,
.margin-0-auto {
  margin: 0 auto;
}
.click-to-copy {
  display: block;
}
.match-height .resource > div {
  padding: 15px 15px 30px;
  background-color: #f1f1f1;
  height: 100%;
}
.resource {
  margin-bottom: 35px;
}
.resource img {
  margin-bottom: 15px;
}
.assets-list {
  padding-left: 35px !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.assets-list li {
  margin-bottom: 0 !important;
}
.vue-staff {
  margin-top: 10px;
}
.voices-card-content a p {
  color: #216fb4;
  font-weight: 700px;
  font-size: 18px;
  line-height: 21.78px;
  text-decoration: none;
}
.callout .callout-link {
  color: #4a4a4a;
  display: block;
  line-height: 1;
}
.callout .callout-link:focus,
.callout .callout-link:hover {
  color: #20558a;
  text-decoration: none;
}
.callout .callout-link:focus .callout-title,
.callout .callout-link:focus .element-callout-link,
.callout .callout-link:hover .callout-title,
.callout .callout-link:hover .element-callout-link {
  text-decoration: underline;
}
.callout-box {
  background-color: #d0cfcd;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #4a4a4a;
  transition: all 0.35s ease-in-out;
}
.callout-box:hover {
  background-color: #6cace4;
  color: #262262;
  transition: all 0.35s ease-in-out;
}
.callout-box:hover .additional-info p {
  text-decoration: underline;
}
@media (min-width: 991px) {
  .callout-box {
    height: 100%;
  }
}
.callout-entity {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  min-height: 260px;
}
.callout-title {
  margin: 0 0 15px;
  font-size: 24px;
}
.callout-body-content {
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .element-callout-link {
    position: absolute;
    bottom: 0;
  }
}
.feed {
  border: none;
  border-radius: 0;
  max-height: none !important;
}
.feed.feed-news {
  border-top: 5px solid #8bc990;
  border-bottom: 5px solid #8bc990;
}
.feed.feed-events {
  border-top: 5px solid #f8c954;
  border-bottom: 5px solid #f8c954;
  width: 100%;
}
.feed.feed-program-announcements {
  border-top: 5px solid #f48972;
  border-bottom: 5px solid #f48972;
}
.feed.feed-videos {
  border-top: 5px solid #7dadd9;
  border-bottom: 5px solid #7dadd9;
}
.card-container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.card-feed-play {
  position: absolute;
  top: 5%;
  left: 35%;
  font-size: 100px;
  color: #fff;
  border: none;
}
@media (min-width: 576px) {
  .grid-sizer {
    width: 50%;
  }
  .grid-item {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .grid-sizer {
    width: 33%;
  }
  .grid-item {
    max-width: 33%;
  }
}
.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}
.modal-body {
  position: relative;
  padding: 0;
}
.modal-body .close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  opacity: 1;
}
.card-full-width .card.feed {
  box-shadow: none;
}
.card-full-width .card .card-title {
  border-bottom: 2px solid #d6d6d6;
  font-weight: 700;
  color: #4a4a4a;
  margin: 0 0 20px;
}
.card-full-width .card a > .card-title {
  color: #216fb4;
}
.card-full-width .card .card-body {
  padding: 0;
}
.card-full-width .card .card-text {
  padding-bottom: 0;
  margin-bottom: 0;
}
.card-grid.inline {
  font-size: 18px;
}
.card-grid.inline .card {
  box-shadow: none;
}
.card-grid.inline .card-title {
  margin-bottom: 0.75rem;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: -0.4px;
  color: #216fb4;
}
.card-grid.inline .card-body {
  text-align: center;
  border-bottom: 1px solid #fff;
}
@media (min-width: 992px) {
  .card-grid.inline .card-body {
    border-right: 2px solid #fff;
    border-bottom: none;
    padding: 0;
    text-align: left;
  }
}
.card-grid.inline .card-body:focus a,
.card-grid.inline .card-body:hover a {
  text-decoration: underline;
}
.card-grid.inline > div:last-of-type .card-body {
  border-right: none;
}
.card-grid-pattern .card {
  background-color: #d0cfcd;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #4a4a4a;
  transition: all 0.35s ease-in-out;
}
.card-grid-pattern .card .card-title {
  margin: 0 0 15px;
  font-size: 24px;
}
.card-grid-pattern .card .card-text {
  padding-bottom: 45px;
}
.card-grid-pattern .card .element-callout-link {
  position: absolute;
  bottom: 10px;
}
.card-grid-pattern .card:hover {
  background-color: #6cace4;
  color: #262262;
  transition: all 0.35s ease-in-out;
}
.card-grid-pattern .card-body {
  padding: 0;
  margin: 15px;
}
.card-grid-pattern:hover .element-callout-link {
  text-decoration: underline;
}
.newsmediamenu ul {
  padding: 20px;
  list-style-type: none;
  text-align: center;
}
.newsmediamenu ul a,
.newsmediamenu ul li {
  display: inline-block;
}
.newsmediamenu ul a {
  line-height: 30px;
  background: transparent;
  border: 1px solid #262262;
  margin: 5px;
  color: #262262;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 10px;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  opacity: 1;
  transition: background 0.3s;
}
@media (min-width: 576px) {
  .newsmediamenu ul a {
    padding: 0 30px;
  }
}
.newsmediamenu ul a:focus,
.newsmediamenu ul a:hover,
.newsmediamenu ul a:visited {
  color: #262262;
  background-image: linear-gradient(180deg, #c4e1fc, #98c7ef);
}
.newsmediamenu ul a.newsmediamenu-active {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #403c8b, #4d4ca5);
}
.feeds-container .masonry-grid .card-text {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  color: #4a4a4a;
}
.feeds-container .masonry-grid .masonry-grid ul li {
  list-style: none;
}
.feeds-container .masonry-grid .card-body p {
  font-style: italic;
  font-size: 14px;
}
.feeds-container .masonry-grid .card-body p.card-category,
.feeds-container .masonry-grid .card-body p.card-date,
.feeds-container .masonry-grid .card-body p a {
  font-style: normal;
}
.feeds-container .masonry-grid .card-body p.card-date {
  font-weight: 700;
  margin: 10px 0;
}
.feeds-container .masonry-grid .card-body p.card-category {
  margin-bottom: 0;
  text-transform: capitalize;
}
.feeds-container .masonry-grid .card-text em.aou-text {
  font-style: normal;
}
.feeds-container .masonry-grid p.card-title {
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1.17;
  letter-spacing: -0.4px;
  color: #216fb4;
}
.explore-group {
  text-align: center;
}
.explore-group a.explore-more-groups {
  color: #262262;
  text-align: center;
  background-color: #f1f1f1;
  display: inline-block;
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .explore-group a.explore-more-groups {
    min-height: 190px;
  }
}
@media (min-width: 992px) {
  .explore-group a.explore-more-groups {
    min-height: 110px;
  }
}
.explore-group a.explore-more-groups:hover {
  background-color: #6cace4;
}
.explore-group.col-12 a {
  min-height: 60px;
}
.card-explore-group {
  margin-top: 15px;
}
.homepage-cards .card-text {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.33;
}
h1.event-cards {
  text-align: left;
  font-size: 28px;
}
.card-grid-title {
  font-size: 30px !important;
  text-align: center;
  padding-top: 50px;
  margin-top: 30px;
  border-top: 1px solid #666;
  font-weight: 400;
}
.press-kit .feed--video {
  background-color: #f1f1f1;
}
.press-kit .feed {
  border: none;
}
.press-kit-photo .feed--video {
  background-color: #fff;
}
.press-kit-photo .feed {
  box-shadow: none;
}
.callout-entity .additional-info {
  position: absolute;
  bottom: 0;
}
.callout-entity .additional-info p {
  font-weight: 700;
}
.callout-entity .callout-title {
  margin: 0 0 15px;
  font-size: 24px;
  color: #4a4a4a;
  font-weight: 500;
}
.info-card {
  padding: 0 25px 15px;
  background-color: #f1f1f1;
}
.pattern .section h3 {
  color: #262262;
  font-size: 20px;
}
.pattern .section .media-oembed-content {
  width: 100%;
  height: 250px;
}
.news-media-events {
  overflow: hidden;
}
.news-media-events .masonry-grid__item {
  display: inline-block;
  width: 100%;
}
.card-grid.generic-callout {
  margin-top: 40px;
}
.card-grid .generic-callout {
  margin-bottom: 25px;
}
.generic-callout-box {
  padding: 15px;
  background-color: #ecf7ff;
  border-bottom: 10px solid #262262;
  height: 100%;
}
.generic-callout-box .callout-entity {
  min-height: 0;
}
.generic-callout-box .callout-title {
  color: #262262;
  font-size: 1.875rem;
}
.generic-callout-box .callout-title .aou-text {
  font-weight: 700;
}
.generic-callout-box .btn {
  background-color: #262262;
}
.generic-callout-box .btn:focus,
.generic-callout-box .btn:hover {
  background-color: #2f2e7e;
}
.callout-additional-info a {
  text-decoration: underline;
}
.callout-additional-info a:hover {
  text-decoration: none;
}
.card.borderless.feed {
  box-shadow: none;
}
.card.borderless .card-body {
  padding-top: 0;
}
.card.resource.feed {
  box-shadow: none;
}
.card.resource .figure {
  margin-bottom: 0;
}
.card.resource .figure img {
  margin-bottom: 5px;
}
.card.resource .card-title h3 {
  margin-bottom: 0;
}
.card.resource .card-body {
  padding: 0;
}
.card-grid.related-resource .card-grid-title,
.card-grid.related-resources .card-grid-title {
  border-bottom: 0;
  border-top: 2px solid #eee;
}
.card-grid.related-resource .card,
.card-grid.related-resources .card {
  box-shadow: none;
  background: #ecf7ff;
  background: linear-gradient(180deg, #ecf7ff 64%, #fff 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ecf7ff",endColorstr="#ffffff",GradientType=1);
}
.card-grid.related-resource .card figure,
.card-grid.related-resources .card figure {
  width: 100%;
  text-align: center;
}
.card-grid.related-resource .card img,
.card-grid.related-resources .card img {
  margin: 0 auto;
}
.card-grid.related-resource .card .card-title,
.card-grid.related-resources .card .card-title {
  font-size: 20px;
  line-height: 25px;
}
.carousel .carousel-caption {
  position: relative;
  color: #000;
  right: 0;
  left: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .carousel .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    color: #fff;
  }
}
.search-form {
  display: flex;
}
.search-bar-mobile .search-form {
  width: 100%;
}
.search-form input {
  width: 100%;
  float: left;
  padding: 0 10px;
  display: inline-block;
  height: 39.5px;
  margin: 0;
}
@media (min-width: 992px) {
  .search-form input {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #262262;
  }
}
.search-form .input-group-append {
  display: inline-block;
  height: 40px;
}
.search-form .input-group-append button {
  width: 40px;
  background-color: #262262;
  border-color: #262262;
  height: 40px;
  border-radius: 0;
  padding: 0;
  line-height: 5px;
}
@media (min-width: 992px) {
  .search-form .input-group-append button {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.search-form .input-group-append .fa-search {
  font-size: 1.25rem;
  color: #fff;
}
.image-header {
  margin-bottom: 15px;
}
.image-header.display-kl.fw-layout .header-image {
  text-align: center;
}
.image-header.display-kl.fw-layout .description {
  margin-top: 15px;
}
.image-header.display-kl.fw-layout .description ul {
  margin-bottom: 0;
}
.image-header.display-kl.ss-layout .description {
  height: 100%;
}
.image-header.display-kl .description,
.image-header.display-kl .description p {
  background-color: #ecf7ff;
  color: #262262;
  font-size: 16px;
  padding: 19px;
}
.image-header.display-kl .description h2,
.image-header.display-kl .description p h2 {
  font-size: 20px;
}
.image-header.display-kl .description p ul,
.image-header.display-kl .description ul {
  padding-left: 15px;
}
.image-header.display-sh .description,
.image-header.display-sh .description p,
.stylized-hook {
  color: #262262;
  font-size: 30px;
  line-height: 45px;
}
@media (max-width: 767px) {
  .stylized-hook {
    line-height: 37px;
  }
}
.d-flex {
  display: flex;
}
.d-flex > div {
  float: none;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.jumbotron {
  background-color: #fff;
  margin-bottom: 0;
}
.jumbotron h1.text-color-gradient {
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(0deg, #136dbe, #262262);
  -webkit-background-clip: text;
}
.jumbotron h1.text-color-gradient,
.jumbotron h1.text-color-primary {
  font-size: 48px;
  line-height: 50px;
  letter-spacing: -0.4px;
  text-align: left;
}
.jumbotron p {
  color: #262262;
  font-size: 18px;
}
.jumbotron.has-bg-img p {
  color: inherit;
}
.jumbotron.has-bg-img h1.text-color-primary {
  font-size: 40px;
  line-height: 45px;
}
.jumbotron-right p {
  text-align: center;
}
#territorycontainer {
  padding-bottom: 20px;
}
#regioncontainer .region-info,
#regioncontainer .territory-info,
#territorycontainer .region-info,
#territorycontainer .territory-info {
  display: none;
  padding: 0;
}
#regioncontainer .region-info span img,
#regioncontainer .territory-info span img,
#territorycontainer .region-info span img,
#territorycontainer .territory-info span img {
  width: 30px;
}
.territory-info {
  border-bottom: 2px solid #a9a9a9;
  padding-top: 15px;
}
.territory-info:last-child {
  border-bottom: 0 soild;
}
#map_base svg {
  height: 600px;
  border: 1px solid #eee;
  margin-top: 20px;
  width: 100%;
}
#map_base svg .region-point {
  display: none;
}
#mapwrapper button {
  width: 25%;
  font-weight: 700;
  position: relative;
}
#mapwrapper button.view-all {
  color: purple;
  background-color: #ccc;
  top: 20px;
}
#mapwrapper button.territories {
  color: #fff;
  background-color: purple;
  top: -40px;
  font-weight: 400;
}
#mapwrapper button.active {
  background-color: #881a77;
}
.member-list-title {
  font-size: 1.5rem;
}
@media (min-width: 1200px) {
  .member-list-row {
    margin-left: -50px;
    margin-right: -50px;
  }
}
.member-list-item {
  padding-bottom: 25px;
}
@media (min-width: 1200px) {
  .member-list-item {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.member-list-item .field-organization p,
.member-list-item .field-position-title p {
  font-size: 0.75rem;
}
.member-list-item a:hover img {
  opacity: 0.5;
}
.member-list-image {
  margin-bottom: 5px;
  box-shadow: 0 0 5px #adb5bd;
}
.member-title {
  font-size: 0.875rem;
  letter-spacing: normal;
}
.section-divider {
  padding-top: 85px;
}
.field-organization {
  margin-bottom: 5px;
  margin-top: 8px;
}
.field-organization:first-child {
  margin-top: auto;
}
.org-info-list-item p {
  margin-bottom: 0;
}
.nav--border {
  border-color: #f1f1f1;
  border-style: solid;
}
.nav-pills .nav-item {
  border: 1px solid #262262;
  border-radius: 3px;
  margin-right: 5px;
  margin-top: 5px;
}
.nav-pills .nav-link {
  color: #262262;
  padding: 0 30px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.8px;
}
.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
  background-image: linear-gradient(0deg, #403c8b, #4d4ca5);
  color: #fff;
}
.nav-tabs .nav-link {
  padding: 0.5rem 2rem 0.5rem 1rem;
}
.nav-tabs .nav-link .fa-chevron-down,
.nav-tabs .nav-link .fa-chevron-up {
  top: 12px;
  right: 10px;
}
/*
  .active-submenu {
    position: relative;
    display: inline-block; 
  }
  .active-submenu:before {
    content: "";
    width: 100%;
    position: absolute;
    height: 3px;
    left: 0;
    height: 3px;
    background: #262262;
    transform: translateY(50%);
  }
  .active-submenu > span {
    color: #fff;
  }

  .active-submenu:hover::before {
    background: #fff; 
  }
  .active-submenu:hover > span {
    color: #262262; 
  }
  */
.main-menu .nav-item {
  position: relative;
}
.main-menu .nav-item .dropdown-toggle {
  position: absolute;
  right: 0;
  top: 0;
  padding: 7px 25px;
  border-left: 1px solid #000;
  font-size: 30px;
}
.main-menu .fa-angle-up {
  display: none;
}
.main-menu .fa-angle-down,
.main-menu .show .fa-angle-up {
  display: block;
}
.main-menu .show .fa-angle-down {
  display: none;
}
.pagination .see-more {
  display: block;
  margin: 0 auto;
  background: none;
  color: #262262;
  font-size: 1rem;
  font-weight: 700;
}
.pagination .see-more:active,
.pagination .see-more:focus {
  border: none;
  box-shadow: none;
  color: #262262;
}
.pagination .fa-chevron-down {
  position: relative;
  right: 50%;
  top: 30px;
}
.vtimeline {
  position: relative;
  margin-top: 40px;
  padding: 0 30px 30px;
  overflow: hidden;
}
.vtimeline:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background: #17497e;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.vtimeline-point {
  position: relative;
  width: 100%;
  margin: -50px 0;
  min-height: 200px;
}
.vtimeline-point:first-child {
  margin-top: 0;
}
.vtimeline-point:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .vtimeline-point {
    margin: 0 0 30px;
  }
}
.vtimeline-icon {
  position: absolute;
  top: 50%;
  height: 35px;
  width: 35px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  background: #35919c;
  border: 5px solid #fff;
}
.vtimeline-block {
  width: 45%;
  margin: 0;
  transition: all 0.5s ease;
  z-index: 100;
  position: relative;
}
.vtimeline-block:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right: none;
  border-left: 10px solid #eee;
}
.vtimeline-right {
  margin-left: 55%;
}
.vtimeline-right.vt-animate-slide .vtimeline-content {
  transform: translateX(100%);
}
.vtimeline-right .vtimeline-date {
  left: auto;
  right: 55%;
}
.vtimeline-right:after {
  left: auto;
  right: 45%;
  border: 10px solid transparent;
  border-right-color: #eee;
  border-left: none;
}
.vtimeline-date {
  position: absolute;
  left: 55%;
  top: 50%;
}
.vtimeline-content {
  background: #eee;
  transition: all 0.5s ease;
}
.vt-animate-fade,
.vt-animate-slide {
  opacity: 0;
}
.vt-animate-slide .vtimeline-content {
  transform: translateX(-100%);
}
.vt-noarrows:after {
  content: none;
}
@media only screen and (max-width: 992px) {
  .vtimeline:before {
    left: 30px;
    right: auto;
    margin: 0;
  }
  .vtimeline-icon {
    left: -10px;
    right: auto;
    margin: 0;
  }
  .vtimeline-block {
    width: 85%;
    margin-left: 15%;
  }
  .vtimeline-block:after {
    left: auto;
    right: 85%;
    border: 10px solid transparent;
    border-right-color: #eee;
    border-left: none;
  }
  .vtimeline-date {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    right: auto;
    background: #eee;
  }
  .vtimeline-right .vtimeline-date {
    right: auto;
  }
  .vtimeline.basic .vtimeline-date {
    padding: 10px 10px 0;
  }
  .vt-animate-slide .vtimeline-content {
    transform: translateX(100%);
  }
}
.vtimeline-block:after {
  display: none;
}
.vtimeline {
  margin-bottom: 40px;
  z-index: 0;
}
.video-btn-box {
  background-color: #2a2a38;
  height: 90px;
}
.video-btn-box .btn {
  line-height: 1.375;
  color: #fff;
  text-transform: inherit;
  font-size: 1.25rem;
  font-weight: 400;
}
.video-btn-box .btn span {
  font-weight: 700;
}
.video-btn-box .btn i {
  background-size: cover;
  padding: 12px 24px;
  margin-right: 5px;
}
.video-btn-box .btn .advid {
  background-image: url(/sfsites/c/resource/aouaudiodescriptionwhite);
}
.video-btn-box .btn .vid {
  background-image: url(/sfsites/c/resource/aouplayicon);
}
.video-btn-box .btn-white {
  color: #2a2a38;
}
.video-btn-box .btn-white:focus,
.video-btn-box .btn-white:hover {
  color: #fff;
  background-color: #2a2a38;
}
.feed--video {
  border-top: 5px solid #7dadd9;
  border-bottom: 5px solid #7dadd9;
}
.feed {
  background-color: #fff;
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  max-height: 740px;
  margin-bottom: 20px;
}
.feed__image-wrapper {
  position: relative;
  height: 0;
}
.feed__title_wrapper p {
  margin: 15px;
}
.feed__title_wrapper p a {
  font-weight: 700;
  letter-spacing: -0.4px;
}
.feed__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.feed__play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -33px;
  margin-top: -33px;
  background: transparent url(/sfsites/c/resource/aouplay) no-repeat 50%;
  background-size: contain;
  width: 66px;
  height: 66px;
  border: none;
  opacity: 1;
  transition: opacity 0.5s;
}
.page p.feed__title.feed__field {
  margin: 20px 5px;
}
.page .feed__title a {
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.17;
  letter-spacing: -0.4px;
}
.views-field-field-video-title {
  margin: 20px 0;
  font-size: 18px;
}
.views-field-field-video-description a,
.views-field-field-video-description p {
  font-size: 14px;
}
.video-gray-grid .feed--video {
  background-color: #f5f5f5;
  border: none;
}
.video-gray-grid .feed--video .feed__title_wrapper .feed__field {
  margin: 10px;
}
.event-heading {
  font-size: 2.125rem;
  font-weight: 700;
  color: #4a4a4a;
}
.event-item h3 {
  font-size: 1.875rem;
}
.event-item h3 a {
  color: #2b2565;
}
.event-item a {
  text-decoration: underline;
}
.event-item a:focus,
.event-item a:hover {
  text-decoration: none;
}
.event-item ul {
  padding-left: 0;
  list-style: none;
}
.vue-event-list .divider {
  border-top: 2px solid #adb6be;
}
.btn-primary-lined {
  border: 1px solid #262262;
}
.reset-filter-btn:focus,
.reset-filter-btn:hover {
  background-color: #212529;
  color: #fff;
}
.btn-events {
  line-height: 1.5rem;
  padding: 15px;
}
.btn-events.btn-dark:focus {
  color: #fff;
}
.btn-filter-dropdown {
  background-color: #b5e4fd;
  color: #262263;
  position: relative;
  padding-right: 40px;
}
.dropdown-toggle .fa-chevron-down {
  top: 3px;
  font-size: 1.5rem;
  top: 13px;
}
.event-type-dropdown .dropdown-menu {
  min-width: 300px;
  background-color: #fff;
  box-shadow: -5px 5px 10px #b7b7b7;
}
.bio-title {
  font-size: 2.5rem;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
}
.org-info-list {
  padding-left: 0;
  list-style: none;
}
.org-info-list p,
.org-info-list span {
  font-size: 1rem;
  font-weight: 700;
}
.member-info {
  background-color: #f1f1f1;
}
.related-groups-list {
  list-style: none;
}
.item-title {
  margin-bottom: 5px;
}
b.item-title {
  font-size: 1rem;
}
.brief-desc {
  margin-bottom: 15px;
}
.brief-desc p {
  margin-bottom: 5px;
}
.vue-ofo .funding-box {
  padding: 20px 15px;
  cursor: pointer;
}
.vue-ofo .funding-id,
.vue-ofo .funding-title {
  font-size: 1.25rem;
}
.vue-ofo .funding-desc {
  font-size: 1.125rem;
}
.vue-ofo .funding-date {
  padding-top: 10px;
  border-top: 1px solid #adb5bd;
}
.vue-ofo .funding-due-date-title {
  font-size: 1.125rem;
  font-weight: 700;
}
.vue-ofo-current-for-researchers .funding-box,
.vue-ofo-current .funding-box {
  background-color: #f5f5f5;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.vue-ofo-current-for-researchers .funding-box:hover,
.vue-ofo-current .funding-box:hover {
  border-top: 3px solid #6cace4;
  border-bottom: 3px solid #6cace4;
}
.vue-ofo-current-for-researchers .funding-box:hover a,
.vue-ofo-current .funding-box:hover a {
  text-decoration: underline;
}
.vue-ofo-past .funding-box-0 {
  border-top: 1px solid #e1e1e1;
}
.vue-ofo-past .funding-box {
  border-bottom: 1px solid #e1e1e1;
}
.vue-ofo-past .funding-box:hover {
  background-color: #f5f5f5;
}
.vue-ofo-past .funding-box:hover a {
  text-decoration: underline;
}
.vue-ofo-past .funding-id {
  margin-bottom: 0;
}
.vue-app-block-wrapper ~ .vue-app-block-wrapper .vue-app-container {
  padding-top: 50px;
  border-top: 1px solid #adb5bd;
}
.app-section-heading .btn,
.app-section-heading .btn:focus,
.app-section-heading .btn:hover {
  text-decoration: none;
  font-size: 1.125rem;
}
.vue-ofo-current-for-researchers .instructions {
  font-size: 18px;
}
.vue-ofo-current-for-researchers .totals {
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .vue-ofo-current-for-researchers .input-group {
    margin-top: 1rem;
  }
}
.vue-ofo-current-for-researchers .form-check-label {
  font-size: 0.875rem;
}
.vue-ofo-current-for-researchers .total-results {
  font-size: 1.25rem;
}
.vue-ofo-current-for-researchers .applied-tags span {
  font-size: 1.125rem;
  display: inline-block;
}
.vue-ofo-current-for-researchers .filter-by-date-heading,
.vue-ofo-current-for-researchers .search-heading {
  font-size: 1.25rem;
}
.vue-ofo-current-for-researchers .applied-filters,
.vue-ofo-current-for-researchers .collapse.show {
  background-color: #f5f5f5;
}
.vue-ofo-current-for-researchers .applied-filters {
  border-top: 1px solid #262460;
  border-bottom: 1px solid #262460;
}
.vue-ofo-current-for-researchers .applied-filters-heading {
  font-size: 1.125rem;
  font-weight: 700;
}
.vue-ofo-current-for-researchers .apply-btn,
.vue-ofo-current-for-researchers .reset-filter-btn {
  line-height: 34px;
}
.vue-ofo-current-for-researchers .apply-btn:focus,
.vue-ofo-current-for-researchers .apply-btn:hover,
.vue-ofo-current-for-researchers .reset-filter-btn:focus,
.vue-ofo-current-for-researchers .reset-filter-btn:hover {
  background-color: #212529;
  color: #fff;
}
.vue-ofo-current-for-researchers .input-group-append .btn-light:focus,
.vue-ofo-current-for-researchers .input-group-append .btn-light:hover {
  background-image: linear-gradient(180deg, #383656, #262262);
}
.vue-ofo-current-for-researchers
  .input-group-append
  .btn-light:focus
  .fa-search,
.vue-ofo-current-for-researchers
  .input-group-append
  .btn-light:hover
  .fa-search {
  color: #fff;
}
.vue-ofo-current-for-researchers .btn-light:focus,
.vue-ofo-current-for-researchers .btn-light:hover {
  background-image: linear-gradient(180deg, #383656, #262262);
}
.vue-ofo-current-for-researchers .bg-deep-blue .card {
  background-color: #f5f5f5;
  border-radius: 0;
  border: none;
  border-top: 1px solid #fff;
}
.vue-ofo-current-for-researchers .bg-deep-blue .card-header {
  margin-bottom: 0;
}
.vue-ofo-current-for-researchers .accordion-btn-view {
  background-color: #262262;
  color: #fff;
  border-radius: 0;
  font-size: 16px;
  line-height: inherit;
  text-transform: capitalize;
}
.vue-ofo-current-for-researchers .accordion-btn-view:active,
.vue-ofo-current-for-researchers .accordion-btn-view:focus,
.vue-ofo-current-for-researchers .accordion-btn-view:hover,
.vue-ofo-current-for-researchers .accordion-btn-view[aria-expanded="true"] {
  text-decoration: none;
  background-color: #c0daf3;
  color: #212529;
  box-shadow: none;
}
.vue-ofo-current-for-researchers .accordion-btn-view svg {
  font-size: 16px;
  float: right;
  right: 10px;
  top: 3px;
}
.vue-ofo-current-for-researchers .btn-decor {
  position: relative;
  color: inherit;
  top: unset;
  right: unset;
}
.vue-ofo-current-for-researchers .btn-filters {
  background-color: #b5e4fd;
  text-transform: unset;
  padding: 0 10px;
  font-size: 1rem;
}
.vue-ofo-current-for-researchers .btn-filters .btn-decor {
  top: 3px;
  font-size: 1.5rem;
}
.vue-ofo-current-for-researchers .collapsed .on,
.vue-ofo-current-for-researchers .off {
  display: none;
}
.vue-ofo-current-for-researchers .collapsed .off {
  display: inline-block;
}
.vue-ofo-current-for-researchers .btn-filters .off,
.vue-ofo-current-for-researchers .show .on {
  display: none;
}
.vue-ofo-current-for-researchers .show .off {
  display: inline-block;
}
.vue-ofo-current-for-researchers .dropdown-menu.show {
  padding: 15px;
  margin-top: 5px;
  box-shadow: -4px 6px 10px rgba(0, 0, 0, 0.2);
  min-width: 225px;
  background-color: #fff;
}
.vue-ofo-current-for-researchers .dropdown-menu .form-check {
  margin-bottom: 5px;
}
.vue-ofo-current-for-researchers .pl-20 {
  padding-left: 20px;
}
.vue-ofo-current-for-researchers .btn-white {
  border: 1px solid #fff;
  padding: 0 25px;
}
.vue-ofo-current-for-researchers .btn-color-primary {
  border: 1px solid #262262;
}
.vue-ofo-current-for-researchers .btn-white-lined {
  background-color: unset;
  line-height: 34px;
  padding: 0 25px;
  margin-left: 20px;
  margin-right: 20px;
  border: 1px solid #fff;
  color: #fff;
}
.vue-ofo-current-for-researchers .btn-white-lined:focus,
.vue-ofo-current-for-researchers .btn-white-lined:hover {
  color: #fff;
}
.vue-ofo-current-for-researchers .btn-primary-lined {
  border: 1px solid #262262;
}
.vue-ofo-current-for-researchers .app-section-heading .btn,
.vue-ofo-current-for-researchers .app-section-heading .btn:focus,
.vue-ofo-current-for-researchers .app-section-heading .btn:hover {
  font-size: 16px;
  line-height: inherit;
  text-transform: capitalize;
}
.vue-ofo-current-for-researchers .app-section-heading .btn svg {
  font-size: 16px;
  float: right;
  right: 10px;
}
.vue-ofo-current-for-researchers .sort-desc {
  background-image: url(/sfsites/c/resource/aouicondescend);
  height: 15px;
  width: 15px;
}
.vue-ofo-current-for-researchers .sort-desc svg.fa-sort {
  display: none;
}
.vue-ofo-current-for-researchers .sorted-asc {
  background-image: url(/sfsites/c/resource/aouiconascend);
  height: 15px;
  width: 15px;
}
.vue-ofo-current-for-researchers .sorted-asc svg.fa-sort {
  display: none;
}
.vue-ofo-current-for-researchers table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.vue-ofo-current-for-researchers table td {
  border: 1px solid #ccc;
}
.vue-ofo-current-for-researchers table a {
  color: #262262;
}
.vue-ofo-current-for-researchers table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}
.vue-ofo-current-for-researchers thead tr {
  border: 0;
  background-color: #c0daf3;
}
.vue-ofo-current-for-researchers tbody tr:nth-child(2n) {
  background-color: #c0daf3;
}
.vue-ofo-current-for-researchers table td,
.vue-ofo-current-for-researchers table th {
  padding: 10px;
  text-align: center;
  word-break: break-word;
}
.vue-ofo-current-for-researchers table th {
  border: 0;
  padding: 5px;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.vue-ofo-current-for-researchers th.col-rd {
  width: 10rem;
  max-width: 10rem;
}
.vue-ofo-current-for-researchers th.col-ac,
.vue-ofo-current-for-researchers th.col-ed {
  width: 7rem;
  max-width: 7rem;
}
.vue-ofo-current-for-researchers th.col-ic {
  width: 10rem;
  max-width: 10rem;
}
@media screen and (max-width: 768px) {
  .vue-ofo-current-for-researchers .accordion-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .vue-ofo-current-for-researchers .applied-tags span {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .vue-ofo-current-for-researchers table {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 3px solid #ddd;
  }
  .vue-ofo-current-for-researchers table caption {
    font-size: 1.3em;
  }
  .vue-ofo-current-for-researchers table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .vue-ofo-current-for-researchers table tr {
    border-bottom: 3px solid #ddd;
    display: block;
  }
  .vue-ofo-current-for-researchers table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: left;
  }
  .vue-ofo-current-for-researchers table td:last-child {
    border-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .vue-ofo-current-for-researchers .applied-tags span:after {
    content: ",";
  }
  .vue-ofo-current-for-researchers .applied-tags span:last-child:after {
    content: unset;
  }
}
.search-section {
  background-color: #262262;
  padding-top: 40px;
  padding-bottom: 40px;
}
.search-section label,
.search-section span {
  color: #fff;
}
.search-section span {
  font-size: 18px;
}
.search-section label {
  font-size: 14px;
}
.panel-result {
  background-color: #fff;
  padding: 15px;
}
.input-group-append .btn-light {
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1;
}
.input-group-append .btn-light .fa-search {
  color: #262262;
  font-size: 26px;
}
.results-section {
  background-color: #eeeef2;
}
input.search-field {
  height: 50px;
}
h3.project-sub-heading {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}
.number-of-projects {
  text-align: center;
  font-size: 22px;
}
.number-of-projects span {
  font-weight: 700;
}
.accordion-link {
  display: block;
  position: relative;
}
.accordion-link .button-toggle-label {
  position: absolute;
  top: 0;
  right: 0;
}
.accordion-link .button-toggle-label:before {
  content: "CLOSE -";
}
.accordion-link.collapsed .button-toggle-label:before {
  content: "OPEN +";
}
.search-by-topics {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.custom-select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-caret-down-fill'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  height: 40px;
  color: inherit;
}
.tier-select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' width='20' height='18'%3E%3C!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc.--%3E%3Cpath d='M201.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 338.7 54.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E"),
    linear-gradient(180deg, #9dcdf8, #6cace4);
  background-size: auto;
  height: 52px;
  width: 200px;
  display: inline-block;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 95%;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn-white {
  background-color: #fff;
  line-height: 1;
  padding: 12px 20px;
  margin-left: 20px;
  margin-right: 20px;
}
.total-results span {
  font-size: 1.375rem;
  font-weight: 700;
}
.page-size {
  width: 380px;
  display: inline-block;
  margin: 15px auto;
}
.apply-filters-btn,
.page-size .btn,
.reset-all-btn {
  height: 40px;
  padding: 5px 15px;
  line-height: 1;
}
.apply-filters-btn,
.reset-all-btn {
  border: 1px solid #262262;
  margin: 15px auto 45px;
}
.page-item.active .page-link {
  background-color: #262262;
  border-color: #262262;
}
.h1[data-v-2cba87c3],
.h2[data-v-2cba87c3],
.h3[data-v-2cba87c3],
.h4[data-v-2cba87c3],
.h5[data-v-2cba87c3],
.h6[data-v-2cba87c3],
h1[data-v-2cba87c3],
h2[data-v-2cba87c3],
h3[data-v-2cba87c3],
h4[data-v-2cba87c3],
h5[data-v-2cba87c3],
h6[data-v-2cba87c3],
p[data-v-2cba87c3] {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 16/24;
  margin: 0 0 20px;
}
.h1[data-v-2cba87c3],
h1[data-v-2cba87c3] {
  color: #262262;
  font-weight: 700;
  text-align: center;
}
.title-deco-underline[data-v-2cba87c3] {
  display: block;
  background-color: #f8c954;
  height: 8px;
  width: 100%;
  max-width: 300px;
}
.h2[data-v-2cba87c3],
h2[data-v-2cba87c3] {
  font-weight: 400;
  letter-spacing: -0.4px;
  font-family: "Helvetica", Arial, sans-serif;
  font-style: normal;
  font-stretch: normal;
  color: #262262;
  font-size: 30px;
}
h3[data-v-2cba87c3] {
  font-size: 1.375rem;
}
blockquote[data-v-2cba87c3] {
  margin: 0;
  padding: 15px 40px;
}
.no-gutters[data-v-2cba87c3] {
  margin: 0;
  padding: 0;
}
.pl-c-main[data-v-2cba87c3] {
  overflow: unset;
}
a[data-v-2cba87c3] {
  color: #216fb4;
}
.list-style-none[data-v-2cba87c3] {
  list-style: none;
}
main.announcement .article-date[data-v-2cba87c3],
main.announcement_es .article-date[data-v-2cba87c3],
main.research_highlight_en .article-date[data-v-2cba87c3],
main.research_highlight_es .article-date[data-v-2cba87c3],
main.voices_en .article-date[data-v-2cba87c3],
main.voices_es .article-date[data-v-2cba87c3] {
  font-size: 1.5rem;
}
main.announcement_es h1.page-title[data-v-2cba87c3],
main.announcement h1.page-title[data-v-2cba87c3],
main.research_highlight_en h1.page-title[data-v-2cba87c3],
main.research_highlight_es h1.page-title[data-v-2cba87c3],
main.voices_en h1.page-title[data-v-2cba87c3],
main.voices_es h1.page-title[data-v-2cba87c3] {
  text-align: left;
  margin-top: 5px;
}
.resource-links-list[data-v-2cba87c3] {
  font-size: 1.25rem;
}
img.img-lft[data-v-2cba87c3] {
  float: left;
  padding: 25px;
}
.active[data-v-2cba87c3] {
  background-color: #28a745;
}
.list-group-item[data-v-2cba87c3] {
  background: none;
}
.h1[data-v-7b8929fe],
.h2[data-v-7b8929fe],
.h3[data-v-7b8929fe],
.h4[data-v-7b8929fe],
.h5[data-v-7b8929fe],
.h6[data-v-7b8929fe],
h1[data-v-7b8929fe],
h2[data-v-7b8929fe],
h3[data-v-7b8929fe],
h4[data-v-7b8929fe],
h5[data-v-7b8929fe],
h6[data-v-7b8929fe],
p[data-v-7b8929fe] {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 16/24;
  margin: 0 0 20px;
}
.h1[data-v-7b8929fe],
h1[data-v-7b8929fe] {
  color: #262262;
  font-weight: 700;
  text-align: center;
}
.title-deco-underline[data-v-7b8929fe] {
  display: block;
  background-color: #f8c954;
  height: 8px;
  width: 100%;
  max-width: 300px;
}
.h2[data-v-7b8929fe],
h2[data-v-7b8929fe] {
  font-weight: 400;
  letter-spacing: -0.4px;
  font-family: "Helvetica", Arial, sans-serif;
  font-style: normal;
  font-stretch: normal;
  color: #262262;
  font-size: 30px;
}
h3[data-v-7b8929fe] {
  font-size: 1.375rem;
}
blockquote[data-v-7b8929fe] {
  margin: 0;
  padding: 15px 40px;
}
.no-gutters[data-v-7b8929fe] {
  margin: 0;
  padding: 0;
}
.pl-c-main[data-v-7b8929fe] {
  overflow: unset;
}
a[data-v-7b8929fe] {
  color: #216fb4;
}
.list-style-none[data-v-7b8929fe] {
  list-style: none;
}
main.announcement .article-date[data-v-7b8929fe],
main.announcement_es .article-date[data-v-7b8929fe],
main.research_highlight_en .article-date[data-v-7b8929fe],
main.research_highlight_es .article-date[data-v-7b8929fe],
main.voices_en .article-date[data-v-7b8929fe],
main.voices_es .article-date[data-v-7b8929fe] {
  font-size: 1.5rem;
}
main.announcement_es h1.page-title[data-v-7b8929fe],
main.announcement h1.page-title[data-v-7b8929fe],
main.research_highlight_en h1.page-title[data-v-7b8929fe],
main.research_highlight_es h1.page-title[data-v-7b8929fe],
main.voices_en h1.page-title[data-v-7b8929fe],
main.voices_es h1.page-title[data-v-7b8929fe] {
  text-align: left;
  margin-top: 5px;
}
.resource-links-list[data-v-7b8929fe] {
  font-size: 1.25rem;
}
img.img-lft[data-v-7b8929fe] {
  float: left;
  padding: 25px;
}
.card-hover[data-v-7b8929fe]:hover {
  background-color: #f1f1f1;
}
.scoped-background[data-v-7b8929fe] {
  background-color: #fff;
}
.vue-banner {
  margin: 3rem;
  padding: 1.5rem;
  font-size: 1.25rem;
  background-color: #007bff;
}
.vue-banner h3 {
  color: #f1f1f1;
}
.h1[data-v-09306765],
.h2[data-v-09306765],
.h3[data-v-09306765],
.h4[data-v-09306765],
.h5[data-v-09306765],
.h6[data-v-09306765],
h1[data-v-09306765],
h2[data-v-09306765],
h3[data-v-09306765],
h4[data-v-09306765],
h5[data-v-09306765],
h6[data-v-09306765],
p[data-v-09306765] {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 16/24;
  margin: 0 0 20px;
}
.h1[data-v-09306765],
h1[data-v-09306765] {
  color: #262262;
  font-weight: 700;
  text-align: center;
}
.title-deco-underline[data-v-09306765] {
  display: block;
  background-color: #f8c954;
  height: 8px;
  width: 100%;
  max-width: 300px;
}
.h2[data-v-09306765],
h2[data-v-09306765] {
  font-weight: 400;
  letter-spacing: -0.4px;
  font-family: "Helvetica", Arial, sans-serif;
  font-style: normal;
  font-stretch: normal;
  color: #262262;
  font-size: 30px;
}
h3[data-v-09306765] {
  font-size: 1.375rem;
}
blockquote[data-v-09306765] {
  margin: 0;
  padding: 15px 40px;
}
.no-gutters[data-v-09306765] {
  margin: 0;
  padding: 0;
}
.pl-c-main[data-v-09306765] {
  overflow: unset;
}
a[data-v-09306765] {
  color: #216fb4;
}
.list-style-none[data-v-09306765] {
  list-style: none;
}
main.announcement .article-date[data-v-09306765],
main.announcement_es .article-date[data-v-09306765],
main.research_highlight_en .article-date[data-v-09306765],
main.research_highlight_es .article-date[data-v-09306765],
main.voices_en .article-date[data-v-09306765],
main.voices_es .article-date[data-v-09306765] {
  font-size: 1.5rem;
}
main.announcement_es h1.page-title[data-v-09306765],
main.announcement h1.page-title[data-v-09306765],
main.research_highlight_en h1.page-title[data-v-09306765],
main.research_highlight_es h1.page-title[data-v-09306765],
main.voices_en h1.page-title[data-v-09306765],
main.voices_es h1.page-title[data-v-09306765] {
  text-align: left;
  margin-top: 5px;
}
.resource-links-list[data-v-09306765] {
  font-size: 1.25rem;
}
img.img-lft[data-v-09306765] {
  float: left;
  padding: 25px;
}
.clock[data-v-09306765] {
  position: relative;
  background-color: #fff;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 2px solid;
}
.clock-face[data-v-09306765] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(90deg) translateY(-3px);
}
.hand[data-v-09306765] {
  position: absolute;
  top: 50%;
  left: 0;
  height: 6px;
  width: 50%;
  transform-origin: 100%;
}
.hand[data-v-09306765]:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
}
.seconds-hand[data-v-09306765]:after {
  background: red;
}
.minutes-hand[data-v-09306765]:after {
  left: 10px;
}
.hours-hand[data-v-09306765]:after {
  left: 40px;
}
.salmon[data-v-09306765] {
  background-color: salmon;
}
.success[data-v-09306765] {
  background-color: #28a745;
}
.primary[data-v-09306765] {
  background-color: #007bff;
}
.dark[data-v-09306765] {
  background-color: #a9a9a9;
}
.yellow[data-v-09306765] {
  background-color: #ffc107;
}
.purple[data-v-09306765] {
  background-color: #6f42c1;
}
.orange[data-v-09306765] {
  background-color: #fd7e14;
}
.cyan[data-v-09306765] {
  background-color: #17a2b8;
}
#vProjectsDirectory .project-letter-groups {
  margin: 5px 0;
  padding: 0 0 10px;
  border-bottom: 4px solid #6cace4;
}
#vProjectsDirectory .project-letter-groups .project-letter-groups-item {
  list-style: none;
  display: inline-block;
  margin-bottom: 5px;
}
#vProjectsDirectory .project-letter-groups .project-letter-groups-item button {
  color: #262262;
  line-height: 30px;
  background: transparent;
  border: 1px solid #262262;
  margin: 5px;
  font-weight: 700;
  letter-spacing: 1.8px;
  padding: 0 30px;
  border-radius: 3px;
}
#vProjectsDirectory
  .project-letter-groups
  .project-letter-groups-item
  button.active,
#vProjectsDirectory
  .project-letter-groups
  .project-letter-groups-item
  button:focus,
#vProjectsDirectory
  .project-letter-groups
  .project-letter-groups-item
  button:hover {
  color: #f1f1f1;
  background-image: linear-gradient(0deg, #403c8b, #4d4ca5);
}
#vProjectsDirectory .panel-group {
  margin-bottom: 30px;
  padding: 15px;
}
#vProjectsDirectory .panel-group:nth-child(2n) {
  background-color: #f1f1f1;
}
#vProjectsDirectory .panel-group p {
  margin-top: 5px;
  margin-bottom: 0;
}
#vProjectsDirectory .panel-group .panel-title {
  margin-bottom: 15px;
}
#vProjectsDirectory .panel-group .project-sub-heading {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
#vProjectsDirectory .panel-group .project-content-group {
  margin-left: 15px;
  margin-bottom: 15px;
}
#vProjectsDirectory .panel-group .project-sub-list {
  margin: 5px 0 15px;
}
#vProjectsDirectory .panel-group .project-sub-list .project-sub-list-item {
  margin-bottom: 5px;
}
#vProjectsDirectory .panel-group .button-toggle-label {
  z-index: 100;
}
.panel-collapse.in {
  display: block;
}
.button-toggle-label:before {
  content: "Open";
}
.button-toggle-sign:before {
  content: " +";
}
.opened .button-toggle-label:before {
  content: "Close";
}
.opened .button-toggle-sign:before {
  content: " -";
}
.accordion-panel .past-event-location,
.accordion-panel .past-event-state {
  display: inline-block;
}
.accordion-panel .past-event-title {
  font-weight: 700;
  font-size: 1.175rem;
}
.accordion-panel .views-row.event-row {
  margin-bottom: 25px;
}
.accordion-panel .feed {
  box-shadow: none;
  border-bottom: 2px solid #adb5bd;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
.accordion-panel .feed .card-header {
  border-bottom: none;
}
.accordion-panel .button-toggle-sign:after {
  font-weight: 400;
  vertical-align: top;
}
.accordion-panel .container-button-toggleAll {
  width: 232px;
  height: 40px;
  margin: 30px auto;
  border: 1px solid #216fb4;
  line-height: 38px;
  color: #216fb4;
  text-transform: uppercase;
  background-color: #fff;
}
.accordion-panel .multi-collapse .bg-light {
  margin-bottom: 15px;
}
button.button-expand-link {
  color: #262262;
  padding-right: 60px;
  background-color: transparent;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.33;
}
@media (max-width: 767.98px) {
  button.button-expand-link {
    font-size: 18px;
  }
}
button.button-expand-link[aria-expanded="true"] .button-toggle-label:before {
  content: "Close";
}
button.button-expand-link[aria-expanded="true"] .button-toggle-sign:before {
  content: " -";
}
button.button-expand-link[aria-expanded="false"] .button-toggle-label:before {
  content: "Open";
}
button.button-expand-link[aria-expanded="false"] .button-toggle-sign:before {
  content: " +";
}
button.button-expand-link .button-toggle-label {
  float: right;
  font-size: 0.875rem;
  color: #216fb4;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
}
.accordion-link {
  color: #262262;
  padding-right: 60px;
  background-color: transparent;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.33;
}
.accordion-link .button-toggle-label {
  float: right;
  font-size: 0.875rem;
  color: #216fb4;
  text-transform: uppercase;
  position: relative;
}
.container-collapse-toggle .open .button-toggle-label:before {
  content: "Open All";
}
.container-collapse-toggle
  .open
  .button-toggle-label
  .button-toggle-sign:before {
  content: " +";
}
.container-collapse-toggle .button-toggle-label:before {
  content: "Close All";
}
.container-collapse-toggle .button-toggle-label .button-toggle-sign:before {
  content: " -";
}
.button-expand-link {
  width: 100%;
  text-align: left;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  color: #262262;
  display: block;
  padding: 0 75px 0 0;
  text-transform: inherit;
}
.footer {
  background: linear-gradient(0deg, #262262 0, #2f2e7e);
  color: #fff;
  margin-top: 50px;
}
.footer .footer-logo {
  width: 100%;
}
.footer .footer-main-section-column {
  margin-bottom: 0;
}
.footer .footer-main-section-column:first-child {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .footer .footer-main-section-column {
    border-left: 1px solid #494779;
    padding: 15px 30px;
    margin: 20px 0;
  }
  .footer .footer-main-section-column:first-child {
    border-left: none;
  }
}
.footer .footer-subscribe {
  margin-top: 15px;
}
.footer .footer-subscribe a.button-join-footer {
  margin-top: 20px;
  text-transform: none;
  width: 200px;
}
.footer .footer-mainSection-title {
  padding-bottom: 15px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.footer .footer-mainSection-title a {
  color: #fff;
}
.footer .footer-main-section-menu {
  margin-left: 0;
}
@media (min-width: 768px) {
  .footer .footer-main-section-menu {
    margin-left: 20px;
  }
}
.footer .footer-main-section-menu li {
  padding-bottom: 15px;
  font-weight: 300;
}
.footer .footer-main-section-menu li a {
  color: #fff;
  font-size: 14px;
}
.footer .footer__social_icon_box {
  display: inline-block;
  margin-right: 15px;
  height: 27px;
}
.footer .footer__social_icon_box .footer__social_icon {
  height: 27px;
  width: 32px;
}
.footer .footer-button {
  margin: 20px 0;
}
.footer .footer-button button {
  text-transform: none;
}
.footer ul.footer-list-level-3 {
  list-style: none;
  margin-bottom: -15px;
  padding-left: 20px;
}
.footer ul.footer-list-level-3 svg {
  max-width: 16px;
}
.footer__bottomSection {
  background-color: #20558a;
  color: #fff;
}
.footer__bottomSection__left {
  line-height: 50px;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 992px) {
  .footer__bottomSection__left {
    height: 72px;
    line-height: 72px;
  }
}
.footer__bottomSection__menu {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer__bottomSection__menu__item {
  display: inline-block;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .footer__bottomSection__menu__item {
    font-size: 12px;
  }
}
.footer__bottomSection__menu__item:first-of-type a {
  margin-left: 0;
}
.footer__bottomSection a:visited {
  color: #fff;
}
.footer__bottomSection__menu__item a {
  margin: 0 10px;
  color: #fff;
}
.footer__bottomSection__right {
  height: 72px;
  line-height: 72px;
  overflow: hidden;
}
.footer__bottomSection__list {
  height: 72px;
  margin: 0;
  list-style-type: none;
  vertical-align: top;
  text-align: center;
}
@media (min-width: 992px) {
  .footer__bottomSection__list {
    text-align: right;
  }
}
.footer__bottomSection__list__item {
  padding: 0 10px;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .footer__bottomSection__list__item {
    float: left;
  }
}
.footer__bottomSection__tagline__logo {
  width: 48px;
  height: 30px;
  margin-right: 10px;
}
.footer__bottomSection__copyright {
  margin-bottom: 15px;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  color: #fff;
  text-align: center;
}
@media (min-width: 992px) {
  .footer__bottomSection__copyright {
    text-align: left;
  }
}
.footer__mainSection__disclaimer p {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.64;
  color: #f1f1f1;
}
.footer__mainSection__bottomAside a {
  color: #6cace4;
  text-decoration: underline;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 16/24;
  margin: 0 0 20px;
}
.h1,
h1 {
  color: #262262;
  font-weight: 700;
  text-align: center;
}
.title-deco-underline {
  display: block;
  background-color: #f8c954;
  height: 8px;
  width: 100%;
  max-width: 300px;
}
.h2,
h2 {
  font-weight: 400;
  letter-spacing: -0.4px;
  font-family: "Helvetica", Arial, sans-serif;
  font-style: normal;
  font-stretch: normal;
  color: #262262;
  font-size: 30px;
}
h3 {
  font-size: 1.375rem;
}
blockquote {
  margin: 0;
  padding: 15px 40px;
}
.no-gutters {
  margin: 0;
  padding: 0;
}
.pl-c-main {
  overflow: unset;
}
a {
  color: #216fb4;
}
.news-events-anchor {
  color: #216fb4 !important;
}
.list-style-none {
  list-style: none;
}
main.announcement .article-date,
main.announcement_es .article-date,
main.research_highlight_en .article-date,
main.research_highlight_es .article-date,
main.voices_en .article-date,
main.voices_es .article-date {
  font-size: 1.5rem;
}
main.announcement_es h1.page-title,
main.announcement h1.page-title,
main.research_highlight_en h1.page-title,
main.research_highlight_es h1.page-title,
main.voices_en h1.page-title,
main.voices_es h1.page-title {
  text-align: left;
  margin-top: 5px;
}
.resource-links-list {
  font-size: 1.25rem;
}
img.img-lft {
  float: left;
  padding: 25px;
}
.collapse,
.header {
  width: 100%;
}
.header {
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
}
@media (min-width: 992px) {
  .header {
    position: fixed;
    z-index: 10;
    top: 0;
  }
}
.layout-container {
  padding-top: 190px;
}
@media (max-width: 1199px) {
  .layout-container {
    padding-top: 250px;
  }
}
@media (max-width: 991px) {
  .layout-container {
    padding-top: 0;
  }
}
.navbar-nav {
  padding-bottom: 0 !important;
}
@media (min-width: 992px) {
  .navbar-nav .dropdown-item:focus,
  .navbar-nav .dropdown-item:hover {
    background-color: inherit;
  }
  .navbar-nav .dropdown-toggle:focus,
  .navbar-nav .dropdown-toggle:hover {
    color: #fff;
    text-decoration: none;
    background-color: #262262;
    cursor: pointer;
  }
}
.navbar-nav .dropdown-toggle:after {
  display: none;
}
.navbar-nav .nav-item {
  color: #262262;
}
.navbar-nav .nav-item:hover {
  background-color: #262262;
}
.navbar-nav .nav-item:hover .nav-link {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .navbar-nav .nav-item:hover .nav-link {
    color: #fff;
    background-color: #262262;
  }
}
.navbar-nav .nav-item:hover .fa-chevron-down,
.navbar-nav .nav-item:hover .fa-chevron-up {
  color: #fff;
}
@media (min-width: 992px) {
  .navbar-nav .nav-item {
    text-align: center;
    margin: 0;
    display: table;
    float: left;
    outline: none;
    position: relative;
  }
  .navbar-nav .nav-item:hover .submenu {
    left: 0;
    opacity: 1;
    width: 220px;
  }
  .navbar-nav .nav-item a.nav-link {
    background-size: 10px 5px;
    font-size: 16px;
    font-weight: 700;
    padding: 0 30px;
    display: table-cell;
    vertical-align: middle;
    height: 65px;
    letter-spacing: -0.4px;
    color: #262262;
    font-family: "Helvetica", Arial, sans-serif;
    background-color: #fff;
  }
  .navbar-nav .nav-item .fa-chevron-down,
  .navbar-nav .nav-item .fa-chevron-up {
    display: none;
  }
  .navbar-nav .nav-item a {
    display: block;
    vertical-align: middle;
    min-height: 40px;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.4px;
  }
  .navbar-nav .nav-item .submenu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    z-index: 8888;
    top: 65px;
    background-color: #fff;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    padding: 0;
    border-top: 1px solid #e1e1e1;
  }
  .navbar-nav .nav-item .dropdown-item {
    padding: 0;
    width: 100%;
    height: 0;
    float: none;
    text-align: left;
    margin: 0;
    display: table;
    outline: none;
    position: relative;
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .logo-container {
    padding: 0;
    margin-top: 20px;
  }
}
.main-menu {
  maring-top: 10px;
}
.navbar {
  padding: 0;
  background-color: #fff;
  background-color: theme-color("outer-space");
}
@media (min-width: 992px) {
  .navbar .navbar-nav {
    flex-direction: row;
  }
}
.navbar .header-column-hamburger {
  width: 45px;
}
@media (min-width: 992px) {
  .navbar .header-column-hamburger {
    width: inherit;
  }
}
.navbar .header-column-logo {
  width: 40vw;
  left: 20px;
}
@media (min-width: 992px) {
  .navbar .header-column-logo {
    width: inherit;
    left: 0;
  }
}
.navbar .header-column-links {
  width: 45vw;
}
@media (min-width: 992px) {
  .navbar .header-column-links {
    width: inherit;
  }
}
@media (max-width: 1199.98px) {
  .navbar .mobile-flush-right {
    padding-left: 10px;
    font-size: 12px;
    line-height: 25px;
  }
}
.navbar .fa-search {
  color: #fff;
  font-size: 1.25rem;
}
.navbar .search-menu {
  display: none;
  width: 100%;
  padding: 20px;
}
@media (min-width: 992px) {
  .navbar .search-menu {
    width: auto;
    padding: 0;
  }
}
.navbar .search-menu .search-input {
  width: 165px;
}
@media (min-width: 992px) {
  .navbar {
    background-color: #fff;
  }
}
.navbar .navbar-brand {
  color: theme-color("outer-space");
  margin: 0 auto;
}
.navbar .navbar-toggler {
  border: none;
  box-shadow: none;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-nav {
  background-color: transparent;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-link {
    color: theme-color("outer-space");
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
.navbar-nav .nav-link {
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 20px;
  border: none;
  border-radius: 0;
  color: #262262;
  background-color: #eee;
}
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link[aria-expanded="true"] .fa-chevron-down,
.navbar-nav .nav-link[aria-expanded="true"] .fa-chevron-up {
  color: #fff;
}
@media (min-width: 992px) {
  .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
  }
}
.animated-icon2 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.animated-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  background: #262262;
}
.animated-icon2 span:first-child {
  top: 0;
}
.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
  top: 10px;
}
.animated-icon2 span:nth-child(4) {
  top: 20px;
}
.animated-icon2.open span:first-child {
  top: 11px;
  width: 0;
  left: 50%;
}
.animated-icon2.open span:nth-child(2) {
  transform: rotate(45deg);
}
.animated-icon2.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0;
  left: 50%;
}
.join-now-container {
  padding: 0;
  text-align: right;
}
.button-link.pipe-right {
  font-size: 13px;
  position: relative;
  right: 5px;
  top: 20px;
}
@media (min-width: 576px) {
  .button-link.pipe-right {
    top: 40px;
  }
}
@media (min-width: 992px) {
  .button-link.pipe-right {
    display: inline-block;
    margin-top: 15px;
    font-size: inherit;
    border-right: 1px solid #a9a9a9;
    letter-spacing: 1.8px;
    margin-right: 10px;
    padding-right: 10px;
    float: none;
    top: 0;
    right: 0;
  }
}
.header__topSection {
  display: block;
  background: #15578a;
  width: 100%;
  height: 30px;
  overflow: hidden;
  position: static;
}
.header__topSection a {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.6px;
}
@media (min-width: 992px) {
  .navbar-nav {
    display: table;
    margin: 0 auto;
    width: auto;
    padding: 0;
    border: none;
    list-style: none;
    text-align: left;
  }
}
.label-file {
  font-size: 12px !important;
  text-decoration: none !important;
  font-style: normal !important;
  font-weight: 700 !important;
  display: inline-block;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  background-color: #333;
}
.label-file-pdf {
  background-color: #cb4a32;
}
.label-file-doc,
.label-file-docx {
  background-color: #2a5699;
}
.label-file-ppt,
.label-file-pptx {
  background-color: #cb4a32;
}
.label-file-xls,
.label-file-xlsx {
  background-color: #207245;
}
.label-file-zip {
  background-color: #333;
}
.search-form-new {
  position: relative;
}
.search-form-new .form-input {
  position: absolute;
  z-index: 100;
  width: 20px;
  right: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  transition: all 150ms ease-in-out;
}
.search-form-new .form-input.open {
  width: 200px;
}
.search-form-new .s-icon {
  width: 35px;
  display: inline-block;
  text-align: center;
  margin: auto auto;
  padding-top: 4px;
}
.s-icon .btn:focus {
  box-shadow: none;
}
.search-form-new .input-wrapper {
  width: 0px;
  height: 0;
  text-align: left;
  overflow: hidden;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: baseline;
}
.form-input.open .input-wrapper {
  width: 162px;
  height: auto;
}
.input-wrapper input {
  display: inline-block;
  background: transparent;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
  width: 100%;
}
.input-wrapper input:focus,
.input-wrapper input:active,
.input-wrapper input:focus-visible {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  outline: none;
}
.input-wrapper a {
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  padding: 6px;
}

.join-now-container .btn-sub {
  background-image: none;
  margin-top: 5px;
  background-image: none;
  width: 176px;
  color: #262262 important!;
  background-color: #ffdd7f important!;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 100%;
  border-radius: 9999px;
  text-transform: none;
}

#block-particle-breadcrumbs nav {
  width: 100%;
}
.breadcrumb {
  justify-content: flex-end;
}
.logo-col {
  width: 13%;
}
.menu-col {
  width: 87%;
}
.aou-logo {
  width: 112px;
  display: block;
  position: absolute;
  top: 0px;
  left: 15px;
}
.mw {
  width: 100%;
}
.aou-logo img {
  max-width: 112px;
}
.top-right-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
}
.top-right-bar > div {
  margin: 0 10px;
}
.navbar-logo img {
  width: 230px;
  margin: 8px 0;
}
button.button-expand-link {
  padding-right: 70px;
}
button.button-expand-link .button-toggle-label {
  padding-left: 10px;
}
.accordion-panel .container-button-toggleAll {
  line-height: 100%;
}
.feature-highlight {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 100px;
  background-color: #262262;
}
.feature-highlight header {
  padding-left: 15px;
  padding-right: 15px;
}
.feature-highlight header h2 {
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 25px;
  line-height: 38px;
}
.feature-highlight h2 {
  letter-spacing: -0.4px;
  font-weight: 400;
}
.feature-highlight img {
  border: 1px solid #fff;
}
.feature-highlight h2 a {
  color: #fff;
}
.feature-highlight p {
  color: #fff;
}
.photo-wrapper {
  position: relative;
}
.photo-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 54%;
}
.photo-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .feature-highlight h2 {
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .header-column-logo .gtm-header-home {
    text-align: left;
  }
  .join-now-container .btn-sub {
    margin: 10px auto;
    width: 140px;
    font-size: 12px;
    padding: 10px 12px;
  }
  .s-icon .btn {
    padding: 10px 15px;
  }
  .header-column-hamburger {
    margin-bottom: 15px;
    padding-right: 0px;
  }
  .menu-col .collapse {
    margin-top: 90px;
  }
  .mw {
    width: 100%;
  }
  .btn-sub {
    background-image: none;
    background-color: #ffdd7f;
  }
  .breadcrumb {
    justify-content: flex-end;
  }
  .logo-col {
    width: 16.66%;
  }
  .menu-col {
    width: 100%;
  }
  .aou-logo {
    left: 0px;
  }
  .top-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  #block-particle-breadcrumbs .row {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #block-particle-breadcrumbs nav {
    width: 80%;
  }
  .aou-logo img {
    max-width: 67px;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-nav .nav-item a.nav-link {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 575px) {
  .logo-container {
    padding-left: 0px;
  }
  .footer__bottomSection {
    margin-bottom: 90px;
  }
  .all-of-us-logo {
    margin-bottom: -40px;
  }
  .collapse {
    margin-top: 80px;
  }
  .breadcrumb {
    margin-top: 10px;
  }
  #block-particle-breadcrumbs nav {
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .navbar-nav > li.nav-item a.nav-link {
    padding: 0 20px;
  }
}
#block-particle-breadcrumbs {
  margin-bottom: 50px;
}
#block-particle-breadcrumbs .container nav {
  position: absolute;
  left: 0;
  top: -50px;
  width: 100%;
  padding: 0 0 0 145px;
}
#block-particle-breadcrumbs .container {
  position: relative;
  margin-top: 10px;
}
#block-particle-breadcrumbs .breadcrumb {
  justify-content: flex-start;
}
#block-particle-breadcrumbs .breadcrumb .breadcrumb-item,
#block-particle-breadcrumbs .breadcrumb .breadcrumb-item a {
  display: inline;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  transition: color 150ms ease-in-out;
}
#block-particle-breadcrumbs .breadcrumb .breadcrumb-item a {
  color: #216fb4;
}
#block-particle-breadcrumbs .breadcrumb .breadcrumb-item.active {
  font-weight: bold;
}
#block-particle-breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
  color: #a9a9a9;
}
@media (max-width: 1199px) {
  #block-particle-breadcrumbs .container nav {
    top: -40px;
    padding: 0px 0 0 125px;
  }
}
@media (max-width: 991px) {
  #block-particle-breadcrumbs .container {
    padding-left: 0;
  }
  #block-particle-breadcrumbs .container nav {
    position: static;
    top: 0;
    padding: 30px 0 0 0;
  }
}
@media (max-width: 767px) {
  #block-particle-breadcrumbs .container {
    display: none;
  }
}
.voices-pattern-card .row.card-grid.pattern.voices-card,
.voices-pattern-card .basic-content-body .row {
  margin: 0;
}
.voices-pattern-card .card-grid-title {
  color: #216fb4;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 0;
  border-top: 0;
}
.voices-pattern-card .basic-content-body a p,
.voices-pattern-card .basic-content-body p a {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #216fb4;
}
.voices-pattern-card .basic-content-body .extlink {
  margin-left: 0;
}
.voices-pattern-card .main-body-description {
  padding-left: 33px;
}
.voices-pattern-card .name {
  text-align: right;
}
.voices-pattern-card .btn-wrapper {
  text-align: right;
  margin-top: 52px;
}
.voices-pattern-card .row.card-grid.pattern.voices-card {
  margin-top: 35px;
}
@media (max-width: 991px) {
  .voices-pattern-card .main-body-description {
    padding-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .voices-pattern-card .btn-wrapper {
    text-align: center;
    margin-top: 30px;
  }
}
.feature-highlight h2 {
  color: #fff;
}
.feature-highlight .main-body-description {
  color: #fff;
}
.feature-highlight .btn-wrapper {
  text-align: right;
  margin-top: 30px;
}
.feature-highlight.with-white-bg .basic-content-body .row {
  margin: 0;
}
.feature-highlight.with-white-bg {
  background-color: #fff;
}
.feature-highlight.with-white-bg .main-body-description,
.feature-highlight.with-white-bg .main-body-description h2 {
  color: #000;
}
.feature-highlight.with-white-bg header h2 {
  color: #216fb4;
  font-weight: 700;
}
.feature-highlight.with-white-bg h2 a {
  color: #262262;
}
.feature-highlight.with-white-bg p {
  color: #212529;
}
.feature-highlight .btn.btn-dark {
  color: #262262;
  background-image: linear-gradient(180deg, #9dcdf8, #6cace4);
}
.feature-highlight .btn.btn-dark:hover {
  background-image: linear-gradient(180deg, #c4e1fc, #98c7ef);
}
.feature-highlight.with-white-bg .btn.btn-dark {
  color: #fff;
  background-image: linear-gradient(0deg, #262262, #2f2e7e);
}
.feature-highlight.with-white-bg .btn.btn-dark:hover {
  background-image: linear-gradient(0deg, #403c8b, #4d4ca5);
  color: #fff;
}
@media (max-width: 991px) {
  .feature-highlight .main-body-description h2 {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .feature-highlight.btn-right .btn-wrpper,
  .feature-highlight.btn-center .btn-wrpper,
  .feature-highlight.btn-left .btn-wrpper {
    text-align: center;
  }
}
.feed-annoucment-cards a.img_thumb_link {
  position: relative;
  display: block;
}
.feed-annoucment-cards a.img_thumb_link:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.feed-annoucment-cards a.img_thumb_link img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.feed-annoucment-cards.feed {
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.feed-annoucment-cards p.card-title.gtm-card {
  font-size: 18px;
  font-weight: 700;
  color: #216fb4;
  font-style: normal;
  line-height: 23px;
}
.feed-annoucment-cards .card-text p {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 20px;
  margin-top: 15px;
}
.feed-annoucment-cards .card-text {
  margin-bottom: 54px;
  margin-top: 25px;
}
.card-container:has(.feed-annoucment-cards) {
  height: inherit;
}
.feed.feed-events-cards {
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-top: 5px solid #f8c954;
  border-bottom: 5px solid #f8c954;
  width: 100%;
}
.card-container:has(.feed-events-cards) {
  height: inherit;
}
.feed-events-cards .card-text {
  margin-top: 20px;
}
.feed-events-cards .title_link .card-title {
  font-weight: 700;
}
.row.extra-column-spaceing .card-text + p {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 40px;
}
h1.event-cards {
  color: #216fb4;
  font-weight: bold;
  width: 100%;
}
.views-events {
  margin-top: 70px;
}
.dynamic-container .pager:before,
.dynamic-container .pager__items:before {
  position: relative;
  height: 0;
}
.dynamic-container .pager,
.dynamic-container .pager__items {
  padding: 0px;
  display: inline-block;
  margin: 3rem auto;
}
.dynamic-container .pager__items {
  display: inline-flex;
  justify-content: center;
}
.dynamic-container .pager .pager__item {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.dynamic-container .pager .pager__item a {
  color: #6c757d;
  background-color: #fff;
  line-height: 1.25;
  border: 1px solid #dee2e6;
  padding: 6px 12px;
  display: inline-block;
}
.dynamic-container .pager__item.is-active a {
  background-color: #262262;
  border-color: #262262;
  color: #fff;
}
.dynamic-container .pager .pager__item a:after {
  width: 0px;
  height: 0px;
  margin: 0px;
}
.dynamic-container .pager__item:first-child a {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.dynamic-container .pager__item:last-child a {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.dynamic-container .pager__item a:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
}
@media (min-width: 992px) {
  .row.extra-column-spaceing {
    margin: 0 -40px;
  }
  .extra-column-spaceing .col-sm-4 {
    padding: 0 40px;
  }
  .row.extra-column-spaceing .card-btn {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .row.extra-column-spaceing {
    margin: 0;
  }
  h1.event-cards {
    margin-left: 15px;
  }
  .row.extra-column-spaceing .card-btn {
    text-align: center;
    padding-right: 0;
    width: 100%;
  }
}
.event_index #block-particle-content footer {
  display: none;
}
.feeds-container .divider {
  border-top: 2px solid #adb6be;
  width: 100%;
}
.event_index .views-exposed-form-block-3 {
  width: 100%;
  padding: 0;
}
@media (min-width: 576px) {
  .event_index .views-exposed-form-block-3 {
    max-width: 540px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .event_index .views-exposed-form-block-3 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .event_index .views-exposed-form-block-3 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .event_index .views-exposed-form-block-3 {
    max-width: 1140px;
  }
}
.event_index .views-exposed-form-block-3 form {
  display: flex;
  gap: 10px;
}
.event_index .views-exposed-form-block-3 select,
.event_index .views-exposed-form-block-3 input {
  height: 54px;
  color: #262263;
  background: none;
  padding: 0 15px;
}
.event_index .views-exposed-form-block-3 .js-form-type-select {
  background-color: #b5e4fd;
  border: 1px solid #b5e4fd;
  border-radius: 4px;
  position: relative;
}
.event_index .views-exposed-form-block-3 select {
  color: #262263;
  position: relative;
  padding-right: 40px;
  border: 0;
  font-size: 18px;
  font-weight: 700;
}
.event_index .views-exposed-form-block-3 input {
  background-image: linear-gradient(0deg, #262262, #2f2e7e);
  background-color: #262263;
  color: #fff;
  border: 0;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.08px;
}
.event_index .views-exposed-form-block-3 input + input {
  background: none;
  border: 1px solid #262262;
  color: #262262;
  margin-left: 7px;
}
.event_index .views-exposed-form-block-3 input + input:hover {
  background: #212529;
  color: #fff;
}
.event_index .views-exposed-form-block-3 input:hover {
  background-image: linear-gradient(0deg, #403c8b, #4d4ca5);
  background-color: #403c8b;
  color: #fff;
}
.event_index #block-particle-content .basic-content .row {
  margin: 0;
}
.event_index #block-particle-content .basic-content .row .row .col-12 {
  padding: 0;
}
.event_index #block-particle-content .basic-content a svg {
  display: none;
}
.event_index #block-particle-content .basic-content p {
  margin-bottom: 0;
}
.event-property-list li a svg {
  display: none;
}
.event-item a svg {
  display: none;
}
.dynamic-container .pager__item.pager__item--ellipsis {
  margin: 0 5px;
}
.form-group.js-form-item.form-item.js-form-type-select::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg class='svg-inline--fa fa-chevron-down fa-w-14 btn-decor ml-2 off' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='currentColor' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'%3E%3C/path%3E%3C/svg%3E");
  position: absolute;
  right: 4px;
  top: 17px;
  height: 24px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #b5e4fd;
  pointer-events: none;
}
@media (max-width: 767px) {
  .event_index .views-exposed-form-block-3 form {
    flex-wrap: wrap;
  }
  .event_index #block-particle-content .basic-content .row .row {
    margin: 0 -15px;
  }
  .event_index .views-exposed-form-block-3 .js-form-type-select {
    margin-bottom: 0;
  }
}
.voices-jumbo-card .row.card-grid.jumbo.voices-card,
.voices-jumbo-card .basic-content-body .row {
  margin: 0;
}
.voices-jumbo-card .card-grid-title {
  color: #216fb4;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 0;
  border-top: 0;
}
.voices-jumbo-card .basic-content-body h2 {
  color: white;
}
.voices-jumbo-card .basic-content-body a p,
.voices-jumbo-card .basic-content-body p a {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #216fb4;
}
.voices-jumbo-card .photo-wrapper {
  margin-top: 30px;
}
.voices-jumbo-card .basic-content-body .extlink {
  margin-left: 0;
}
.voices-jumbo-card .main-body-description {
  padding: 10px 0 30px 30px;
}
.voices-jumbo-card .name {
  text-align: right;
}
.voices-jumbo-card .btn-wrapper {
  text-align: right;
  margin-top: 52px;
}
.voices-jumbo-card .row.card-grid.jumbo.voices-card {
  margin-top: 35px;
}
@media (max-width: 991px) {
  .voices-jumbo-card .main-body-description {
    padding-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .voices-jumbo-card .btn-wrapper {
    text-align: center;
    margin-top: 30px;
  }
}

svg:not(:root).svg-inline--fa {
  overflow: visible;
}
.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.svg-inline--fa.fa-lg {
  vertical-align: -0.225em;
}
.svg-inline--fa.fa-w-1 {
  width: 0.0625em;
}
.svg-inline--fa.fa-w-2 {
  width: 0.125em;
}
.svg-inline--fa.fa-w-3 {
  width: 0.1875em;
}
.svg-inline--fa.fa-w-4 {
  width: 0.25em;
}
.svg-inline--fa.fa-w-5 {
  width: 0.3125em;
}
.svg-inline--fa.fa-w-6 {
  width: 0.375em;
}
.svg-inline--fa.fa-w-7 {
  width: 0.4375em;
}
.svg-inline--fa.fa-w-8 {
  width: 0.5em;
}
.svg-inline--fa.fa-w-9 {
  width: 0.5625em;
}
.svg-inline--fa.fa-w-10 {
  width: 0.625em;
}
.svg-inline--fa.fa-w-11 {
  width: 0.6875em;
}
.svg-inline--fa.fa-w-12 {
  width: 0.75em;
}
.svg-inline--fa.fa-w-13 {
  width: 0.8125em;
}
.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}
.svg-inline--fa.fa-w-15 {
  width: 0.9375em;
}
.svg-inline--fa.fa-w-16 {
  width: 1em;
}
.svg-inline--fa.fa-w-17 {
  width: 1.0625em;
}
.svg-inline--fa.fa-w-18 {
  width: 1.125em;
}
.svg-inline--fa.fa-w-19 {
  width: 1.1875em;
}
.svg-inline--fa.fa-w-20 {
  width: 1.25em;
}
.svg-inline--fa.fa-pull-left {
  margin-right: 0.3em;
  width: auto;
}
.svg-inline--fa.fa-pull-right {
  margin-left: 0.3em;
  width: auto;
}
.svg-inline--fa.fa-border {
  height: 1.5em;
}
.svg-inline--fa.fa-li {
  width: 2em;
}
.svg-inline--fa.fa-fw {
  width: 1.25em;
}
.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -0.125em;
  width: 1em;
}
.fa-layers svg.svg-inline--fa {
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.fa-layers-counter,
.fa-layers-text {
  display: inline-block;
  position: absolute;
  text-align: center;
}
.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.fa-layers-counter {
  background-color: #ff253a;
  border-radius: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  height: 1.5em;
  line-height: 1;
  max-width: 5em;
  min-width: 1.5em;
  overflow: hidden;
  padding: 0.25em;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.fa-layers-bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.fa-layers-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.fa-layers-top-right {
  right: 0;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.fa-layers-top-left {
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em;
}
.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em;
}
.fa-inverse {
  color: #fff;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.svg-inline--fa .fa-primary {
  fill: var(--fa-primary-color, currentColor);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}
.svg-inline--fa .fa-secondary {
  fill: var(--fa-secondary-color, currentColor);
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}
.svg-inline--fa.fa-swap-opacity .fa-primary {
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}
.svg-inline--fa.fa-swap-opacity .fa-secondary {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}
.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
  fill: #000;
}
.fad.fa-inverse {
  color: #fff;
}

.nav__nih .nih__group {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin: 0;
}

.nav__nih .nih__join {
  font-family: "Helvetica-Bold";
  display: block;
  width: 176px;
  height: 40px;
  color: #262262 !important;
  background-color: #ffdd7f !important;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  border-radius: 9999px;
}

/* Default styles for dropdown items */
.dropdown-item {
  background-color: white;
  color: #262262;
  transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition for color changes */
}

/* Hover effect for dropdown items */
.dropdown-item:hover {
  background-color: #262262;
  color: white;
}

/* Optional: Remove the text decoration */
.dropdown-item:hover a {
  text-decoration: none;
}
