@import '/wp-content/uploads/normalize.css';

/*! Bootstrap v4.5.3 (https://getbootstrap.com/) Copyright 2011-2020 The Bootstrap Authors Copyright 2011-2020 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */
:root {
  --gray: #6d8089;
  --gray-dark: #343a40;
  --primary: #0092b7;
  --secondary: #5ca958;
  --success: #00b982;
  --info: #17a2b8;
  --warning: #ffc432;
  --danger: #dc354d;
  --light: #f3f2f0;
  --dark: #003950;
  --white: #ffffff;
  --lighter: #f8f8f7;
  --gray: #848484;
  --gray-500: #848484;
  --mid: #6d8089;
  --black: #000000;
  --blue: #0092b7;
  --blue-350: #5AC4D8;
  --indigo: #630a53;
  --indigo-600: #630a53;
  --purple: #7f1876;
  --pink: #b40863;
  --pink-550: #DB354D;
  --red: #dc354d;
  --red-550: #e55e4a;
  --orange: #ff7f12;
  --yellow: #ffc432;
  --yellow-450: #ffc332;
  --green: #00b982;
  --green-350: #85cd7c;
  --teal: #168374;
  --cyan: #17a2b8;
  --teal-100: #afeee3;
  --teal-200: #89d8cc;
  --teal-300: #61c4b5;
  --teal-400: #4eae9f;
  --teal-500: #449989;
  --teal-550: #006054;
  --teal-600: #168374;
  --prevention: #003950;
  --prevention-100: #b5e3f3;
  --prevention-200: #8cc1d2;
  --prevention-300: #679eb1;
  --prevention-400: #4d7e92;
  --prevention-500: #275b71;
  --prevention-600: #003950;
  --prevention-700: #102334;
  --rescue: #00d1c3;
  --rescue-100: #b5f1eb;
  --rescue-200: #93eae2;
  --rescue-300: #6fe4db;
  --rescue-400: #65dcd2;
  --rescue-500: #61d6ca;
  --rescue-600: #00d1c3;
  --recycle: #5ca958;
  --recycle-100: #d1ecc1;
  --recycle-200: #badeab;
  --recycle-300: #a3d097;
  --recycle-400: #75c46c;
  --recycle-500: #5ca958;
  --recycle-600: #3d8944;
  --optimize: #003a52;
  --enhance: #045b80;
  --refine: #006995;
  --maximize: #048dc6;
  --reshape: #009dde;
  --strengthen: #00d1c3;
  --producers: #dc354d;
  --manufacturers: #630a53;
  --retailers: #ff7f12;
  --foodservice: #b40863;
  --policymakers: #168374;
  --capital-providers: #00b982;
  --gov-grants: #f9e3bf;
  --gov-tax: #ffc332;
  --gov-finance: #f1a73c;
  --non-gov-grants: #0091b6;
  --impact-first: #59c4db;
  --venture-capital: #3d8844;
  --private-equity: #5ca858;
  --corporate-finance: #85cd7c;
  --commercial-project-finance: #b6e1ab;
  --media: #0092b7;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440px;
  --breakpoint-xxxl: 1600px;
  --font-family-sans-serif: "Open Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
*:before,
*:after {
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

body {
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #344955;
  text-align: left;
  background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #0092b7;
  text-decoration: none;
  background-color: transparent
}

a:hover {
  color: #00556b;
  text-decoration: underline
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}

figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle;
  border-style: none
}

svg {
  overflow: hidden;
  vertical-align: middle
}

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6d8089;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0
}

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + .3vw)
  }
}

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: .5rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
  color: inherit
}

h1,
.h1 {
  font-size: 2.5rem
}

@media (max-width: 1200px) {

  h1,
  .h1 {
    font-size: calc(1.375rem + 1.5vw)
  }
}

h2,
.h2 {
  font-size: 2.3rem
}

@media (max-width: 1200px) {

  h2,
  .h2 {
    font-size: calc(1.355rem + 1.26vw)
  }
}

h3,
.h3 {
  font-size: 1.8rem
}

@media (max-width: 1200px) {

  h3,
  .h3 {
    font-size: calc(1.305rem + .66vw)
  }
}

h4,
.h4 {
  font-size: 1.5rem
}

@media (max-width: 1200px) {

  h4,
  .h4 {
    font-size: calc(1.275rem + .3vw)
  }
}

h5,
.h5 {
  font-size: 1.2rem
}

h6,
.h6 {
  font-size: .9rem
}

.lead {
  font-size: 1.25rem;
  font-weight: 300
}

.display-1 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.2
}

@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.525rem + 3.3vw)
  }
}

.display-2 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2
}

@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.475rem + 2.7vw)
  }
}

.display-3 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2
}

@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.425rem + 2.1vw)
  }
}

.display-4 {
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 1.2
}

@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.355rem + 1.26vw)
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1)
}

small,
.small {
  font-size: 80%;
  font-weight: 400
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3
}

.list-unstyled,
.list-inline {
  padding-left: 0;
  list-style: none
}

.list-inline-item {
  display: inline-block
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem
}

.initialism {
  font-size: 90%;
  text-transform: uppercase
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6d8089
}

.blockquote-footer:before {
  content: "\2014\a0"
}

.img-fluid {
  max-width: 100%;
  height: auto
}

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  max-width: 100%;
  height: auto
}

.figure {
  display: inline-block
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1
}

.figure-caption {
  font-size: 90%;
  color: #6d8089
}

code {
  font-size: 87.5%;
  color: #b40863;
  word-wrap: break-word
}

a>code {
  color: inherit
}

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #182024;
  border-radius: .2rem
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700
}

pre {
  display: block;
  font-size: 87.5%;
  color: #182024
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 576px) {

  .container-sm,
  .container {
    max-width: 540px
  }
}

@media (min-width: 768px) {

  .container-md,
  .container-sm,
  .container {
    max-width: 720px
  }
}

@media (min-width: 992px) {

  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px
  }
}

@media (min-width: 1200px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px
  }
}

@media (min-width: 1440px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px
  }
}

.row,
.results-cards .ais-Hits-list {
  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-xxxl,
.col-xxxl-auto,
.col-xxxl-12,
.col-xxxl-11,
.col-xxxl-10,
.col-xxxl-9,
.col-xxxl-8,
.col-xxxl-7,
.col-xxxl-6,
.col-xxxl-5,
.col-xxxl-4,
.col-xxxl-3,
.col-xxxl-2,
.col-xxxl-1,
.col-xxl,
.col-xxl-auto,
.col-xxl-12,
.col-xxl-11,
.col-xxl-10,
.col-xxl-9,
.col-xxl-8,
.col-xxl-7,
.col-xxl-6,
.col-xxl-5,
.col-xxl-4,
.col-xxl-3,
.col-xxl-2,
.col-xxl-1,
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.results-cards .ais-Hits-list .ais-Hits-item,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.results-cards .ais-Hits-list .ais-Hits-item,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}

.row-cols-1>* {
  flex: 0 0 100%;
  max-width: 100%
}

.row-cols-2>* {
  flex: 0 0 50%;
  max-width: 50%
}

.row-cols-3>* {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.row-cols-4>* {
  flex: 0 0 25%;
  max-width: 25%
}

.row-cols-5>* {
  flex: 0 0 20%;
  max-width: 20%
}

.row-cols-6>* {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

.col-1 {
  flex: 0 0 8.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,
.results-cards .ais-Hits-list .ais-Hits-item {
  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;
    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;
    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;
    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,
  .results-cards .ais-Hits-list .ais-Hits-item {
    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;
    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%
  }
}

@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .row-cols-xxl-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-xxl-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-xxl-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .row-cols-xxl-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-xxl-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-xxl-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xxl-first {
    order: -1
  }

  .order-xxl-last {
    order: 13
  }

  .order-xxl-0 {
    order: 0
  }

  .order-xxl-1 {
    order: 1
  }

  .order-xxl-2 {
    order: 2
  }

  .order-xxl-3 {
    order: 3
  }

  .order-xxl-4 {
    order: 4
  }

  .order-xxl-5 {
    order: 5
  }

  .order-xxl-6 {
    order: 6
  }

  .order-xxl-7 {
    order: 7
  }

  .order-xxl-8 {
    order: 8
  }

  .order-xxl-9 {
    order: 9
  }

  .order-xxl-10 {
    order: 10
  }

  .order-xxl-11 {
    order: 11
  }

  .order-xxl-12 {
    order: 12
  }

  .offset-xxl-0 {
    margin-left: 0
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%
  }

  .offset-xxl-3 {
    margin-left: 25%
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%
  }

  .offset-xxl-6 {
    margin-left: 50%
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%
  }

  .offset-xxl-9 {
    margin-left: 75%
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%
  }
}

@media (min-width: 1600px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .row-cols-xxxl-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-xxxl-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-xxxl-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .row-cols-xxxl-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-xxxl-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-xxxl-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-xxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-xxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-xxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-xxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-xxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xxxl-first {
    order: -1
  }

  .order-xxxl-last {
    order: 13
  }

  .order-xxxl-0 {
    order: 0
  }

  .order-xxxl-1 {
    order: 1
  }

  .order-xxxl-2 {
    order: 2
  }

  .order-xxxl-3 {
    order: 3
  }

  .order-xxxl-4 {
    order: 4
  }

  .order-xxxl-5 {
    order: 5
  }

  .order-xxxl-6 {
    order: 6
  }

  .order-xxxl-7 {
    order: 7
  }

  .order-xxxl-8 {
    order: 8
  }

  .order-xxxl-9 {
    order: 9
  }

  .order-xxxl-10 {
    order: 10
  }

  .order-xxxl-11 {
    order: 11
  }

  .order-xxxl-12 {
    order: 12
  }

  .offset-xxxl-0 {
    margin-left: 0
  }

  .offset-xxxl-1 {
    margin-left: 8.3333333333%
  }

  .offset-xxxl-2 {
    margin-left: 16.6666666667%
  }

  .offset-xxxl-3 {
    margin-left: 25%
  }

  .offset-xxxl-4 {
    margin-left: 33.3333333333%
  }

  .offset-xxxl-5 {
    margin-left: 41.6666666667%
  }

  .offset-xxxl-6 {
    margin-left: 50%
  }

  .offset-xxxl-7 {
    margin-left: 58.3333333333%
  }

  .offset-xxxl-8 {
    margin-left: 66.6666666667%
  }

  .offset-xxxl-9 {
    margin-left: 75%
  }

  .offset-xxxl-10 {
    margin-left: 83.3333333333%
  }

  .offset-xxxl-11 {
    margin-left: 91.6666666667%
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #344955
}

.table th,
.table td {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6
}

.table-sm th,
.table-sm td {
  padding: .3rem
}

.table-bordered,
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
  border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #0000000d
}

.table-hover tbody tr:hover {
  color: #344955;
  background-color: #00000013
}

.table-primary,
.table-primary>th,
.table-primary>td {
  background-color: #b8e0eb
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
  border-color: #7ac6da
}

.table-hover .table-primary:hover {
  background-color: #a4d7e5
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: #a4d7e5
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
  background-color: #d1e7d0
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
  border-color: #aad2a8
}

.table-hover .table-secondary:hover {
  background-color: #c0debf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: #c0debf
}

.table-success,
.table-success>th,
.table-success>td {
  background-color: #b8ebdc
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
  border-color: #7adbbe
}

.table-hover .table-success:hover {
  background-color: #a4e5d2
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #a4e5d2
}

.table-info,
.table-info>th,
.table-info>td {
  background-color: #bee5eb
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
  border-color: #86cfda
}

.table-hover .table-info:hover {
  background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #abdde5
}

.table-warning,
.table-warning>th,
.table-warning>td {
  background-color: #ffeec6
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
  border-color: #ffe094
}

.table-hover .table-warning:hover {
  background-color: #ffe6ad
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #ffe6ad
}

.table-danger,
.table-danger>th,
.table-danger>td {
  background-color: #f5c6cd
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
  border-color: #ed96a2
}

.table-hover .table-danger:hover {
  background-color: #f1b0ba
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #f1b0ba
}

.table-light,
.table-light>th,
.table-light>td {
  background-color: #fcfbfb
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
  border-color: #f9f8f7
}

.table-hover .table-light:hover {
  background-color: #f1ecec
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: #f1ecec
}

.table-dark,
.table-dark>th,
.table-dark>td {
  background-color: #b8c8ce
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
  border-color: #7a98a4
}

.table-hover .table-dark:hover {
  background-color: #a9bcc4
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: #a9bcc4
}

.table-white,
.table-white>th,
.table-white>td {
  background-color: #fff
}

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody+tbody {
  border-color: #fff
}

.table-hover .table-white:hover {
  background-color: #f2f2f2
}

.table-hover .table-white:hover>td,
.table-hover .table-white:hover>th {
  background-color: #f2f2f2
}

.table-lighter,
.table-lighter>th,
.table-lighter>td {
  background-color: #fdfdfd
}

.table-lighter th,
.table-lighter td,
.table-lighter thead th,
.table-lighter tbody+tbody {
  border-color: #fbfbfb
}

.table-hover .table-lighter:hover {
  background-color: #f0f0f0
}

.table-hover .table-lighter:hover>td,
.table-hover .table-lighter:hover>th {
  background-color: #f0f0f0
}

.table-gray,
.table-gray>th,
.table-gray>td {
  background-color: #ddd
}

.table-gray th,
.table-gray td,
.table-gray thead th,
.table-gray tbody+tbody {
  border-color: #bfbfbf
}

.table-hover .table-gray:hover {
  background-color: #d0d0d0
}

.table-hover .table-gray:hover>td,
.table-hover .table-gray:hover>th {
  background-color: #d0d0d0
}

.table-gray-500,
.table-gray-500>th,
.table-gray-500>td {
  background-color: #ddd
}

.table-gray-500 th,
.table-gray-500 td,
.table-gray-500 thead th,
.table-gray-500 tbody+tbody {
  border-color: #bfbfbf
}

.table-hover .table-gray-500:hover {
  background-color: #d0d0d0
}

.table-hover .table-gray-500:hover>td,
.table-hover .table-gray-500:hover>th {
  background-color: #d0d0d0
}

.table-mid,
.table-mid>th,
.table-mid>td {
  background-color: #d6dbde
}

.table-mid th,
.table-mid td,
.table-mid thead th,
.table-mid tbody+tbody {
  border-color: #b3bdc2
}

.table-hover .table-mid:hover {
  background-color: #c8cfd3
}

.table-hover .table-mid:hover>td,
.table-hover .table-mid:hover>th {
  background-color: #c8cfd3
}

.table-black,
.table-black>th,
.table-black>td {
  background-color: #b8b8b8
}

.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody+tbody {
  border-color: #7a7a7a
}

.table-hover .table-black:hover {
  background-color: #ababab
}

.table-hover .table-black:hover>td,
.table-hover .table-black:hover>th {
  background-color: #ababab
}

.table-blue,
.table-blue>th,
.table-blue>td {
  background-color: #b8e0eb
}

.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody+tbody {
  border-color: #7ac6da
}

.table-hover .table-blue:hover {
  background-color: #a4d7e5
}

.table-hover .table-blue:hover>td,
.table-hover .table-blue:hover>th {
  background-color: #a4d7e5
}

.table-blue-350,
.table-blue-350>th,
.table-blue-350>td {
  background-color: #d1eef4
}

.table-blue-350 th,
.table-blue-350 td,
.table-blue-350 thead th,
.table-blue-350 tbody+tbody {
  border-color: #a9e0eb
}

.table-hover .table-blue-350:hover {
  background-color: #bce6ef
}

.table-hover .table-blue-350:hover>td,
.table-hover .table-blue-350:hover>th {
  background-color: #bce6ef
}

.table-indigo,
.table-indigo>th,
.table-indigo>td {
  background-color: #d3bacf
}

.table-indigo th,
.table-indigo td,
.table-indigo thead th,
.table-indigo tbody+tbody {
  border-color: #ae80a6
}

.table-hover .table-indigo:hover {
  background-color: #c9aac4
}

.table-hover .table-indigo:hover>td,
.table-hover .table-indigo:hover>th {
  background-color: #c9aac4
}

.table-indigo-600,
.table-indigo-600>th,
.table-indigo-600>td {
  background-color: #d3bacf
}

.table-indigo-600 th,
.table-indigo-600 td,
.table-indigo-600 thead th,
.table-indigo-600 tbody+tbody {
  border-color: #ae80a6
}

.table-hover .table-indigo-600:hover {
  background-color: #c9aac4
}

.table-hover .table-indigo-600:hover>td,
.table-hover .table-indigo-600:hover>th {
  background-color: #c9aac4
}

.table-purple,
.table-purple>th,
.table-purple>td {
  background-color: #dbbed9
}

.table-purple th,
.table-purple td,
.table-purple thead th,
.table-purple tbody+tbody {
  border-color: #bc87b8
}

.table-hover .table-purple:hover {
  background-color: #d2aecf
}

.table-hover .table-purple:hover>td,
.table-hover .table-purple:hover>th {
  background-color: #d2aecf
}

.table-pink,
.table-pink>th,
.table-pink>td {
  background-color: #eabad3
}

.table-pink th,
.table-pink td,
.table-pink thead th,
.table-pink tbody+tbody {
  border-color: #d87fae
}

.table-hover .table-pink:hover {
  background-color: #e4a6c7
}

.table-hover .table-pink:hover>td,
.table-hover .table-pink:hover>th {
  background-color: #e4a6c7
}

.table-pink-550,
.table-pink-550>th,
.table-pink-550>td {
  background-color: #f5c6cd
}

.table-pink-550 th,
.table-pink-550 td,
.table-pink-550 thead th,
.table-pink-550 tbody+tbody {
  border-color: #ec96a2
}

.table-hover .table-pink-550:hover {
  background-color: #f1b0ba
}

.table-hover .table-pink-550:hover>td,
.table-hover .table-pink-550:hover>th {
  background-color: #f1b0ba
}

.table-red,
.table-red>th,
.table-red>td {
  background-color: #f5c6cd
}

.table-red th,
.table-red td,
.table-red thead th,
.table-red tbody+tbody {
  border-color: #ed96a2
}

.table-hover .table-red:hover {
  background-color: #f1b0ba
}

.table-hover .table-red:hover>td,
.table-hover .table-red:hover>th {
  background-color: #f1b0ba
}

.table-red-550,
.table-red-550>th,
.table-red-550>td {
  background-color: #f8d2cc
}

.table-red-550 th,
.table-red-550 td,
.table-red-550 thead th,
.table-red-550 tbody+tbody {
  border-color: #f1aba1
}

.table-hover .table-red-550:hover {
  background-color: #f5beb6
}

.table-hover .table-red-550:hover>td,
.table-hover .table-red-550:hover>th {
  background-color: #f5beb6
}

.table-orange,
.table-orange>th,
.table-orange>td {
  background-color: #ffdbbd
}

.table-orange th,
.table-orange td,
.table-orange thead th,
.table-orange tbody+tbody {
  border-color: #ffbc84
}

.table-hover .table-orange:hover {
  background-color: #ffcda4
}

.table-hover .table-orange:hover>td,
.table-hover .table-orange:hover>th {
  background-color: #ffcda4
}

.table-yellow,
.table-yellow>th,
.table-yellow>td {
  background-color: #ffeec6
}

.table-yellow th,
.table-yellow td,
.table-yellow thead th,
.table-yellow tbody+tbody {
  border-color: #ffe094
}

.table-hover .table-yellow:hover {
  background-color: #ffe6ad
}

.table-hover .table-yellow:hover>td,
.table-hover .table-yellow:hover>th {
  background-color: #ffe6ad
}

.table-yellow-450,
.table-yellow-450>th,
.table-yellow-450>td {
  background-color: #ffeec6
}

.table-yellow-450 th,
.table-yellow-450 td,
.table-yellow-450 thead th,
.table-yellow-450 tbody+tbody {
  border-color: #ffe094
}

.table-hover .table-yellow-450:hover {
  background-color: #ffe6ad
}

.table-hover .table-yellow-450:hover>td,
.table-hover .table-yellow-450:hover>th {
  background-color: #ffe6ad
}

.table-green,
.table-green>th,
.table-green>td {
  background-color: #b8ebdc
}

.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody+tbody {
  border-color: #7adbbe
}

.table-hover .table-green:hover {
  background-color: #a4e5d2
}

.table-hover .table-green:hover>td,
.table-hover .table-green:hover>th {
  background-color: #a4e5d2
}

.table-green-350,
.table-green-350>th,
.table-green-350>td {
  background-color: #ddf1da
}

.table-green-350 th,
.table-green-350 td,
.table-green-350 thead th,
.table-green-350 tbody+tbody {
  border-color: #c0e5bb
}

.table-hover .table-green-350:hover {
  background-color: #cceac8
}

.table-hover .table-green-350:hover>td,
.table-hover .table-green-350:hover>th {
  background-color: #cceac8
}

.table-teal,
.table-teal>th,
.table-teal>td {
  background-color: #bedcd8
}

.table-teal th,
.table-teal td,
.table-teal thead th,
.table-teal tbody+tbody {
  border-color: #86bfb7
}

.table-hover .table-teal:hover {
  background-color: #add3ce
}

.table-hover .table-teal:hover>td,
.table-hover .table-teal:hover>th {
  background-color: #add3ce
}

.table-cyan,
.table-cyan>th,
.table-cyan>td {
  background-color: #bee5eb
}

.table-cyan th,
.table-cyan td,
.table-cyan thead th,
.table-cyan tbody+tbody {
  border-color: #86cfda
}

.table-hover .table-cyan:hover {
  background-color: #abdde5
}

.table-hover .table-cyan:hover>td,
.table-hover .table-cyan:hover>th {
  background-color: #abdde5
}

.table-teal-100,
.table-teal-100>th,
.table-teal-100>td {
  background-color: #e9faf7
}

.table-teal-100 th,
.table-teal-100 td,
.table-teal-100 thead th,
.table-teal-100 tbody+tbody {
  border-color: #d5f6f0
}

.table-hover .table-teal-100:hover {
  background-color: #d4f5ef
}

.table-hover .table-teal-100:hover>td,
.table-hover .table-teal-100:hover>th {
  background-color: #d4f5ef
}

.table-teal-200,
.table-teal-200>th,
.table-teal-200>td {
  background-color: #def4f1
}

.table-teal-200 th,
.table-teal-200 td,
.table-teal-200 thead th,
.table-teal-200 tbody+tbody {
  border-color: #c2ebe4
}

.table-hover .table-teal-200:hover {
  background-color: #cbeee9
}

.table-hover .table-teal-200:hover>td,
.table-hover .table-teal-200:hover>th {
  background-color: #cbeee9
}

.table-teal-300,
.table-teal-300>th,
.table-teal-300>td {
  background-color: #d3eeea
}

.table-teal-300 th,
.table-teal-300 td,
.table-teal-300 thead th,
.table-teal-300 tbody+tbody {
  border-color: #ade0d9
}

.table-hover .table-teal-300:hover {
  background-color: #c1e7e1
}

.table-hover .table-teal-300:hover>td,
.table-hover .table-teal-300:hover>th {
  background-color: #c1e7e1
}

.table-teal-400,
.table-teal-400>th,
.table-teal-400>td {
  background-color: #cde8e4
}

.table-teal-400 th,
.table-teal-400 td,
.table-teal-400 thead th,
.table-teal-400 tbody+tbody {
  border-color: #a3d5cd
}

.table-hover .table-teal-400:hover {
  background-color: #bce0db
}

.table-hover .table-teal-400:hover>td,
.table-hover .table-teal-400:hover>th {
  background-color: #bce0db
}

.table-teal-500,
.table-teal-500>th,
.table-teal-500>td {
  background-color: #cbe2de
}

.table-teal-500 th,
.table-teal-500 td,
.table-teal-500 thead th,
.table-teal-500 tbody+tbody {
  border-color: #9ecac2
}

.table-hover .table-teal-500:hover {
  background-color: #bbd9d4
}

.table-hover .table-teal-500:hover>td,
.table-hover .table-teal-500:hover>th {
  background-color: #bbd9d4
}

.table-teal-550,
.table-teal-550>th,
.table-teal-550>td {
  background-color: #b8d2cf
}

.table-teal-550 th,
.table-teal-550 td,
.table-teal-550 thead th,
.table-teal-550 tbody+tbody {
  border-color: #7aaca6
}

.table-hover .table-teal-550:hover {
  background-color: #a8c8c4
}

.table-hover .table-teal-550:hover>td,
.table-hover .table-teal-550:hover>th {
  background-color: #a8c8c4
}

.table-teal-600,
.table-teal-600>th,
.table-teal-600>td {
  background-color: #bedcd8
}

.table-teal-600 th,
.table-teal-600 td,
.table-teal-600 thead th,
.table-teal-600 tbody+tbody {
  border-color: #86bfb7
}

.table-hover .table-teal-600:hover {
  background-color: #add3ce
}

.table-hover .table-teal-600:hover>td,
.table-hover .table-teal-600:hover>th {
  background-color: #add3ce
}

.table-prevention,
.table-prevention>th,
.table-prevention>td {
  background-color: #b8c8ce
}

.table-prevention th,
.table-prevention td,
.table-prevention thead th,
.table-prevention tbody+tbody {
  border-color: #7a98a4
}

.table-hover .table-prevention:hover {
  background-color: #a9bcc4
}

.table-hover .table-prevention:hover>td,
.table-hover .table-prevention:hover>th {
  background-color: #a9bcc4
}

.table-prevention-100,
.table-prevention-100>th,
.table-prevention-100>td {
  background-color: #eaf7fc
}

.table-prevention-100 th,
.table-prevention-100 td,
.table-prevention-100 thead th,
.table-prevention-100 tbody+tbody {
  border-color: #d9f0f9
}

.table-hover .table-prevention-100:hover {
  background-color: #d4eff9
}

.table-hover .table-prevention-100:hover>td,
.table-hover .table-prevention-100:hover>th {
  background-color: #d4eff9
}

.table-prevention-200,
.table-prevention-200>th,
.table-prevention-200>td {
  background-color: #dfeef2
}

.table-prevention-200 th,
.table-prevention-200 td,
.table-prevention-200 thead th,
.table-prevention-200 tbody+tbody {
  border-color: #c3dfe8
}

.table-hover .table-prevention-200:hover {
  background-color: #cde4eb
}

.table-hover .table-prevention-200:hover>td,
.table-hover .table-prevention-200:hover>th {
  background-color: #cde4eb
}

.table-prevention-300,
.table-prevention-300>th,
.table-prevention-300>td {
  background-color: #d4e4e9
}

.table-prevention-300 th,
.table-prevention-300 td,
.table-prevention-300 thead th,
.table-prevention-300 tbody+tbody {
  border-color: #b0cdd6
}

.table-hover .table-prevention-300:hover {
  background-color: #c3d9e0
}

.table-hover .table-prevention-300:hover>td,
.table-hover .table-prevention-300:hover>th {
  background-color: #c3d9e0
}

.table-prevention-400,
.table-prevention-400>th,
.table-prevention-400>td {
  background-color: #cddbe0
}

.table-prevention-400 th,
.table-prevention-400 td,
.table-prevention-400 thead th,
.table-prevention-400 tbody+tbody {
  border-color: #a2bcc6
}

.table-hover .table-prevention-400:hover {
  background-color: #bdd0d6
}

.table-hover .table-prevention-400:hover>td,
.table-hover .table-prevention-400:hover>th {
  background-color: #bdd0d6
}

.table-prevention-500,
.table-prevention-500>th,
.table-prevention-500>td {
  background-color: #c3d1d7
}

.table-prevention-500 th,
.table-prevention-500 td,
.table-prevention-500 thead th,
.table-prevention-500 tbody+tbody {
  border-color: #8faab5
}

.table-hover .table-prevention-500:hover {
  background-color: #b4c5cd
}

.table-hover .table-prevention-500:hover>td,
.table-hover .table-prevention-500:hover>th {
  background-color: #b4c5cd
}

.table-prevention-600,
.table-prevention-600>th,
.table-prevention-600>td {
  background-color: #b8c8ce
}

.table-prevention-600 th,
.table-prevention-600 td,
.table-prevention-600 thead th,
.table-prevention-600 tbody+tbody {
  border-color: #7a98a4
}

.table-hover .table-prevention-600:hover {
  background-color: #a9bcc4
}

.table-hover .table-prevention-600:hover>td,
.table-hover .table-prevention-600:hover>th {
  background-color: #a9bcc4
}

.table-prevention-700,
.table-prevention-700>th,
.table-prevention-700>td {
  background-color: #bcc1c6
}

.table-prevention-700 th,
.table-prevention-700 td,
.table-prevention-700 thead th,
.table-prevention-700 tbody+tbody {
  border-color: #838d95
}

.table-hover .table-prevention-700:hover {
  background-color: #aeb4ba
}

.table-hover .table-prevention-700:hover>td,
.table-hover .table-prevention-700:hover>th {
  background-color: #aeb4ba
}

.table-rescue,
.table-rescue>th,
.table-rescue>td {
  background-color: #b8f2ee
}

.table-rescue th,
.table-rescue td,
.table-rescue thead th,
.table-rescue tbody+tbody {
  border-color: #7ae7e0
}

.table-hover .table-rescue:hover {
  background-color: #a2eee9
}

.table-hover .table-rescue:hover>td,
.table-hover .table-rescue:hover>th {
  background-color: #a2eee9
}

.table-rescue-100,
.table-rescue-100>th,
.table-rescue-100>td {
  background-color: #eafbf9
}

.table-rescue-100 th,
.table-rescue-100 td,
.table-rescue-100 thead th,
.table-rescue-100 tbody+tbody {
  border-color: #d9f8f5
}

.table-hover .table-rescue-100:hover {
  background-color: #d5f7f3
}

.table-hover .table-rescue-100:hover>td,
.table-hover .table-rescue-100:hover>th {
  background-color: #d5f7f3
}

.table-rescue-200,
.table-rescue-200>th,
.table-rescue-200>td {
  background-color: #e1f9f7
}

.table-rescue-200 th,
.table-rescue-200 td,
.table-rescue-200 thead th,
.table-rescue-200 tbody+tbody {
  border-color: #c7f4f0
}

.table-hover .table-rescue-200:hover {
  background-color: #ccf5f1
}

.table-hover .table-rescue-200:hover>td,
.table-hover .table-rescue-200:hover>th {
  background-color: #ccf5f1
}

.table-rescue-300,
.table-rescue-300>th,
.table-rescue-300>td {
  background-color: #d7f7f5
}

.table-rescue-300 th,
.table-rescue-300 td,
.table-rescue-300 thead th,
.table-rescue-300 tbody+tbody {
  border-color: #b4f1ec
}

.table-hover .table-rescue-300:hover {
  background-color: #c2f3f0
}

.table-hover .table-rescue-300:hover>td,
.table-hover .table-rescue-300:hover>th {
  background-color: #c2f3f0
}

.table-rescue-400,
.table-rescue-400>th,
.table-rescue-400>td {
  background-color: #d4f5f2
}

.table-rescue-400 th,
.table-rescue-400 td,
.table-rescue-400 thead th,
.table-rescue-400 tbody+tbody {
  border-color: #afede8
}

.table-hover .table-rescue-400:hover {
  background-color: #bff0ec
}

.table-hover .table-rescue-400:hover>td,
.table-hover .table-rescue-400:hover>th {
  background-color: #bff0ec
}

.table-rescue-500,
.table-rescue-500>th,
.table-rescue-500>td {
  background-color: #d3f4f0
}

.table-rescue-500 th,
.table-rescue-500 td,
.table-rescue-500 thead th,
.table-rescue-500 tbody+tbody {
  border-color: #adeae3
}

.table-hover .table-rescue-500:hover {
  background-color: #bfefe9
}

.table-hover .table-rescue-500:hover>td,
.table-hover .table-rescue-500:hover>th {
  background-color: #bfefe9
}

.table-rescue-600,
.table-rescue-600>th,
.table-rescue-600>td {
  background-color: #b8f2ee
}

.table-rescue-600 th,
.table-rescue-600 td,
.table-rescue-600 thead th,
.table-rescue-600 tbody+tbody {
  border-color: #7ae7e0
}

.table-hover .table-rescue-600:hover {
  background-color: #a2eee9
}

.table-hover .table-rescue-600:hover>td,
.table-hover .table-rescue-600:hover>th {
  background-color: #a2eee9
}

.table-recycle,
.table-recycle>th,
.table-recycle>td {
  background-color: #d1e7d0
}

.table-recycle th,
.table-recycle td,
.table-recycle thead th,
.table-recycle tbody+tbody {
  border-color: #aad2a8
}

.table-hover .table-recycle:hover {
  background-color: #c0debf
}

.table-hover .table-recycle:hover>td,
.table-hover .table-recycle:hover>th {
  background-color: #c0debf
}

.table-recycle-100,
.table-recycle-100>th,
.table-recycle-100>td {
  background-color: #f2faee
}

.table-recycle-100 th,
.table-recycle-100 td,
.table-recycle-100 thead th,
.table-recycle-100 tbody+tbody {
  border-color: #e7f5df
}

.table-hover .table-recycle-100:hover {
  background-color: #e3f4da
}

.table-hover .table-recycle-100:hover>td,
.table-hover .table-recycle-100:hover>th {
  background-color: #e3f4da
}

.table-recycle-200,
.table-recycle-200>th,
.table-recycle-200>td {
  background-color: #ecf6e7
}

.table-recycle-200 th,
.table-recycle-200 td,
.table-recycle-200 thead th,
.table-recycle-200 tbody+tbody {
  border-color: #dbeed3
}

.table-hover .table-recycle-200:hover {
  background-color: #ddefd4
}

.table-hover .table-recycle-200:hover>td,
.table-hover .table-recycle-200:hover>th {
  background-color: #ddefd4
}

.table-recycle-300,
.table-recycle-300>th,
.table-recycle-300>td {
  background-color: #e5f2e2
}

.table-recycle-300 th,
.table-recycle-300 td,
.table-recycle-300 thead th,
.table-recycle-300 tbody+tbody {
  border-color: #cfe7c9
}

.table-hover .table-recycle-300:hover {
  background-color: #d5ead0
}

.table-hover .table-recycle-300:hover>td,
.table-hover .table-recycle-300:hover>th {
  background-color: #d5ead0
}

.table-recycle-400,
.table-recycle-400>th,
.table-recycle-400>td {
  background-color: #d8eed6
}

.table-recycle-400 th,
.table-recycle-400 td,
.table-recycle-400 thead th,
.table-recycle-400 tbody+tbody {
  border-color: #b7e0b3
}

.table-hover .table-recycle-400:hover {
  background-color: #c7e7c4
}

.table-hover .table-recycle-400:hover>td,
.table-hover .table-recycle-400:hover>th {
  background-color: #c7e7c4
}

.table-recycle-500,
.table-recycle-500>th,
.table-recycle-500>td {
  background-color: #d1e7d0
}

.table-recycle-500 th,
.table-recycle-500 td,
.table-recycle-500 thead th,
.table-recycle-500 tbody+tbody {
  border-color: #aad2a8
}

.table-hover .table-recycle-500:hover {
  background-color: #c0debf
}

.table-hover .table-recycle-500:hover>td,
.table-hover .table-recycle-500:hover>th {
  background-color: #c0debf
}

.table-recycle-600,
.table-recycle-600>th,
.table-recycle-600>td {
  background-color: #c9decb
}

.table-recycle-600 th,
.table-recycle-600 td,
.table-recycle-600 thead th,
.table-recycle-600 tbody+tbody {
  border-color: #9ac29e
}

.table-hover .table-recycle-600:hover {
  background-color: #b9d4bc
}

.table-hover .table-recycle-600:hover>td,
.table-hover .table-recycle-600:hover>th {
  background-color: #b9d4bc
}

.table-optimize,
.table-optimize>th,
.table-optimize>td {
  background-color: #b8c8cf
}

.table-optimize th,
.table-optimize td,
.table-optimize thead th,
.table-optimize tbody+tbody {
  border-color: #7a99a5
}

.table-hover .table-optimize:hover {
  background-color: #a9bcc5
}

.table-hover .table-optimize:hover>td,
.table-hover .table-optimize:hover>th {
  background-color: #a9bcc5
}

.table-enhance,
.table-enhance>th,
.table-enhance>td {
  background-color: #b9d1db
}

.table-enhance th,
.table-enhance td,
.table-enhance thead th,
.table-enhance tbody+tbody {
  border-color: #7caabd
}

.table-hover .table-enhance:hover {
  background-color: #a8c6d2
}

.table-hover .table-enhance:hover>td,
.table-hover .table-enhance:hover>th {
  background-color: #a8c6d2
}

.table-refine,
.table-refine>th,
.table-refine>td {
  background-color: #b8d5e1
}

.table-refine th,
.table-refine td,
.table-refine thead th,
.table-refine tbody+tbody {
  border-color: #7ab1c8
}

.table-hover .table-refine:hover {
  background-color: #a6cad9
}

.table-hover .table-refine:hover>td,
.table-hover .table-refine:hover>th {
  background-color: #a6cad9
}

.table-maximize,
.table-maximize>th,
.table-maximize>td {
  background-color: #b9dfef
}

.table-maximize th,
.table-maximize td,
.table-maximize thead th,
.table-maximize tbody+tbody {
  border-color: #7cc4e1
}

.table-hover .table-maximize:hover {
  background-color: #a4d6ea
}

.table-hover .table-maximize:hover>td,
.table-hover .table-maximize:hover>th {
  background-color: #a4d6ea
}

.table-reshape,
.table-reshape>th,
.table-reshape>td {
  background-color: #b8e4f6
}

.table-reshape th,
.table-reshape td,
.table-reshape thead th,
.table-reshape tbody+tbody {
  border-color: #7accee
}

.table-hover .table-reshape:hover {
  background-color: #a1dbf3
}

.table-hover .table-reshape:hover>td,
.table-hover .table-reshape:hover>th {
  background-color: #a1dbf3
}

.table-strengthen,
.table-strengthen>th,
.table-strengthen>td {
  background-color: #b8f2ee
}

.table-strengthen th,
.table-strengthen td,
.table-strengthen thead th,
.table-strengthen tbody+tbody {
  border-color: #7ae7e0
}

.table-hover .table-strengthen:hover {
  background-color: #a2eee9
}

.table-hover .table-strengthen:hover>td,
.table-hover .table-strengthen:hover>th {
  background-color: #a2eee9
}

.table-producers,
.table-producers>th,
.table-producers>td {
  background-color: #f5c6cd
}

.table-producers th,
.table-producers td,
.table-producers thead th,
.table-producers tbody+tbody {
  border-color: #ed96a2
}

.table-hover .table-producers:hover {
  background-color: #f1b0ba
}

.table-hover .table-producers:hover>td,
.table-hover .table-producers:hover>th {
  background-color: #f1b0ba
}

.table-manufacturers,
.table-manufacturers>th,
.table-manufacturers>td {
  background-color: #d3bacf
}

.table-manufacturers th,
.table-manufacturers td,
.table-manufacturers thead th,
.table-manufacturers tbody+tbody {
  border-color: #ae80a6
}

.table-hover .table-manufacturers:hover {
  background-color: #c9aac4
}

.table-hover .table-manufacturers:hover>td,
.table-hover .table-manufacturers:hover>th {
  background-color: #c9aac4
}

.table-retailers,
.table-retailers>th,
.table-retailers>td {
  background-color: #ffdbbd
}

.table-retailers th,
.table-retailers td,
.table-retailers thead th,
.table-retailers tbody+tbody {
  border-color: #ffbc84
}

.table-hover .table-retailers:hover {
  background-color: #ffcda4
}

.table-hover .table-retailers:hover>td,
.table-hover .table-retailers:hover>th {
  background-color: #ffcda4
}

.table-foodservice,
.table-foodservice>th,
.table-foodservice>td {
  background-color: #eabad3
}

.table-foodservice th,
.table-foodservice td,
.table-foodservice thead th,
.table-foodservice tbody+tbody {
  border-color: #d87fae
}

.table-hover .table-foodservice:hover {
  background-color: #e4a6c7
}

.table-hover .table-foodservice:hover>td,
.table-hover .table-foodservice:hover>th {
  background-color: #e4a6c7
}

.table-policymakers,
.table-policymakers>th,
.table-policymakers>td {
  background-color: #bedcd8
}

.table-policymakers th,
.table-policymakers td,
.table-policymakers thead th,
.table-policymakers tbody+tbody {
  border-color: #86bfb7
}

.table-hover .table-policymakers:hover {
  background-color: #add3ce
}

.table-hover .table-policymakers:hover>td,
.table-hover .table-policymakers:hover>th {
  background-color: #add3ce
}

.table-capital-providers,
.table-capital-providers>th,
.table-capital-providers>td {
  background-color: #b8ebdc
}

.table-capital-providers th,
.table-capital-providers td,
.table-capital-providers thead th,
.table-capital-providers tbody+tbody {
  border-color: #7adbbe
}

.table-hover .table-capital-providers:hover {
  background-color: #a4e5d2
}

.table-hover .table-capital-providers:hover>td,
.table-hover .table-capital-providers:hover>th {
  background-color: #a4e5d2
}

.table-gov-grants,
.table-gov-grants>th,
.table-gov-grants>td {
  background-color: #fdf7ed
}

.table-gov-grants th,
.table-gov-grants td,
.table-gov-grants thead th,
.table-gov-grants tbody+tbody {
  border-color: #fcf0de
}

.table-hover .table-gov-grants:hover {
  background-color: #faedd6
}

.table-hover .table-gov-grants:hover>td,
.table-hover .table-gov-grants:hover>th {
  background-color: #faedd6
}

.table-gov-tax,
.table-gov-tax>th,
.table-gov-tax>td {
  background-color: #ffeec6
}

.table-gov-tax th,
.table-gov-tax td,
.table-gov-tax thead th,
.table-gov-tax tbody+tbody {
  border-color: #ffe094
}

.table-hover .table-gov-tax:hover {
  background-color: #ffe6ad
}

.table-hover .table-gov-tax:hover>td,
.table-hover .table-gov-tax:hover>th {
  background-color: #ffe6ad
}

.table-gov-finance,
.table-gov-finance>th,
.table-gov-finance>td {
  background-color: #fbe6c8
}

.table-gov-finance th,
.table-gov-finance td,
.table-gov-finance thead th,
.table-gov-finance tbody+tbody {
  border-color: #f8d19a
}

.table-hover .table-gov-finance:hover {
  background-color: #f9dbb0
}

.table-hover .table-gov-finance:hover>td,
.table-hover .table-gov-finance:hover>th {
  background-color: #f9dbb0
}

.table-non-gov-grants,
.table-non-gov-grants>th,
.table-non-gov-grants>td {
  background-color: #b8e0eb
}

.table-non-gov-grants th,
.table-non-gov-grants td,
.table-non-gov-grants thead th,
.table-non-gov-grants tbody+tbody {
  border-color: #7ac6d9
}

.table-hover .table-non-gov-grants:hover {
  background-color: #a4d7e5
}

.table-hover .table-non-gov-grants:hover>td,
.table-hover .table-non-gov-grants:hover>th {
  background-color: #a4d7e5
}

.table-impact-first,
.table-impact-first>th,
.table-impact-first>td {
  background-color: #d1eef5
}

.table-impact-first th,
.table-impact-first td,
.table-impact-first thead th,
.table-impact-first tbody+tbody {
  border-color: #a9e0ec
}

.table-hover .table-impact-first:hover {
  background-color: #bce6f0
}

.table-hover .table-impact-first:hover>td,
.table-hover .table-impact-first:hover>th {
  background-color: #bce6f0
}

.table-venture-capital,
.table-venture-capital>th,
.table-venture-capital>td {
  background-color: #c9decb
}

.table-venture-capital th,
.table-venture-capital td,
.table-venture-capital thead th,
.table-venture-capital tbody+tbody {
  border-color: #9ac19e
}

.table-hover .table-venture-capital:hover {
  background-color: #b9d4bc
}

.table-hover .table-venture-capital:hover>td,
.table-hover .table-venture-capital:hover>th {
  background-color: #b9d4bc
}

.table-private-equity,
.table-private-equity>th,
.table-private-equity>td {
  background-color: #d1e7d0
}

.table-private-equity th,
.table-private-equity td,
.table-private-equity thead th,
.table-private-equity tbody+tbody {
  border-color: #aad2a8
}

.table-hover .table-private-equity:hover {
  background-color: #c0debf
}

.table-hover .table-private-equity:hover>td,
.table-hover .table-private-equity:hover>th {
  background-color: #c0debf
}

.table-corporate-finance,
.table-corporate-finance>th,
.table-corporate-finance>td {
  background-color: #ddf1da
}

.table-corporate-finance th,
.table-corporate-finance td,
.table-corporate-finance thead th,
.table-corporate-finance tbody+tbody {
  border-color: #c0e5bb
}

.table-hover .table-corporate-finance:hover {
  background-color: #cceac8
}

.table-hover .table-corporate-finance:hover>td,
.table-hover .table-corporate-finance:hover>th {
  background-color: #cceac8
}

.table-commercial-project-finance,
.table-commercial-project-finance>th,
.table-commercial-project-finance>td {
  background-color: #ebf7e7
}

.table-commercial-project-finance th,
.table-commercial-project-finance td,
.table-commercial-project-finance thead th,
.table-commercial-project-finance tbody+tbody {
  border-color: #d9efd3
}

.table-hover .table-commercial-project-finance:hover {
  background-color: #dbf1d4
}

.table-hover .table-commercial-project-finance:hover>td,
.table-hover .table-commercial-project-finance:hover>th {
  background-color: #dbf1d4
}

.table-media,
.table-media>th,
.table-media>td {
  background-color: #b8e0eb
}

.table-media th,
.table-media td,
.table-media thead th,
.table-media tbody+tbody {
  border-color: #7ac6da
}

.table-hover .table-media:hover {
  background-color: #a4d7e5
}

.table-hover .table-media:hover>td,
.table-hover .table-media:hover>th {
  background-color: #a4d7e5
}

.table-active,
.table-active>th,
.table-active>td {
  background-color: #00000013
}

.table-hover .table-active:hover {
  background-color: #00000013
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: #00000013
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55
}

.table .thead-light th {
  color: #344955;
  background-color: #f3f2f0;
  border-color: #dee2e6
}

.table-dark {
  color: #fff;
  background-color: #343a40
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55
}

.table-dark.table-bordered {
  border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffffff0d
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: #ffffff13
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-sm>.table-bordered {
    border: 0
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-md>.table-bordered {
    border: 0
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-lg>.table-bordered {
    border: 0
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-xl>.table-bordered {
    border: 0
  }
}

@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-xxl>.table-bordered {
    border: 0
  }
}

@media (max-width: 1599.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-xxxl>.table-bordered {
    border: 0
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
  border: 0
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.4rem + 2px);
  padding: .7rem 1.4rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #344955;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .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 #344955
}

.form-control:focus {
  color: #344955;
  background-color: #fff;
  border-color: #38d7ff;
  outline: 0;
  box-shadow: 0 0 0 .2rem #0092b740
}

.form-control::placeholder {
  color: #6d8089;
  opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #f3f2f0;
  opacity: 1
}

input.form-control[type=date],
input.form-control[type=time],
input.form-control[type=datetime-local],
input.form-control[type=month] {
  appearance: none
}

select.form-control:focus::-ms-value {
  color: #344955;
  background-color: #fff
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%
}

.col-form-label {
  padding-top: calc(.7rem + 1px);
  padding-bottom: calc(.7rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}

.col-form-label-lg {
  padding-top: calc(1rem + 1px);
  padding-bottom: calc(1rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .7rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #344955;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0
}

.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.form-control-lg {
  height: calc(1.5em + 2rem + 2px);
  padding: 1rem 1.9rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

select.form-control[size],
select.form-control[multiple],
textarea.form-control {
  height: auto
}

.form-group {
  margin-bottom: 1rem
}

.form-text {
  display: block;
  margin-top: .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: .3rem;
  margin-left: -1.25rem
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
  color: #6d8089
}

.form-check-label {
  margin-bottom: 0
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #00b982
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: #00b982e6;
  border-radius: 0
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
  display: block
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #00b982;
  padding-right: calc(1.5em + 1.4rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300b982' 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(.375em + .35rem) center;
  background-size: calc(.75em + .7rem) calc(.75em + .7rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #00b982;
  box-shadow: 0 0 0 .2rem #00b98240
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.4rem);
  background-position: top calc(.375em + .35rem) right calc(.375em + .35rem)
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #00b982;
  padding-right: calc(.75em + 3.45rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.4rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300b982' 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") #ffffff no-repeat center right 2.4rem/calc(.75em + .7rem) calc(.75em + .7rem)
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #00b982;
  box-shadow: 0 0 0 .2rem #00b98240
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
  color: #00b982
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
  display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
  color: #00b982
}

.was-validated .custom-control-input:valid~.custom-control-label:before,
.custom-control-input.is-valid~.custom-control-label:before {
  border-color: #00b982
}

.was-validated .custom-control-input:valid:checked~.custom-control-label:before,
.custom-control-input.is-valid:checked~.custom-control-label:before {
  border-color: #00eca6;
  background-color: #00eca6
}

.was-validated .custom-control-input:valid:focus~.custom-control-label:before,
.custom-control-input.is-valid:focus~.custom-control-label:before {
  box-shadow: 0 0 0 .2rem #00b98240
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before {
  border-color: #00b982
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
  border-color: #00b982
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
  border-color: #00b982;
  box-shadow: 0 0 0 .2rem #00b98240
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc354d
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: #dc354de6;
  border-radius: 0
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
  display: block
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc354d;
  padding-right: calc(1.5em + 1.4rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc354d' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc354d' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .35rem) center;
  background-size: calc(.75em + .7rem) calc(.75em + .7rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc354d;
  box-shadow: 0 0 0 .2rem #dc354d40
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.4rem);
  background-position: top calc(.375em + .35rem) right calc(.375em + .35rem)
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc354d;
  padding-right: calc(.75em + 3.45rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.4rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc354d' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc354d' stroke='none'/%3e%3c/svg%3e") #ffffff no-repeat center right 2.4rem/calc(.75em + .7rem) calc(.75em + .7rem)
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc354d;
  box-shadow: 0 0 0 .2rem #dc354d40
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
  color: #dc354d
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
  display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
  color: #dc354d
}

.was-validated .custom-control-input:invalid~.custom-control-label:before,
.custom-control-input.is-invalid~.custom-control-label:before {
  border-color: #dc354d
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label:before,
.custom-control-input.is-invalid:checked~.custom-control-label:before {
  border-color: #e46073;
  background-color: #e46073
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label:before,
.custom-control-input.is-invalid:focus~.custom-control-label:before {
  box-shadow: 0 0 0 .2rem #dc354d40
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before {
  border-color: #dc354d
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
  border-color: #dc354d
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
  border-color: #dc354d;
  box-shadow: 0 0 0 .2rem #dc354d40
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center
}

.form-inline .form-check {
  width: 100%
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .form-control-plaintext {
    display: inline-block
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center
  }

  .form-inline .custom-control-label {
    margin-bottom: 0
  }
}

.btn {
  display: inline-block;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  color: #344955;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .7rem 1.4rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none
  }
}

.btn:hover {
  color: #344955;
  text-decoration: none
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #0092b740
}

.btn.disabled,
.btn:disabled {
  opacity: .65
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none
}

.btn-primary {
  color: #fff;
  background-color: #0092b7;
  border-color: #0092b7
}

.btn-primary:hover {
  color: #fff;
  background-color: #007391;
  border-color: #006984
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #007391;
  border-color: #006984;
  box-shadow: 0 0 0 .2rem #26a2c280
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0092b7;
  border-color: #0092b7
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary.active:not(:disabled):not(.disabled),
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #006984;
  border-color: #005f77
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary.active:not(:disabled):not(.disabled):focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #26a2c280
}

.btn-secondary {
  color: #fff;
  background-color: #5ca958;
  border-color: #5ca958
}

.btn-secondary:hover {
  color: #fff;
  background-color: #4e904a;
  border-color: #498846
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #4e904a;
  border-color: #498846;
  box-shadow: 0 0 0 .2rem #74b67180
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #5ca958;
  border-color: #5ca958
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary.active:not(:disabled):not(.disabled),
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #498846;
  border-color: #458042
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary.active:not(:disabled):not(.disabled):focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #74b67180
}

.btn-success {
  color: #fff;
  background-color: #00b982;
  border-color: #00b982
}

.btn-success:hover {
  color: #fff;
  background-color: #009367;
  border-color: #00865e
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #009367;
  border-color: #00865e;
  box-shadow: 0 0 0 .2rem #26c49580
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #00b982;
  border-color: #00b982
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success.active:not(:disabled):not(.disabled),
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #00865e;
  border-color: #007955
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success.active:not(:disabled):not(.disabled):focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #26c49580
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 .2rem #3ab0c380
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info.active:not(:disabled):not(.disabled),
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info.active:not(:disabled):not(.disabled):focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #3ab0c380
}

.btn-warning {
  color: #182024;
  background-color: #ffc432;
  border-color: #ffc432
}

.btn-warning:hover {
  color: #182024;
  background-color: #ffb90c;
  border-color: #feb500
}

.btn-warning:focus,
.btn-warning.focus {
  color: #182024;
  background-color: #ffb90c;
  border-color: #feb500;
  box-shadow: 0 0 0 .2rem #dcab3080
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #182024;
  background-color: #ffc432;
  border-color: #ffc432
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning.active:not(:disabled):not(.disabled),
.show>.btn-warning.dropdown-toggle {
  color: #182024;
  background-color: #feb500;
  border-color: #f1ac00
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning.active:not(:disabled):not(.disabled):focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #dcab3080
}

.btn-danger {
  color: #fff;
  background-color: #dc354d;
  border-color: #dc354d
}

.btn-danger:hover {
  color: #fff;
  background-color: #c8233a;
  border-color: #bd2137
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c8233a;
  border-color: #bd2137;
  box-shadow: 0 0 0 .2rem #e1536880
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc354d;
  border-color: #dc354d
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger.active:not(:disabled):not(.disabled),
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2137;
  border-color: #b21f34
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger.active:not(:disabled):not(.disabled):focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #e1536880
}

.btn-light {
  color: #182024;
  background-color: #f3f2f0;
  border-color: #f3f2f0
}

.btn-light:hover {
  color: #182024;
  background-color: #e2e0db;
  border-color: #dcd9d4
}

.btn-light:focus,
.btn-light.focus {
  color: #182024;
  background-color: #e2e0db;
  border-color: #dcd9d4;
  box-shadow: 0 0 0 .2rem #d2d3d180
}

.btn-light.disabled,
.btn-light:disabled {
  color: #182024;
  background-color: #f3f2f0;
  border-color: #f3f2f0
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light.active:not(:disabled):not(.disabled),
.show>.btn-light.dropdown-toggle {
  color: #182024;
  background-color: #dcd9d4;
  border-color: #d7d3cd
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light.active:not(:disabled):not(.disabled):focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #d2d3d180
}

.btn-dark {
  color: #fff;
  background-color: #003950;
  border-color: #003950
}

.btn-dark:hover {
  color: #fff;
  background-color: #001e2a;
  border-color: #00151d
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #001e2a;
  border-color: #00151d;
  box-shadow: 0 0 0 .2rem #26576a80
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #003950;
  border-color: #003950
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark.active:not(:disabled):not(.disabled),
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #00151d;
  border-color: #000c10
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark.active:not(:disabled):not(.disabled):focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #26576a80
}

.btn-white {
  color: #182024;
  background-color: #fff;
  border-color: #fff
}

.btn-white:hover {
  color: #182024;
  background-color: #ececec;
  border-color: #e6e6e6
}

.btn-white:focus,
.btn-white.focus {
  color: #182024;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 .2rem #dcdede80
}

.btn-white.disabled,
.btn-white:disabled {
  color: #182024;
  background-color: #fff;
  border-color: #fff
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white.active:not(:disabled):not(.disabled),
.show>.btn-white.dropdown-toggle {
  color: #182024;
  background-color: #e6e6e6;
  border-color: #dfdfdf
}

.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white.active:not(:disabled):not(.disabled):focus,
.show>.btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #dcdede80
}

.btn-lighter {
  color: #182024;
  background-color: #f8f8f7;
  border-color: #f8f8f7
}

.btn-lighter:hover {
  color: #182024;
  background-color: #e6e6e3;
  border-color: #e0e0dc
}

.btn-lighter:focus,
.btn-lighter.focus {
  color: #182024;
  background-color: #e6e6e3;
  border-color: #e0e0dc;
  box-shadow: 0 0 0 .2rem #d6d8d780
}

.btn-lighter.disabled,
.btn-lighter:disabled {
  color: #182024;
  background-color: #f8f8f7;
  border-color: #f8f8f7
}

.btn-lighter:not(:disabled):not(.disabled):active,
.btn-lighter.active:not(:disabled):not(.disabled),
.show>.btn-lighter.dropdown-toggle {
  color: #182024;
  background-color: #e0e0dc;
  border-color: #dadad5
}

.btn-lighter:not(:disabled):not(.disabled):active:focus,
.btn-lighter.active:not(:disabled):not(.disabled):focus,
.show>.btn-lighter.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #d6d8d780
}

.btn-gray {
  color: #fff;
  background-color: #848484;
  border-color: #848484
}

.btn-gray:hover {
  color: #fff;
  background-color: #717171;
  border-color: #6b6b6b
}

.btn-gray:focus,
.btn-gray.focus {
  color: #fff;
  background-color: #717171;
  border-color: #6b6b6b;
  box-shadow: 0 0 0 .2rem #96969680
}

.btn-gray.disabled,
.btn-gray:disabled {
  color: #fff;
  background-color: #848484;
  border-color: #848484
}

.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray.active:not(:disabled):not(.disabled),
.show>.btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #6b6b6b;
  border-color: #646464
}

.btn-gray:not(:disabled):not(.disabled):active:focus,
.btn-gray.active:not(:disabled):not(.disabled):focus,
.show>.btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #96969680
}

.btn-gray-500 {
  color: #fff;
  background-color: #848484;
  border-color: #848484
}

.btn-gray-500:hover {
  color: #fff;
  background-color: #717171;
  border-color: #6b6b6b
}

.btn-gray-500:focus,
.btn-gray-500.focus {
  color: #fff;
  background-color: #717171;
  border-color: #6b6b6b;
  box-shadow: 0 0 0 .2rem #96969680
}

.btn-gray-500.disabled,
.btn-gray-500:disabled {
  color: #fff;
  background-color: #848484;
  border-color: #848484
}

.btn-gray-500:not(:disabled):not(.disabled):active,
.btn-gray-500.active:not(:disabled):not(.disabled),
.show>.btn-gray-500.dropdown-toggle {
  color: #fff;
  background-color: #6b6b6b;
  border-color: #646464
}

.btn-gray-500:not(:disabled):not(.disabled):active:focus,
.btn-gray-500.active:not(:disabled):not(.disabled):focus,
.show>.btn-gray-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #96969680
}

.btn-mid {
  color: #fff;
  background-color: #6d8089;
  border-color: #6d8089
}

.btn-mid:hover {
  color: #fff;
  background-color: #5c6c74;
  border-color: #56656d
}

.btn-mid:focus,
.btn-mid.focus {
  color: #fff;
  background-color: #5c6c74;
  border-color: #56656d;
  box-shadow: 0 0 0 .2rem #83939b80
}

.btn-mid.disabled,
.btn-mid:disabled {
  color: #fff;
  background-color: #6d8089;
  border-color: #6d8089
}

.btn-mid:not(:disabled):not(.disabled):active,
.btn-mid.active:not(:disabled):not(.disabled),
.show>.btn-mid.dropdown-toggle {
  color: #fff;
  background-color: #56656d;
  border-color: #515f65
}

.btn-mid:not(:disabled):not(.disabled):active:focus,
.btn-mid.active:not(:disabled):not(.disabled):focus,
.show>.btn-mid.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #83939b80
}

.btn-black,
.btn-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000
}

.btn-black:focus,
.btn-black.focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0 0 .2rem #26262680
}

.btn-black.disabled,
.btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000
}

.btn-black:not(:disabled):not(.disabled):active,
.btn-black.active:not(:disabled):not(.disabled),
.show>.btn-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000
}

.btn-black:not(:disabled):not(.disabled):active:focus,
.btn-black.active:not(:disabled):not(.disabled):focus,
.show>.btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #26262680
}

.btn-blue {
  color: #fff;
  background-color: #0092b7;
  border-color: #0092b7
}

.btn-blue:hover {
  color: #fff;
  background-color: #007391;
  border-color: #006984
}

.btn-blue:focus,
.btn-blue.focus {
  color: #fff;
  background-color: #007391;
  border-color: #006984;
  box-shadow: 0 0 0 .2rem #26a2c280
}

.btn-blue.disabled,
.btn-blue:disabled {
  color: #fff;
  background-color: #0092b7;
  border-color: #0092b7
}

.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue.active:not(:disabled):not(.disabled),
.show>.btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #006984;
  border-color: #005f77
}

.btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue.active:not(:disabled):not(.disabled):focus,
.show>.btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #26a2c280
}

.btn-blue-350 {
  color: #182024;
  background-color: #5ac4d8;
  border-color: #5ac4d8
}

.btn-blue-350:hover {
  color: #182024;
  background-color: #3bb9d1;
  border-color: #31b5ce
}

.btn-blue-350:focus,
.btn-blue-350.focus {
  color: #182024;
  background-color: #3bb9d1;
  border-color: #31b5ce;
  box-shadow: 0 0 0 .2rem #50abbd80
}

.btn-blue-350.disabled,
.btn-blue-350:disabled {
  color: #182024;
  background-color: #5ac4d8;
  border-color: #5ac4d8
}

.btn-blue-350:not(:disabled):not(.disabled):active,
.btn-blue-350.active:not(:disabled):not(.disabled),
.show>.btn-blue-350.dropdown-toggle {
  color: #fff;
  background-color: #31b5ce;
  border-color: #2eacc4
}

.btn-blue-350:not(:disabled):not(.disabled):active:focus,
.btn-blue-350.active:not(:disabled):not(.disabled):focus,
.show>.btn-blue-350.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #50abbd80
}

.btn-indigo {
  color: #fff;
  background-color: #630a53;
  border-color: #630a53
}

.btn-indigo:hover {
  color: #fff;
  background-color: #400636;
  border-color: #35052c
}

.btn-indigo:focus,
.btn-indigo.focus {
  color: #fff;
  background-color: #400636;
  border-color: #35052c;
  box-shadow: 0 0 0 .2rem #7a2f6d80
}

.btn-indigo.disabled,
.btn-indigo:disabled {
  color: #fff;
  background-color: #630a53;
  border-color: #630a53
}

.btn-indigo:not(:disabled):not(.disabled):active,
.btn-indigo.active:not(:disabled):not(.disabled),
.show>.btn-indigo.dropdown-toggle {
  color: #fff;
  background-color: #35052c;
  border-color: #290422
}

.btn-indigo:not(:disabled):not(.disabled):active:focus,
.btn-indigo.active:not(:disabled):not(.disabled):focus,
.show>.btn-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #7a2f6d80
}

.btn-indigo-600 {
  color: #fff;
  background-color: #630a53;
  border-color: #630a53
}

.btn-indigo-600:hover {
  color: #fff;
  background-color: #400636;
  border-color: #35052c
}

.btn-indigo-600:focus,
.btn-indigo-600.focus {
  color: #fff;
  background-color: #400636;
  border-color: #35052c;
  box-shadow: 0 0 0 .2rem #7a2f6d80
}

.btn-indigo-600.disabled,
.btn-indigo-600:disabled {
  color: #fff;
  background-color: #630a53;
  border-color: #630a53
}

.btn-indigo-600:not(:disabled):not(.disabled):active,
.btn-indigo-600.active:not(:disabled):not(.disabled),
.show>.btn-indigo-600.dropdown-toggle {
  color: #fff;
  background-color: #35052c;
  border-color: #290422
}

.btn-indigo-600:not(:disabled):not(.disabled):active:focus,
.btn-indigo-600.active:not(:disabled):not(.disabled):focus,
.show>.btn-indigo-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #7a2f6d80
}

.btn-purple {
  color: #fff;
  background-color: #7f1876;
  border-color: #7f1876
}

.btn-purple:hover {
  color: #fff;
  background-color: #5f1258;
  border-color: #54104e
}

.btn-purple:focus,
.btn-purple.focus {
  color: #fff;
  background-color: #5f1258;
  border-color: #54104e;
  box-shadow: 0 0 0 .2rem #923b8b80
}

.btn-purple.disabled,
.btn-purple:disabled {
  color: #fff;
  background-color: #7f1876;
  border-color: #7f1876
}

.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple.active:not(:disabled):not(.disabled),
.show>.btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #54104e;
  border-color: #490e44
}

.btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple.active:not(:disabled):not(.disabled):focus,
.show>.btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #923b8b80
}

.btn-pink {
  color: #fff;
  background-color: #b40863;
  border-color: #b40863
}

.btn-pink:hover {
  color: #fff;
  background-color: #8f064f;
  border-color: #830648
}

.btn-pink:focus,
.btn-pink.focus {
  color: #fff;
  background-color: #8f064f;
  border-color: #830648;
  box-shadow: 0 0 0 .2rem #bf2d7a80
}

.btn-pink.disabled,
.btn-pink:disabled {
  color: #fff;
  background-color: #b40863;
  border-color: #b40863
}

.btn-pink:not(:disabled):not(.disabled):active,
.btn-pink.active:not(:disabled):not(.disabled),
.show>.btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #830648;
  border-color: #770541
}

.btn-pink:not(:disabled):not(.disabled):active:focus,
.btn-pink.active:not(:disabled):not(.disabled):focus,
.show>.btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #bf2d7a80
}

.btn-pink-550 {
  color: #fff;
  background-color: #db354d;
  border-color: #db354d
}

.btn-pink-550:hover {
  color: #fff;
  background-color: #c6233b;
  border-color: #bc2138
}

.btn-pink-550:focus,
.btn-pink-550.focus {
  color: #fff;
  background-color: #c6233b;
  border-color: #bc2138;
  box-shadow: 0 0 0 .2rem #e0536880
}

.btn-pink-550.disabled,
.btn-pink-550:disabled {
  color: #fff;
  background-color: #db354d;
  border-color: #db354d
}

.btn-pink-550:not(:disabled):not(.disabled):active,
.btn-pink-550.active:not(:disabled):not(.disabled),
.show>.btn-pink-550.dropdown-toggle {
  color: #fff;
  background-color: #bc2138;
  border-color: #b12035
}

.btn-pink-550:not(:disabled):not(.disabled):active:focus,
.btn-pink-550.active:not(:disabled):not(.disabled):focus,
.show>.btn-pink-550.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #e0536880
}

.btn-red {
  color: #fff;
  background-color: #dc354d;
  border-color: #dc354d
}

.btn-red:hover {
  color: #fff;
  background-color: #c8233a;
  border-color: #bd2137
}

.btn-red:focus,
.btn-red.focus {
  color: #fff;
  background-color: #c8233a;
  border-color: #bd2137;
  box-shadow: 0 0 0 .2rem #e1536880
}

.btn-red.disabled,
.btn-red:disabled {
  color: #fff;
  background-color: #dc354d;
  border-color: #dc354d
}

.btn-red:not(:disabled):not(.disabled):active,
.btn-red.active:not(:disabled):not(.disabled),
.show>.btn-red.dropdown-toggle {
  color: #fff;
  background-color: #bd2137;
  border-color: #b21f34
}

.btn-red:not(:disabled):not(.disabled):active:focus,
.btn-red.active:not(:disabled):not(.disabled):focus,
.show>.btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #e1536880
}

.btn-red-550 {
  color: #fff;
  background-color: #e55e4a;
  border-color: #e55e4a
}

.btn-red-550:hover {
  color: #fff;
  background-color: #e04029;
  border-color: #dc3820
}

.btn-red-550:focus,
.btn-red-550.focus {
  color: #fff;
  background-color: #e04029;
  border-color: #dc3820;
  box-shadow: 0 0 0 .2rem #e9766580
}

.btn-red-550.disabled,
.btn-red-550:disabled {
  color: #fff;
  background-color: #e55e4a;
  border-color: #e55e4a
}

.btn-red-550:not(:disabled):not(.disabled):active,
.btn-red-550.active:not(:disabled):not(.disabled),
.show>.btn-red-550.dropdown-toggle {
  color: #fff;
  background-color: #dc3820;
  border-color: #d1351e
}

.btn-red-550:not(:disabled):not(.disabled):active:focus,
.btn-red-550.active:not(:disabled):not(.disabled):focus,
.show>.btn-red-550.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #e9766580
}

.btn-orange {
  color: #182024;
  background-color: #ff7f12;
  border-color: #ff7f12
}

.btn-orange:hover {
  color: #fff;
  background-color: #eb6c00;
  border-color: #de6600
}

.btn-orange:focus,
.btn-orange.focus {
  color: #fff;
  background-color: #eb6c00;
  border-color: #de6600;
  box-shadow: 0 0 0 .2rem #dc711580
}

.btn-orange.disabled,
.btn-orange:disabled {
  color: #182024;
  background-color: #ff7f12;
  border-color: #ff7f12
}

.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange.active:not(:disabled):not(.disabled),
.show>.btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #de6600;
  border-color: #d16000
}

.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange.active:not(:disabled):not(.disabled):focus,
.show>.btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #dc711580
}

.btn-yellow {
  color: #182024;
  background-color: #ffc432;
  border-color: #ffc432
}

.btn-yellow:hover {
  color: #182024;
  background-color: #ffb90c;
  border-color: #feb500
}

.btn-yellow:focus,
.btn-yellow.focus {
  color: #182024;
  background-color: #ffb90c;
  border-color: #feb500;
  box-shadow: 0 0 0 .2rem #dcab3080
}

.btn-yellow.disabled,
.btn-yellow:disabled {
  color: #182024;
  background-color: #ffc432;
  border-color: #ffc432
}

.btn-yellow:not(:disabled):not(.disabled):active,
.btn-yellow.active:not(:disabled):not(.disabled),
.show>.btn-yellow.dropdown-toggle {
  color: #182024;
  background-color: #feb500;
  border-color: #f1ac00
}

.btn-yellow:not(:disabled):not(.disabled):active:focus,
.btn-yellow.active:not(:disabled):not(.disabled):focus,
.show>.btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #dcab3080
}

.btn-yellow-450 {
  color: #182024;
  background-color: #ffc332;
  border-color: #ffc332
}

.btn-yellow-450:hover {
  color: #182024;
  background-color: #ffb80c;
  border-color: #feb400
}

.btn-yellow-450:focus,
.btn-yellow-450.focus {
  color: #182024;
  background-color: #ffb80c;
  border-color: #feb400;
  box-shadow: 0 0 0 .2rem #dcab3080
}

.btn-yellow-450.disabled,
.btn-yellow-450:disabled {
  color: #182024;
  background-color: #ffc332;
  border-color: #ffc332
}

.btn-yellow-450:not(:disabled):not(.disabled):active,
.btn-yellow-450.active:not(:disabled):not(.disabled),
.show>.btn-yellow-450.dropdown-toggle {
  color: #182024;
  background-color: #feb400;
  border-color: #f1ab00
}

.btn-yellow-450:not(:disabled):not(.disabled):active:focus,
.btn-yellow-450.active:not(:disabled):not(.disabled):focus,
.show>.btn-yellow-450.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #dcab3080
}

.btn-green {
  color: #fff;
  background-color: #00b982;
  border-color: #00b982
}

.btn-green:hover {
  color: #fff;
  background-color: #009367;
  border-color: #00865e
}

.btn-green:focus,
.btn-green.focus {
  color: #fff;
  background-color: #009367;
  border-color: #00865e;
  box-shadow: 0 0 0 .2rem #26c49580
}

.btn-green.disabled,
.btn-green:disabled {
  color: #fff;
  background-color: #00b982;
  border-color: #00b982
}

.btn-green:not(:disabled):not(.disabled):active,
.btn-green.active:not(:disabled):not(.disabled),
.show>.btn-green.dropdown-toggle {
  color: #fff;
  background-color: #00865e;
  border-color: #007955
}

.btn-green:not(:disabled):not(.disabled):active:focus,
.btn-green.active:not(:disabled):not(.disabled):focus,
.show>.btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #26c49580
}

.btn-green-350 {
  color: #182024;
  background-color: #85cd7c;
  border-color: #85cd7c
}

.btn-green-350:hover {
  color: #182024;
  background-color: #6bc260;
  border-color: #63bf57
}

.btn-green-350:focus,
.btn-green-350.focus {
  color: #182024;
  background-color: #6bc260;
  border-color: #63bf57;
  box-shadow: 0 0 0 .2rem #75b36f80
}

.btn-green-350.disabled,
.btn-green-350:disabled {
  color: #182024;
  background-color: #85cd7c;
  border-color: #85cd7c
}

.btn-green-350:not(:disabled):not(.disabled):active,
.btn-green-350.active:not(:disabled):not(.disabled),
.show>.btn-green-350.dropdown-toggle {
  color: #182024;
  background-color: #63bf57;
  border-color: #5abb4e
}

.btn-green-350:not(:disabled):not(.disabled):active:focus,
.btn-green-350.active:not(:disabled):not(.disabled):focus,
.show>.btn-green-350.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #75b36f80
}

.btn-teal {
  color: #fff;
  background-color: #168374;
  border-color: #168374
}

.btn-teal:hover {
  color: #fff;
  background-color: #116257;
  border-color: #0f574d
}

.btn-teal:focus,
.btn-teal.focus {
  color: #fff;
  background-color: #116257;
  border-color: #0f574d;
  box-shadow: 0 0 0 .2rem #39968980
}

.btn-teal.disabled,
.btn-teal:disabled {
  color: #fff;
  background-color: #168374;
  border-color: #168374
}

.btn-teal:not(:disabled):not(.disabled):active,
.btn-teal.active:not(:disabled):not(.disabled),
.show>.btn-teal.dropdown-toggle {
  color: #fff;
  background-color: #0f574d;
  border-color: #0d4c44
}

.btn-teal:not(:disabled):not(.disabled):active:focus,
.btn-teal.active:not(:disabled):not(.disabled):focus,
.show>.btn-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #39968980
}

.btn-cyan {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-cyan:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b
}

.btn-cyan:focus,
.btn-cyan.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 .2rem #3ab0c380
}

.btn-cyan.disabled,
.btn-cyan:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-cyan:not(:disabled):not(.disabled):active,
.btn-cyan.active:not(:disabled):not(.disabled),
.show>.btn-cyan.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f
}

.btn-cyan:not(:disabled):not(.disabled):active:focus,
.btn-cyan.active:not(:disabled):not(.disabled):focus,
.show>.btn-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #3ab0c380
}

.btn-teal-100 {
  color: #182024;
  background-color: #afeee3;
  border-color: #afeee3
}

.btn-teal-100:hover {
  color: #182024;
  background-color: #8fe7d8;
  border-color: #85e5d4
}

.btn-teal-100:focus,
.btn-teal-100.focus {
  color: #182024;
  background-color: #8fe7d8;
  border-color: #85e5d4;
  box-shadow: 0 0 0 .2rem #98cfc680
}

.btn-teal-100.disabled,
.btn-teal-100:disabled {
  color: #182024;
  background-color: #afeee3;
  border-color: #afeee3
}

.btn-teal-100:not(:disabled):not(.disabled):active,
.btn-teal-100.active:not(:disabled):not(.disabled),
.show>.btn-teal-100.dropdown-toggle {
  color: #182024;
  background-color: #85e5d4;
  border-color: #7ae3d1
}

.btn-teal-100:not(:disabled):not(.disabled):active:focus,
.btn-teal-100.active:not(:disabled):not(.disabled):focus,
.show>.btn-teal-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #98cfc680
}

.btn-teal-200 {
  color: #182024;
  background-color: #89d8cc;
  border-color: #89d8cc
}

.btn-teal-200:hover {
  color: #182024;
  background-color: #6ccec0;
  border-color: #63cbbb
}

.btn-teal-200:focus,
.btn-teal-200.focus {
  color: #182024;
  background-color: #6ccec0;
  border-color: #63cbbb;
  box-shadow: 0 0 0 .2rem #78bcb380
}

.btn-teal-200.disabled,
.btn-teal-200:disabled {
  color: #182024;
  background-color: #89d8cc;
  border-color: #89d8cc
}

.btn-teal-200:not(:disabled):not(.disabled):active,
.btn-teal-200.active:not(:disabled):not(.disabled),
.show>.btn-teal-200.dropdown-toggle {
  color: #182024;
  background-color: #63cbbb;
  border-color: #59c8b7
}

.btn-teal-200:not(:disabled):not(.disabled):active:focus,
.btn-teal-200.active:not(:disabled):not(.disabled):focus,
.show>.btn-teal-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #78bcb380
}

.btn-teal-300 {
  color: #182024;
  background-color: #61c4b5;
  border-color: #61c4b5
}

.btn-teal-300:hover {
  color: #fff;
  background-color: #45b9a8;
  border-color: #42b09f
}

.btn-teal-300:focus,
.btn-teal-300.focus {
  color: #fff;
  background-color: #45b9a8;
  border-color: #42b09f;
  box-shadow: 0 0 0 .2rem #56ab9f80
}

.btn-teal-300.disabled,
.btn-teal-300:disabled {
  color: #182024;
  background-color: #61c4b5;
  border-color: #61c4b5
}

.btn-teal-300:not(:disabled):not(.disabled):active,
.btn-teal-300.active:not(:disabled):not(.disabled),
.show>.btn-teal-300.dropdown-toggle {
  color: #fff;
  background-color: #42b09f;
  border-color: #3ea797
}

.btn-teal-300:not(:disabled):not(.disabled):active:focus,
.btn-teal-300.active:not(:disabled):not(.disabled):focus,
.show>.btn-teal-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #56ab9f80
}

.btn-teal-400 {
  color: #fff;
  background-color: #4eae9f;
  border-color: #4eae9f
}

.btn-teal-400:hover {
  color: #fff;
  background-color: #429487;
  border-color: #3e8b7f
}

.btn-teal-400:focus,
.btn-teal-400.focus {
  color: #fff;
  background-color: #429487;
  border-color: #3e8b7f;
  box-shadow: 0 0 0 .2rem #69baad80
}

.btn-teal-400.disabled,
.btn-teal-400:disabled {
  color: #fff;
  background-color: #4eae9f;
  border-color: #4eae9f
}

.btn-teal-400:not(:disabled):not(.disabled):active,
.btn-teal-400.active:not(:disabled):not(.disabled),
.show>.btn-teal-400.dropdown-toggle {
  color: #fff;
  background-color: #3e8b7f;
  border-color: #3a8277
}

.btn-teal-400:not(:disabled):not(.disabled):active:focus,
.btn-teal-400.active:not(:disabled):not(.disabled):focus,
.show>.btn-teal-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #69baad80
}

.btn-teal-500 {
  color: #fff;
  background-color: #449989;
  border-color: #449989
}

.btn-teal-500:hover {
  color: #fff;
  background-color: #387f71;
  border-color: #347669
}

.btn-teal-500:focus,
.btn-teal-500.focus {
  color: #fff;
  background-color: #387f71;
  border-color: #347669;
  box-shadow: 0 0 0 .2rem #60a89b80
}

.btn-teal-500.disabled,
.btn-teal-500:disabled {
  color: #fff;
  background-color: #449989;
  border-color: #449989
}

.btn-teal-500:not(:disabled):not(.disabled):active,
.btn-teal-500.active:not(:disabled):not(.disabled),
.show>.btn-teal-500.dropdown-toggle {
  color: #fff;
  background-color: #347669;
  border-color: #306d61
}

.btn-teal-500:not(:disabled):not(.disabled):active:focus,
.btn-teal-500.active:not(:disabled):not(.disabled):focus,
.show>.btn-teal-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #60a89b80
}

.btn-teal-550 {
  color: #fff;
  background-color: #006054;
  border-color: #006054
}

.btn-teal-550:hover {
  color: #fff;
  background-color: #003a33;
  border-color: #002d27
}

.btn-teal-550:focus,
.btn-teal-550.focus {
  color: #fff;
  background-color: #003a33;
  border-color: #002d27;
  box-shadow: 0 0 0 .2rem #26786e80
}

.btn-teal-550.disabled,
.btn-teal-550:disabled {
  color: #fff;
  background-color: #006054;
  border-color: #006054
}

.btn-teal-550:not(:disabled):not(.disabled):active,
.btn-teal-550.active:not(:disabled):not(.disabled),
.show>.btn-teal-550.dropdown-toggle {
  color: #fff;
  background-color: #002d27;
  border-color: #00201c
}

.btn-teal-550:not(:disabled):not(.disabled):active:focus,
.btn-teal-550.active:not(:disabled):not(.disabled):focus,
.show>.btn-teal-550.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #26786e80
}

.btn-teal-600 {
  color: #fff;
  background-color: #168374;
  border-color: #168374
}

.btn-teal-600:hover {
  color: #fff;
  background-color: #116257;
  border-color: #0f574d
}

.btn-teal-600:focus,
.btn-teal-600.focus {
  color: #fff;
  background-color: #116257;
  border-color: #0f574d;
  box-shadow: 0 0 0 .2rem #39968980
}

.btn-teal-600.disabled,
.btn-teal-600:disabled {
  color: #fff;
  background-color: #168374;
  border-color: #168374
}

.btn-teal-600:not(:disabled):not(.disabled):active,
.btn-teal-600.active:not(:disabled):not(.disabled),
.show>.btn-teal-600.dropdown-toggle {
  color: #fff;
  background-color: #0f574d;
  border-color: #0d4c44
}

.btn-teal-600:not(:disabled):not(.disabled):active:focus,
.btn-teal-600.active:not(:disabled):not(.disabled):focus,
.show>.btn-teal-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #39968980
}

.btn-prevention {
  color: #fff;
  background-color: #003950;
  border-color: #003950
}

.btn-prevention:hover {
  color: #fff;
  background-color: #001e2a;
  border-color: #00151d
}

.btn-prevention:focus,
.btn-prevention.focus {
  color: #fff;
  background-color: #001e2a;
  border-color: #00151d;
  box-shadow: 0 0 0 .2rem #26576a80
}

.btn-prevention.disabled,
.btn-prevention:disabled {
  color: #fff;
  background-color: #003950;
  border-color: #003950
}

.btn-prevention:not(:disabled):not(.disabled):active,
.btn-prevention.active:not(:disabled):not(.disabled),
.show>.btn-prevention.dropdown-toggle {
  color: #fff;
  background-color: #00151d;
  border-color: #000c10
}

.btn-prevention:not(:disabled):not(.disabled):active:focus,
.btn-prevention.active:not(:disabled):not(.disabled):focus,
.show>.btn-prevention.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #26576a80
}

.btn-prevention-100 {
  color: #182024;
  background-color: #b5e3f3;
  border-color: #b5e3f3
}

.btn-prevention-100:hover {
  color: #182024;
  background-color: #94d7ee;
  border-color: #89d2ec
}

.btn-prevention-100:focus,
.btn-prevention-100.focus {
  color: #182024;
  background-color: #94d7ee;
  border-color: #89d2ec;
  box-shadow: 0 0 0 .2rem #9dc6d480
}

.btn-prevention-100.disabled,
.btn-prevention-100:disabled {
  color: #182024;
  background-color: #b5e3f3;
  border-color: #b5e3f3
}

.btn-prevention-100:not(:disabled):not(.disabled):active,
.btn-prevention-100.active:not(:disabled):not(.disabled),
.show>.btn-prevention-100.dropdown-toggle {
  color: #182024;
  background-color: #89d2ec;
  border-color: #7eceea
}

.btn-prevention-100:not(:disabled):not(.disabled):active:focus,
.btn-prevention-100.active:not(:disabled):not(.disabled):focus,
.show>.btn-prevention-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #9dc6d480
}

.btn-prevention-200 {
  color: #182024;
  background-color: #8cc1d2;
  border-color: #8cc1d2
}

.btn-prevention-200:hover {
  color: #182024;
  background-color: #71b2c7;
  border-color: #67adc4
}

.btn-prevention-200:focus,
.btn-prevention-200.focus {
  color: #182024;
  background-color: #71b2c7;
  border-color: #67adc4;
  box-shadow: 0 0 0 .2rem #7ba9b880
}

.btn-prevention-200.disabled,
.btn-prevention-200:disabled {
  color: #182024;
  background-color: #8cc1d2;
  border-color: #8cc1d2
}

.btn-prevention-200:not(:disabled):not(.disabled):active,
.btn-prevention-200.active:not(:disabled):not(.disabled),
.show>.btn-prevention-200.dropdown-toggle {
  color: #182024;
  background-color: #67adc4;
  border-color: #5ea8c0
}

.btn-prevention-200:not(:disabled):not(.disabled):active:focus,
.btn-prevention-200.active:not(:disabled):not(.disabled):focus,
.show>.btn-prevention-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #7ba9b880
}

.btn-prevention-300 {
  color: #fff;
  background-color: #679eb1;
  border-color: #679eb1
}

.btn-prevention-300:hover {
  color: #fff;
  background-color: #528ca0;
  border-color: #4e8497
}

.btn-prevention-300:focus,
.btn-prevention-300.focus {
  color: #fff;
  background-color: #528ca0;
  border-color: #4e8497;
  box-shadow: 0 0 0 .2rem #7eadbd80
}

.btn-prevention-300.disabled,
.btn-prevention-300:disabled {
  color: #fff;
  background-color: #679eb1;
  border-color: #679eb1
}

.btn-prevention-300:not(:disabled):not(.disabled):active,
.btn-prevention-300.active:not(:disabled):not(.disabled),
.show>.btn-prevention-300.dropdown-toggle {
  color: #fff;
  background-color: #4e8497;
  border-color: #497d8f
}

.btn-prevention-300:not(:disabled):not(.disabled):active:focus,
.btn-prevention-300.active:not(:disabled):not(.disabled):focus,
.show>.btn-prevention-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #7eadbd80
}

.btn-prevention-400 {
  color: #fff;
  background-color: #4d7e92;
  border-color: #4d7e92
}

.btn-prevention-400:hover {
  color: #fff;
  background-color: #406879;
  border-color: #3b6171
}

.btn-prevention-400:focus,
.btn-prevention-400.focus {
  color: #fff;
  background-color: #406879;
  border-color: #3b6171;
  box-shadow: 0 0 0 .2rem #6891a280
}

.btn-prevention-400.disabled,
.btn-prevention-400:disabled {
  color: #fff;
  background-color: #4d7e92;
  border-color: #4d7e92
}

.btn-prevention-400:not(:disabled):not(.disabled):active,
.btn-prevention-400.active:not(:disabled):not(.disabled),
.show>.btn-prevention-400.dropdown-toggle {
  color: #fff;
  background-color: #3b6171;
  border-color: #375a68
}

.btn-prevention-400:not(:disabled):not(.disabled):active:focus,
.btn-prevention-400.active:not(:disabled):not(.disabled):focus,
.show>.btn-prevention-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #6891a280
}

.btn-prevention-500 {
  color: #fff;
  background-color: #275b71;
  border-color: #275b71
}

.btn-prevention-500:hover {
  color: #fff;
  background-color: #1d4455;
  border-color: #1a3c4b
}

.btn-prevention-500:focus,
.btn-prevention-500.focus {
  color: #fff;
  background-color: #1d4455;
  border-color: #1a3c4b;
  box-shadow: 0 0 0 .2rem #47748680
}

.btn-prevention-500.disabled,
.btn-prevention-500:disabled {
  color: #fff;
  background-color: #275b71;
  border-color: #275b71
}

.btn-prevention-500:not(:disabled):not(.disabled):active,
.btn-prevention-500.active:not(:disabled):not(.disabled),
.show>.btn-prevention-500.dropdown-toggle {
  color: #fff;
  background-color: #1a3c4b;
  border-color: #173542
}

.btn-prevention-500:not(:disabled):not(.disabled):active:focus,
.btn-prevention-500.active:not(:disabled):not(.disabled):focus,
.show>.btn-prevention-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #47748680
}

.btn-prevention-600 {
  color: #fff;
  background-color: #003950;
  border-color: #003950
}

.btn-prevention-600:hover {
  color: #fff;
  background-color: #001e2a;
  border-color: #00151d
}

.btn-prevention-600:focus,
.btn-prevention-600.focus {
  color: #fff;
  background-color: #001e2a;
  border-color: #00151d;
  box-shadow: 0 0 0 .2rem #26576a80
}

.btn-prevention-600.disabled,
.btn-prevention-600:disabled {
  color: #fff;
  background-color: #003950;
  border-color: #003950
}

.btn-prevention-600:not(:disabled):not(.disabled):active,
.btn-prevention-600.active:not(:disabled):not(.disabled),
.show>.btn-prevention-600.dropdown-toggle {
  color: #fff;
  background-color: #00151d;
  border-color: #000c10
}

.btn-prevention-600:not(:disabled):not(.disabled):active:focus,
.btn-prevention-600.active:not(:disabled):not(.disabled):focus,
.show>.btn-prevention-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #26576a80
}

.btn-prevention-700 {
  color: #fff;
  background-color: #102334;
  border-color: #102334
}

.btn-prevention-700:hover {
  color: #fff;
  background-color: #070f17;
  border-color: #04090d
}

.btn-prevention-700:focus,
.btn-prevention-700.focus {
  color: #fff;
  background-color: #070f17;
  border-color: #04090d;
  box-shadow: 0 0 0 .2rem #34445280
}

.btn-prevention-700.disabled,
.btn-prevention-700:disabled {
  color: #fff;
  background-color: #102334;
  border-color: #102334
}

.btn-prevention-700:not(:disabled):not(.disabled):active,
.btn-prevention-700.active:not(:disabled):not(.disabled),
.show>.btn-prevention-700.dropdown-toggle {
  color: #fff;
  background-color: #04090d;
  border-color: #010203
}

.btn-prevention-700:not(:disabled):not(.disabled):active:focus,
.btn-prevention-700.active:not(:disabled):not(.disabled):focus,
.show>.btn-prevention-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #34445280
}

.btn-rescue {
  color: #fff;
  background-color: #00d1c3;
  border-color: #00d1c3
}

.btn-rescue:hover {
  color: #fff;
  background-color: #00ab9f;
  border-color: #009e93
}

.btn-rescue:focus,
.btn-rescue.focus {
  color: #fff;
  background-color: #00ab9f;
  border-color: #009e93;
  box-shadow: 0 0 0 .2rem #26d8cc80
}

.btn-rescue.disabled,
.btn-rescue:disabled {
  color: #fff;
  background-color: #00d1c3;
  border-color: #00d1c3
}

.btn-rescue:not(:disabled):not(.disabled):active,
.btn-rescue.active:not(:disabled):not(.disabled),
.show>.btn-rescue.dropdown-toggle {
  color: #fff;
  background-color: #009e93;
  border-color: #009188
}

.btn-rescue:not(:disabled):not(.disabled):active:focus,
.btn-rescue.active:not(:disabled):not(.disabled):focus,
.show>.btn-rescue.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #26d8cc80
}

.btn-rescue-100 {
  color: #182024;
  background-color: #b5f1eb;
  border-color: #b5f1eb
}

.btn-rescue-100:hover {
  color: #182024;
  background-color: #95ebe2;
  border-color: #8ae9df
}

.btn-rescue-100:focus,
.btn-rescue-100.focus {
  color: #182024;
  background-color: #95ebe2;
  border-color: #8ae9df;
  box-shadow: 0 0 0 .2rem #9dd2cd80
}

.btn-rescue-100.disabled,
.btn-rescue-100:disabled {
  color: #182024;
  background-color: #b5f1eb;
  border-color: #b5f1eb
}

.btn-rescue-100:not(:disabled):not(.disabled):active,
.btn-rescue-100.active:not(:disabled):not(.disabled),
.show>.btn-rescue-100.dropdown-toggle {
  color: #182024;
  background-color: #8ae9df;
  border-color: #7fe7dd
}

.btn-rescue-100:not(:disabled):not(.disabled):active:focus,
.btn-rescue-100.active:not(:disabled):not(.disabled):focus,
.show>.btn-rescue-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #9dd2cd80
}

.btn-rescue-200 {
  color: #182024;
  background-color: #93eae2;
  border-color: #93eae2
}

.btn-rescue-200:hover {
  color: #182024;
  background-color: #73e4d9;
  border-color: #68e2d7
}

.btn-rescue-200:focus,
.btn-rescue-200.focus {
  color: #182024;
  background-color: #73e4d9;
  border-color: #68e2d7;
  box-shadow: 0 0 0 .2rem #81ccc680
}

.btn-rescue-200.disabled,
.btn-rescue-200:disabled {
  color: #182024;
  background-color: #93eae2;
  border-color: #93eae2
}

.btn-rescue-200:not(:disabled):not(.disabled):active,
.btn-rescue-200.active:not(:disabled):not(.disabled),
.show>.btn-rescue-200.dropdown-toggle {
  color: #182024;
  background-color: #68e2d7;
  border-color: #5ee0d4
}

.btn-rescue-200:not(:disabled):not(.disabled):active:focus,
.btn-rescue-200.active:not(:disabled):not(.disabled):focus,
.show>.btn-rescue-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #81ccc680
}

.btn-rescue-300 {
  color: #182024;
  background-color: #6fe4db;
  border-color: #6fe4db
}

.btn-rescue-300:hover {
  color: #182024;
  background-color: #4fded3;
  border-color: #44dcd0
}

.btn-rescue-300:focus,
.btn-rescue-300.focus {
  color: #182024;
  background-color: #4fded3;
  border-color: #44dcd0;
  box-shadow: 0 0 0 .2rem #62c7c080
}

.btn-rescue-300.disabled,
.btn-rescue-300:disabled {
  color: #182024;
  background-color: #6fe4db;
  border-color: #6fe4db
}

.btn-rescue-300:not(:disabled):not(.disabled):active,
.btn-rescue-300.active:not(:disabled):not(.disabled),
.show>.btn-rescue-300.dropdown-toggle {
  color: #182024;
  background-color: #44dcd0;
  border-color: #39dace
}

.btn-rescue-300:not(:disabled):not(.disabled):active:focus,
.btn-rescue-300.active:not(:disabled):not(.disabled):focus,
.show>.btn-rescue-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #62c7c080
}

.btn-rescue-400 {
  color: #182024;
  background-color: #65dcd2;
  border-color: #65dcd2
}

.btn-rescue-400:hover {
  color: #182024;
  background-color: #46d5c9;
  border-color: #3bd3c6
}

.btn-rescue-400:focus,
.btn-rescue-400.focus {
  color: #182024;
  background-color: #46d5c9;
  border-color: #3bd3c6;
  box-shadow: 0 0 0 .2rem #59c0b880
}

.btn-rescue-400.disabled,
.btn-rescue-400:disabled {
  color: #182024;
  background-color: #65dcd2;
  border-color: #65dcd2
}

.btn-rescue-400:not(:disabled):not(.disabled):active,
.btn-rescue-400.active:not(:disabled):not(.disabled),
.show>.btn-rescue-400.dropdown-toggle {
  color: #182024;
  background-color: #3bd3c6;
  border-color: #31d0c3
}

.btn-rescue-400:not(:disabled):not(.disabled):active:focus,
.btn-rescue-400.active:not(:disabled):not(.disabled):focus,
.show>.btn-rescue-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #59c0b880
}

.btn-rescue-500 {
  color: #182024;
  background-color: #61d6ca;
  border-color: #61d6ca
}

.btn-rescue-500:hover {
  color: #182024;
  background-color: #43cec0;
  border-color: #39cbbc
}

.btn-rescue-500:focus,
.btn-rescue-500.focus {
  color: #182024;
  background-color: #43cec0;
  border-color: #39cbbc;
  box-shadow: 0 0 0 .2rem #56bbb180
}

.btn-rescue-500.disabled,
.btn-rescue-500:disabled {
  color: #182024;
  background-color: #61d6ca;
  border-color: #61d6ca
}

.btn-rescue-500:not(:disabled):not(.disabled):active,
.btn-rescue-500.active:not(:disabled):not(.disabled),
.show>.btn-rescue-500.dropdown-toggle {
  color: #182024;
  background-color: #39cbbc;
  border-color: #33c4b5
}

.btn-rescue-500:not(:disabled):not(.disabled):active:focus,
.btn-rescue-500.active:not(:disabled):not(.disabled):focus,
.show>.btn-rescue-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #56bbb180
}

.btn-rescue-600 {
  color: #fff;
  background-color: #00d1c3;
  border-color: #00d1c3
}

.btn-rescue-600:hover {
  color: #fff;
  background-color: #00ab9f;
  border-color: #009e93
}

.btn-rescue-600:focus,
.btn-rescue-600.focus {
  color: #fff;
  background-color: #00ab9f;
  border-color: #009e93;
  box-shadow: 0 0 0 .2rem #26d8cc80
}

.btn-rescue-600.disabled,
.btn-rescue-600:disabled {
  color: #fff;
  background-color: #00d1c3;
  border-color: #00d1c3
}

.btn-rescue-600:not(:disabled):not(.disabled):active,
.btn-rescue-600.active:not(:disabled):not(.disabled),
.show>.btn-rescue-600.dropdown-toggle {
  color: #fff;
  background-color: #009e93;
  border-color: #009188
}

.btn-rescue-600:not(:disabled):not(.disabled):active:focus,
.btn-rescue-600.active:not(:disabled):not(.disabled):focus,
.show>.btn-rescue-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #26d8cc80
}

.btn-recycle {
  color: #fff;
  background-color: #5ca958;
  border-color: #5ca958
}

.btn-recycle:hover {
  color: #fff;
  background-color: #4e904a;
  border-color: #498846
}

.btn-recycle:focus,
.btn-recycle.focus {
  color: #fff;
  background-color: #4e904a;
  border-color: #498846;
  box-shadow: 0 0 0 .2rem #74b67180
}

.btn-recycle.disabled,
.btn-recycle:disabled {
  color: #fff;
  background-color: #5ca958;
  border-color: #5ca958
}

.btn-recycle:not(:disabled):not(.disabled):active,
.btn-recycle.active:not(:disabled):not(.disabled),
.show>.btn-recycle.dropdown-toggle {
  color: #fff;
  background-color: #498846;
  border-color: #458042
}

.btn-recycle:not(:disabled):not(.disabled):active:focus,
.btn-recycle.active:not(:disabled):not(.disabled):focus,
.show>.btn-recycle.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #74b67180
}

.btn-recycle-100 {
  color: #182024;
  background-color: #d1ecc1;
  border-color: #d1ecc1
}

.btn-recycle-100:hover {
  color: #182024;
  background-color: #bbe3a4;
  border-color: #b4e09a
}

.btn-recycle-100:focus,
.btn-recycle-100.focus {
  color: #182024;
  background-color: #bbe3a4;
  border-color: #b4e09a;
  box-shadow: 0 0 0 .2rem #b5cda980
}

.btn-recycle-100.disabled,
.btn-recycle-100:disabled {
  color: #182024;
  background-color: #d1ecc1;
  border-color: #d1ecc1
}

.btn-recycle-100:not(:disabled):not(.disabled):active,
.btn-recycle-100.active:not(:disabled):not(.disabled),
.show>.btn-recycle-100.dropdown-toggle {
  color: #182024;
  background-color: #b4e09a;
  border-color: #addd90
}

.btn-recycle-100:not(:disabled):not(.disabled):active:focus,
.btn-recycle-100.active:not(:disabled):not(.disabled):focus,
.show>.btn-recycle-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #b5cda980
}

.btn-recycle-200 {
  color: #182024;
  background-color: #badeab;
  border-color: #badeab
}

.btn-recycle-200:hover {
  color: #182024;
  background-color: #a3d390;
  border-color: #9cd086
}

.btn-recycle-200:focus,
.btn-recycle-200.focus {
  color: #182024;
  background-color: #a3d390;
  border-color: #9cd086;
  box-shadow: 0 0 0 .2rem #a2c29780
}

.btn-recycle-200.disabled,
.btn-recycle-200:disabled {
  color: #182024;
  background-color: #badeab;
  border-color: #badeab
}

.btn-recycle-200:not(:disabled):not(.disabled):active,
.btn-recycle-200.active:not(:disabled):not(.disabled),
.show>.btn-recycle-200.dropdown-toggle {
  color: #182024;
  background-color: #9cd086;
  border-color: #94cc7d
}

.btn-recycle-200:not(:disabled):not(.disabled):active:focus,
.btn-recycle-200.active:not(:disabled):not(.disabled):focus,
.show>.btn-recycle-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #a2c29780
}

.btn-recycle-300 {
  color: #182024;
  background-color: #a3d097;
  border-color: #a3d097
}

.btn-recycle-300:hover {
  color: #182024;
  background-color: #8cc47d;
  border-color: #84c074
}

.btn-recycle-300:focus,
.btn-recycle-300.focus {
  color: #182024;
  background-color: #8cc47d;
  border-color: #84c074;
  box-shadow: 0 0 0 .2rem #8eb68680
}

.btn-recycle-300.disabled,
.btn-recycle-300:disabled {
  color: #182024;
  background-color: #a3d097;
  border-color: #a3d097
}

.btn-recycle-300:not(:disabled):not(.disabled):active,
.btn-recycle-300.active:not(:disabled):not(.disabled),
.show>.btn-recycle-300.dropdown-toggle {
  color: #182024;
  background-color: #84c074;
  border-color: #7cbc6b
}

.btn-recycle-300:not(:disabled):not(.disabled):active:focus,
.btn-recycle-300.active:not(:disabled):not(.disabled):focus,
.show>.btn-recycle-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #8eb68680
}

.btn-recycle-400 {
  color: #182024;
  background-color: #75c46c;
  border-color: #75c46c
}

.btn-recycle-400:hover {
  color: #fff;
  background-color: #5bb951;
  border-color: #54b548
}

.btn-recycle-400:focus,
.btn-recycle-400.focus {
  color: #fff;
  background-color: #5bb951;
  border-color: #54b548;
  box-shadow: 0 0 0 .2rem #67ab6180
}

.btn-recycle-400.disabled,
.btn-recycle-400:disabled {
  color: #182024;
  background-color: #75c46c;
  border-color: #75c46c
}

.btn-recycle-400:not(:disabled):not(.disabled):active,
.btn-recycle-400.active:not(:disabled):not(.disabled),
.show>.btn-recycle-400.dropdown-toggle {
  color: #fff;
  background-color: #54b548;
  border-color: #4fab45
}

.btn-recycle-400:not(:disabled):not(.disabled):active:focus,
.btn-recycle-400.active:not(:disabled):not(.disabled):focus,
.show>.btn-recycle-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #67ab6180
}

.btn-recycle-500 {
  color: #fff;
  background-color: #5ca958;
  border-color: #5ca958
}

.btn-recycle-500:hover {
  color: #fff;
  background-color: #4e904a;
  border-color: #498846
}

.btn-recycle-500:focus,
.btn-recycle-500.focus {
  color: #fff;
  background-color: #4e904a;
  border-color: #498846;
  box-shadow: 0 0 0 .2rem #74b67180
}

.btn-recycle-500.disabled,
.btn-recycle-500:disabled {
  color: #fff;
  background-color: #5ca958;
  border-color: #5ca958
}

.btn-recycle-500:not(:disabled):not(.disabled):active,
.btn-recycle-500.active:not(:disabled):not(.disabled),
.show>.btn-recycle-500.dropdown-toggle {
  color: #fff;
  background-color: #498846;
  border-color: #458042
}

.btn-recycle-500:not(:disabled):not(.disabled):active:focus,
.btn-recycle-500.active:not(:disabled):not(.disabled):focus,
.show>.btn-recycle-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #74b67180
}

.btn-recycle-600 {
  color: #fff;
  background-color: #3d8944;
  border-color: #3d8944
}

.btn-recycle-600:hover {
  color: #fff;
  background-color: #316f37;
  border-color: #2d6632
}

.btn-recycle-600:focus,
.btn-recycle-600.focus {
  color: #fff;
  background-color: #316f37;
  border-color: #2d6632;
  box-shadow: 0 0 0 .2rem #5a9b6080
}

.btn-recycle-600.disabled,
.btn-recycle-600:disabled {
  color: #fff;
  background-color: #3d8944;
  border-color: #3d8944
}

.btn-recycle-600:not(:disabled):not(.disabled):active,
.btn-recycle-600.active:not(:disabled):not(.disabled),
.show>.btn-recycle-600.dropdown-toggle {
  color: #fff;
  background-color: #2d6632;
  border-color: #295d2e
}

.btn-recycle-600:not(:disabled):not(.disabled):active:focus,
.btn-recycle-600.active:not(:disabled):not(.disabled):focus,
.show>.btn-recycle-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #5a9b6080
}

.btn-optimize {
  color: #fff;
  background-color: #003a52;
  border-color: #003a52
}

.btn-optimize:hover {
  color: #fff;
  background-color: #001f2c;
  border-color: #00161f
}

.btn-optimize:focus,
.btn-optimize.focus {
  color: #fff;
  background-color: #001f2c;
  border-color: #00161f;
  box-shadow: 0 0 0 .2rem #26586c80
}

.btn-optimize.disabled,
.btn-optimize:disabled {
  color: #fff;
  background-color: #003a52;
  border-color: #003a52
}

.btn-optimize:not(:disabled):not(.disabled):active,
.btn-optimize.active:not(:disabled):not(.disabled),
.show>.btn-optimize.dropdown-toggle {
  color: #fff;
  background-color: #00161f;
  border-color: #000d12
}

.btn-optimize:not(:disabled):not(.disabled):active:focus,
.btn-optimize.active:not(:disabled):not(.disabled):focus,
.show>.btn-optimize.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #26586c80
}

.btn-enhance {
  color: #fff;
  background-color: #045b80;
  border-color: #045b80
}

.btn-enhance:hover {
  color: #fff;
  background-color: #03415b;
  border-color: #02384f
}

.btn-enhance:focus,
.btn-enhance.focus {
  color: #fff;
  background-color: #03415b;
  border-color: #02384f;
  box-shadow: 0 0 0 .2rem #2a749380
}

.btn-enhance.disabled,
.btn-enhance:disabled {
  color: #fff;
  background-color: #045b80;
  border-color: #045b80
}

.btn-enhance:not(:disabled):not(.disabled):active,
.btn-enhance.active:not(:disabled):not(.disabled),
.show>.btn-enhance.dropdown-toggle {
  color: #fff;
  background-color: #02384f;
  border-color: #022f42
}

.btn-enhance:not(:disabled):not(.disabled):active:focus,
.btn-enhance.active:not(:disabled):not(.disabled):focus,
.show>.btn-enhance.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #2a749380
}

.btn-refine {
  color: #fff;
  background-color: #006995;
  border-color: #006995
}

.btn-refine:hover {
  color: #fff;
  background-color: #004e6f;
  border-color: #004562
}

.btn-refine:focus,
.btn-refine.focus {
  color: #fff;
  background-color: #004e6f;
  border-color: #004562;
  box-shadow: 0 0 0 .2rem #2680a580
}

.btn-refine.disabled,
.btn-refine:disabled {
  color: #fff;
  background-color: #006995;
  border-color: #006995
}

.btn-refine:not(:disabled):not(.disabled):active,
.btn-refine.active:not(:disabled):not(.disabled),
.show>.btn-refine.dropdown-toggle {
  color: #fff;
  background-color: #004562;
  border-color: #003c55
}

.btn-refine:not(:disabled):not(.disabled):active:focus,
.btn-refine.active:not(:disabled):not(.disabled):focus,
.show>.btn-refine.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #2680a580
}

.btn-maximize {
  color: #fff;
  background-color: #048dc6;
  border-color: #048dc6
}

.btn-maximize:hover {
  color: #fff;
  background-color: #0372a1;
  border-color: #036994
}

.btn-maximize:focus,
.btn-maximize.focus {
  color: #fff;
  background-color: #0372a1;
  border-color: #036994;
  box-shadow: 0 0 0 .2rem #2a9ecf80
}

.btn-maximize.disabled,
.btn-maximize:disabled {
  color: #fff;
  background-color: #048dc6;
  border-color: #048dc6
}

.btn-maximize:not(:disabled):not(.disabled):active,
.btn-maximize.active:not(:disabled):not(.disabled),
.show>.btn-maximize.dropdown-toggle {
  color: #fff;
  background-color: #036994;
  border-color: #036188
}

.btn-maximize:not(:disabled):not(.disabled):active:focus,
.btn-maximize.active:not(:disabled):not(.disabled):focus,
.show>.btn-maximize.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #2a9ecf80
}

.btn-reshape {
  color: #fff;
  background-color: #009dde;
  border-color: #009dde
}

.btn-reshape:hover {
  color: #fff;
  background-color: #0082b8;
  border-color: #0079ab
}

.btn-reshape:focus,
.btn-reshape.focus {
  color: #fff;
  background-color: #0082b8;
  border-color: #0079ab;
  box-shadow: 0 0 0 .2rem #26ace380
}

.btn-reshape.disabled,
.btn-reshape:disabled {
  color: #fff;
  background-color: #009dde;
  border-color: #009dde
}

.btn-reshape:not(:disabled):not(.disabled):active,
.btn-reshape.active:not(:disabled):not(.disabled),
.show>.btn-reshape.dropdown-toggle {
  color: #fff;
  background-color: #0079ab;
  border-color: #00709e
}

.btn-reshape:not(:disabled):not(.disabled):active:focus,
.btn-reshape.active:not(:disabled):not(.disabled):focus,
.show>.btn-reshape.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #26ace380
}

.btn-strengthen {
  color: #fff;
  background-color: #00d1c3;
  border-color: #00d1c3
}

.btn-strengthen:hover {
  color: #fff;
  background-color: #00ab9f;
  border-color: #009e93
}

.btn-strengthen:focus,
.btn-strengthen.focus {
  color: #fff;
  background-color: #00ab9f;
  border-color: #009e93;
  box-shadow: 0 0 0 .2rem #26d8cc80
}

.btn-strengthen.disabled,
.btn-strengthen:disabled {
  color: #fff;
  background-color: #00d1c3;
  border-color: #00d1c3
}

.btn-strengthen:not(:disabled):not(.disabled):active,
.btn-strengthen.active:not(:disabled):not(.disabled),
.show>.btn-strengthen.dropdown-toggle {
  color: #fff;
  background-color: #009e93;
  border-color: #009188
}

.btn-strengthen:not(:disabled):not(.disabled):active:focus,
.btn-strengthen.active:not(:disabled):not(.disabled):focus,
.show>.btn-strengthen.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #26d8cc80
}

.btn-producers {
  color: #fff;
  background-color: #dc354d;
  border-color: #dc354d
}

.btn-producers:hover {
  color: #fff;
  background-color: #c8233a;
  border-color: #bd2137
}

.btn-producers:focus,
.btn-producers.focus {
  color: #fff;
  background-color: #c8233a;
  border-color: #bd2137;
  box-shadow: 0 0 0 .2rem #e1536880
}

.btn-producers.disabled,
.btn-producers:disabled {
  color: #fff;
  background-color: #dc354d;
  border-color: #dc354d
}

.btn-producers:not(:disabled):not(.disabled):active,
.btn-producers.active:not(:disabled):not(.disabled),
.show>.btn-producers.dropdown-toggle {
  color: #fff;
  background-color: #bd2137;
  border-color: #b21f34
}

.btn-producers:not(:disabled):not(.disabled):active:focus,
.btn-producers.active:not(:disabled):not(.disabled):focus,
.show>.btn-producers.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #e1536880
}

.btn-manufacturers {
  color: #fff;
  background-color: #630a53;
  border-color: #630a53
}

.btn-manufacturers:hover {
  color: #fff;
  background-color: #400636;
  border-color: #35052c
}

.btn-manufacturers:focus,
.btn-manufacturers.focus {
  color: #fff;
  background-color: #400636;
  border-color: #35052c;
  box-shadow: 0 0 0 .2rem #7a2f6d80
}

.btn-manufacturers.disabled,
.btn-manufacturers:disabled {
  color: #fff;
  background-color: #630a53;
  border-color: #630a53
}

.btn-manufacturers:not(:disabled):not(.disabled):active,
.btn-manufacturers.active:not(:disabled):not(.disabled),
.show>.btn-manufacturers.dropdown-toggle {
  color: #fff;
  background-color: #35052c;
  border-color: #290422
}

.btn-manufacturers:not(:disabled):not(.disabled):active:focus,
.btn-manufacturers.active:not(:disabled):not(.disabled):focus,
.show>.btn-manufacturers.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #7a2f6d80
}

.btn-retailers {
  color: #182024;
  background-color: #ff7f12;
  border-color: #ff7f12
}

.btn-retailers:hover {
  color: #fff;
  background-color: #eb6c00;
  border-color: #de6600
}

.btn-retailers:focus,
.btn-retailers.focus {
  color: #fff;
  background-color: #eb6c00;
  border-color: #de6600;
  box-shadow: 0 0 0 .2rem #dc711580
}

.btn-retailers.disabled,
.btn-retailers:disabled {
  color: #182024;
  background-color: #ff7f12;
  border-color: #ff7f12
}

.btn-retailers:not(:disabled):not(.disabled):active,
.btn-retailers.active:not(:disabled):not(.disabled),
.show>.btn-retailers.dropdown-toggle {
  color: #fff;
  background-color: #de6600;
  border-color: #d16000
}

.btn-retailers:not(:disabled):not(.disabled):active:focus,
.btn-retailers.active:not(:disabled):not(.disabled):focus,
.show>.btn-retailers.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #dc711580
}

.btn-foodservice {
  color: #fff;
  background-color: #b40863;
  border-color: #b40863
}

.btn-foodservice:hover {
  color: #fff;
  background-color: #8f064f;
  border-color: #830648
}

.btn-foodservice:focus,
.btn-foodservice.focus {
  color: #fff;
  background-color: #8f064f;
  border-color: #830648;
  box-shadow: 0 0 0 .2rem #bf2d7a80
}

.btn-foodservice.disabled,
.btn-foodservice:disabled {
  color: #fff;
  background-color: #b40863;
  border-color: #b40863
}

.btn-foodservice:not(:disabled):not(.disabled):active,
.btn-foodservice.active:not(:disabled):not(.disabled),
.show>.btn-foodservice.dropdown-toggle {
  color: #fff;
  background-color: #830648;
  border-color: #770541
}

.btn-foodservice:not(:disabled):not(.disabled):active:focus,
.btn-foodservice.active:not(:disabled):not(.disabled):focus,
.show>.btn-foodservice.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #bf2d7a80
}

.btn-policymakers {
  color: #fff;
  background-color: #168374;
  border-color: #168374
}

.btn-policymakers:hover {
  color: #fff;
  background-color: #116257;
  border-color: #0f574d
}

.btn-policymakers:focus,
.btn-policymakers.focus {
  color: #fff;
  background-color: #116257;
  border-color: #0f574d;
  box-shadow: 0 0 0 .2rem #39968980
}

.btn-policymakers.disabled,
.btn-policymakers:disabled {
  color: #fff;
  background-color: #168374;
  border-color: #168374
}

.btn-policymakers:not(:disabled):not(.disabled):active,
.btn-policymakers.active:not(:disabled):not(.disabled),
.show>.btn-policymakers.dropdown-toggle {
  color: #fff;
  background-color: #0f574d;
  border-color: #0d4c44
}

.btn-policymakers:not(:disabled):not(.disabled):active:focus,
.btn-policymakers.active:not(:disabled):not(.disabled):focus,
.show>.btn-policymakers.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #39968980
}

.btn-capital-providers {
  color: #fff;
  background-color: #00b982;
  border-color: #00b982
}

.btn-capital-providers:hover {
  color: #fff;
  background-color: #009367;
  border-color: #00865e
}

.btn-capital-providers:focus,
.btn-capital-providers.focus {
  color: #fff;
  background-color: #009367;
  border-color: #00865e;
  box-shadow: 0 0 0 .2rem #26c49580
}

.btn-capital-providers.disabled,
.btn-capital-providers:disabled {
  color: #fff;
  background-color: #00b982;
  border-color: #00b982
}

.btn-capital-providers:not(:disabled):not(.disabled):active,
.btn-capital-providers.active:not(:disabled):not(.disabled),
.show>.btn-capital-providers.dropdown-toggle {
  color: #fff;
  background-color: #00865e;
  border-color: #007955
}

.btn-capital-providers:not(:disabled):not(.disabled):active:focus,
.btn-capital-providers.active:not(:disabled):not(.disabled):focus,
.show>.btn-capital-providers.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #26c49580
}

.btn-gov-grants {
  color: #182024;
  background-color: #f9e3bf;
  border-color: #f9e3bf
}

.btn-gov-grants:hover {
  color: #182024;
  background-color: #f6d49c;
  border-color: #f5cf90
}

.btn-gov-grants:focus,
.btn-gov-grants.focus {
  color: #182024;
  background-color: #f6d49c;
  border-color: #f5cf90;
  box-shadow: 0 0 0 .2rem #d7c6a880
}

.btn-gov-grants.disabled,
.btn-gov-grants:disabled {
  color: #182024;
  background-color: #f9e3bf;
  border-color: #f9e3bf
}

.btn-gov-grants:not(:disabled):not(.disabled):active,
.btn-gov-grants.active:not(:disabled):not(.disabled),
.show>.btn-gov-grants.dropdown-toggle {
  color: #182024;
  background-color: #f5cf90;
  border-color: #f4ca85
}

.btn-gov-grants:not(:disabled):not(.disabled):active:focus,
.btn-gov-grants.active:not(:disabled):not(.disabled):focus,
.show>.btn-gov-grants.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #d7c6a880
}

.btn-gov-tax {
  color: #182024;
  background-color: #ffc332;
  border-color: #ffc332
}

.btn-gov-tax:hover {
  color: #182024;
  background-color: #ffb80c;
  border-color: #feb400
}

.btn-gov-tax:focus,
.btn-gov-tax.focus {
  color: #182024;
  background-color: #ffb80c;
  border-color: #feb400;
  box-shadow: 0 0 0 .2rem #dcab3080
}

.btn-gov-tax.disabled,
.btn-gov-tax:disabled {
  color: #182024;
  background-color: #ffc332;
  border-color: #ffc332
}

.btn-gov-tax:not(:disabled):not(.disabled):active,
.btn-gov-tax.active:not(:disabled):not(.disabled),
.show>.btn-gov-tax.dropdown-toggle {
  color: #182024;
  background-color: #feb400;
  border-color: #f1ab00
}

.btn-gov-tax:not(:disabled):not(.disabled):active:focus,
.btn-gov-tax.active:not(:disabled):not(.disabled):focus,
.show>.btn-gov-tax.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #dcab3080
}

.btn-gov-finance {
  color: #182024;
  background-color: #f1a73c;
  border-color: #f1a73c
}

.btn-gov-finance:hover {
  color: #182024;
  background-color: #ee9718;
  border-color: #e99111
}

.btn-gov-finance:focus,
.btn-gov-finance.focus {
  color: #182024;
  background-color: #ee9718;
  border-color: #e99111;
  box-shadow: 0 0 0 .2rem #d0933880
}

.btn-gov-finance.disabled,
.btn-gov-finance:disabled {
  color: #182024;
  background-color: #f1a73c;
  border-color: #f1a73c
}

.btn-gov-finance:not(:disabled):not(.disabled):active,
.btn-gov-finance.active:not(:disabled):not(.disabled),
.show>.btn-gov-finance.dropdown-toggle {
  color: #182024;
  background-color: #e99111;
  border-color: #dd8910
}

.btn-gov-finance:not(:disabled):not(.disabled):active:focus,
.btn-gov-finance.active:not(:disabled):not(.disabled):focus,
.show>.btn-gov-finance.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #d0933880
}

.btn-non-gov-grants {
  color: #fff;
  background-color: #0091b6;
  border-color: #0091b6
}

.btn-non-gov-grants:hover {
  color: #fff;
  background-color: #007390;
  border-color: #006883
}

.btn-non-gov-grants:focus,
.btn-non-gov-grants.focus {
  color: #fff;
  background-color: #007390;
  border-color: #006883;
  box-shadow: 0 0 0 .2rem #26a2c180
}

.btn-non-gov-grants.disabled,
.btn-non-gov-grants:disabled {
  color: #fff;
  background-color: #0091b6;
  border-color: #0091b6
}

.btn-non-gov-grants:not(:disabled):not(.disabled):active,
.btn-non-gov-grants.active:not(:disabled):not(.disabled),
.show>.btn-non-gov-grants.dropdown-toggle {
  color: #fff;
  background-color: #006883;
  border-color: #005e76
}

.btn-non-gov-grants:not(:disabled):not(.disabled):active:focus,
.btn-non-gov-grants.active:not(:disabled):not(.disabled):focus,
.show>.btn-non-gov-grants.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #26a2c180
}

.btn-impact-first {
  color: #182024;
  background-color: #59c4db;
  border-color: #59c4db
}

.btn-impact-first:hover {
  color: #fff;
  background-color: #3ab9d4;
  border-color: #2fb5d2
}

.btn-impact-first:focus,
.btn-impact-first.focus {
  color: #fff;
  background-color: #3ab9d4;
  border-color: #2fb5d2;
  box-shadow: 0 0 0 .2rem #4fabc080
}

.btn-impact-first.disabled,
.btn-impact-first:disabled {
  color: #182024;
  background-color: #59c4db;
  border-color: #59c4db
}

.btn-impact-first:not(:disabled):not(.disabled):active,
.btn-impact-first.active:not(:disabled):not(.disabled),
.show>.btn-impact-first.dropdown-toggle {
  color: #fff;
  background-color: #2fb5d2;
  border-color: #2cadc9
}

.btn-impact-first:not(:disabled):not(.disabled):active:focus,
.btn-impact-first.active:not(:disabled):not(.disabled):focus,
.show>.btn-impact-first.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #4fabc080
}

.btn-venture-capital {
  color: #fff;
  background-color: #3d8844;
  border-color: #3d8844
}

.btn-venture-capital:hover {
  color: #fff;
  background-color: #316e37;
  border-color: #2d6532
}

.btn-venture-capital:focus,
.btn-venture-capital.focus {
  color: #fff;
  background-color: #316e37;
  border-color: #2d6532;
  box-shadow: 0 0 0 .2rem #5a9a6080
}

.btn-venture-capital.disabled,
.btn-venture-capital:disabled {
  color: #fff;
  background-color: #3d8844;
  border-color: #3d8844
}

.btn-venture-capital:not(:disabled):not(.disabled):active,
.btn-venture-capital.active:not(:disabled):not(.disabled),
.show>.btn-venture-capital.dropdown-toggle {
  color: #fff;
  background-color: #2d6532;
  border-color: #295c2e
}

.btn-venture-capital:not(:disabled):not(.disabled):active:focus,
.btn-venture-capital.active:not(:disabled):not(.disabled):focus,
.show>.btn-venture-capital.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #5a9a6080
}

.btn-private-equity {
  color: #fff;
  background-color: #5ca858;
  border-color: #5ca858
}

.btn-private-equity:hover {
  color: #fff;
  background-color: #4e8f4b;
  border-color: #498746
}

.btn-private-equity:focus,
.btn-private-equity.focus {
  color: #fff;
  background-color: #4e8f4b;
  border-color: #498746;
  box-shadow: 0 0 0 .2rem #74b57180
}

.btn-private-equity.disabled,
.btn-private-equity:disabled {
  color: #fff;
  background-color: #5ca858;
  border-color: #5ca858
}

.btn-private-equity:not(:disabled):not(.disabled):active,
.btn-private-equity.active:not(:disabled):not(.disabled),
.show>.btn-private-equity.dropdown-toggle {
  color: #fff;
  background-color: #498746;
  border-color: #457e42
}

.btn-private-equity:not(:disabled):not(.disabled):active:focus,
.btn-private-equity.active:not(:disabled):not(.disabled):focus,
.show>.btn-private-equity.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #74b57180
}

.btn-corporate-finance {
  color: #182024;
  background-color: #85cd7c;
  border-color: #85cd7c
}

.btn-corporate-finance:hover {
  color: #182024;
  background-color: #6bc260;
  border-color: #63bf57
}

.btn-corporate-finance:focus,
.btn-corporate-finance.focus {
  color: #182024;
  background-color: #6bc260;
  border-color: #63bf57;
  box-shadow: 0 0 0 .2rem #75b36f80
}

.btn-corporate-finance.disabled,
.btn-corporate-finance:disabled {
  color: #182024;
  background-color: #85cd7c;
  border-color: #85cd7c
}

.btn-corporate-finance:not(:disabled):not(.disabled):active,
.btn-corporate-finance.active:not(:disabled):not(.disabled),
.show>.btn-corporate-finance.dropdown-toggle {
  color: #182024;
  background-color: #63bf57;
  border-color: #5abb4e
}

.btn-corporate-finance:not(:disabled):not(.disabled):active:focus,
.btn-corporate-finance.active:not(:disabled):not(.disabled):focus,
.show>.btn-corporate-finance.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #75b36f80
}

.btn-commercial-project-finance {
  color: #182024;
  background-color: #b6e1ab;
  border-color: #b6e1ab
}

.btn-commercial-project-finance:hover {
  color: #182024;
  background-color: #9ed78f;
  border-color: #95d485
}

.btn-commercial-project-finance:focus,
.btn-commercial-project-finance.focus {
  color: #182024;
  background-color: #9ed78f;
  border-color: #95d485;
  box-shadow: 0 0 0 .2rem #9ec49780
}

.btn-commercial-project-finance.disabled,
.btn-commercial-project-finance:disabled {
  color: #182024;
  background-color: #b6e1ab;
  border-color: #b6e1ab
}

.btn-commercial-project-finance:not(:disabled):not(.disabled):active,
.btn-commercial-project-finance.active:not(:disabled):not(.disabled),
.show>.btn-commercial-project-finance.dropdown-toggle {
  color: #182024;
  background-color: #95d485;
  border-color: #8dd07c
}

.btn-commercial-project-finance:not(:disabled):not(.disabled):active:focus,
.btn-commercial-project-finance.active:not(:disabled):not(.disabled):focus,
.show>.btn-commercial-project-finance.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #9ec49780
}

.btn-media {
  color: #fff;
  background-color: #0092b7;
  border-color: #0092b7
}

.btn-media:hover {
  color: #fff;
  background-color: #007391;
  border-color: #006984
}

.btn-media:focus,
.btn-media.focus {
  color: #fff;
  background-color: #007391;
  border-color: #006984;
  box-shadow: 0 0 0 .2rem #26a2c280
}

.btn-media.disabled,
.btn-media:disabled {
  color: #fff;
  background-color: #0092b7;
  border-color: #0092b7
}

.btn-media:not(:disabled):not(.disabled):active,
.btn-media.active:not(:disabled):not(.disabled),
.show>.btn-media.dropdown-toggle {
  color: #fff;
  background-color: #006984;
  border-color: #005f77
}

.btn-media:not(:disabled):not(.disabled):active:focus,
.btn-media.active:not(:disabled):not(.disabled):focus,
.show>.btn-media.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #26a2c280
}

.btn-outline-primary {
  color: #0092b7;
  border-color: #0092b7
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0092b7;
  border-color: #0092b7
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 .2rem #0092b780
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0092b7;
  background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary.active:not(:disabled):not(.disabled),
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0092b7;
  border-color: #0092b7
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #0092b780
}

.btn-outline-secondary {
  color: #5ca958;
  border-color: #5ca958
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #5ca958;
  border-color: #5ca958
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 .2rem #5ca95880
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #5ca958;
  background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary.active:not(:disabled):not(.disabled),
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #5ca958;
  border-color: #5ca958
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #5ca95880
}

.btn-outline-success {
  color: #00b982;
  border-color: #00b982
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #00b982;
  border-color: #00b982
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 .2rem #00b98280
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #00b982;
  background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success.active:not(:disabled):not(.disabled),
.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #00b982;
  border-color: #00b982
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #00b98280
}

.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 .2rem #17a2b880
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info.active:not(:disabled):not(.disabled),
.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.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #17a2b880
}

.btn-outline-warning {
  color: #ffc432;
  border-color: #ffc432
}

.btn-outline-warning:hover {
  color: #182024;
  background-color: #ffc432;
  border-color: #ffc432
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 .2rem #ffc43280
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc432;
  background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning.active:not(:disabled):not(.disabled),
.show>.btn-outline-warning.dropdown-toggle {
  color: #182024;
  background-color: #ffc432;
  border-color: #ffc432
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #ffc43280
}

.btn-outline-danger {
  color: #dc354d;
  border-color: #dc354d
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc354d;
  border-color: #dc354d
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 .2rem #dc354d80
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc354d;
  background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger.active:not(:disabled):not(.disabled),
.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc354d;
  border-color: #dc354d
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #dc354d80
}

.btn-outline-light {
  color: #f3f2f0;
  border-color: #f3f2f0
}

.btn-outline-light:hover {
  color: #182024;
  background-color: #f3f2f0;
  border-color: #f3f2f0
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 .2rem #f3f2f080
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f3f2f0;
  background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light.active:not(:disabled):not(.disabled),
.show>.btn-outline-light.dropdown-toggle {
  color: #182024;
  background-color: #f3f2f0;
  border-color: #f3f2f0
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #f3f2f080
}

.btn-outline-dark {
  color: #003950;
  border-color: #003950
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #003950;
  border-color: #003950
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 .2rem #00395080
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #003950;
  background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark.active:not(:disabled):not(.disabled),
.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #003950;
  border-color: #003950
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #00395080
}

.btn-outline-white {
  color: #fff;
  border-color: #fff
}

.btn-outline-white:hover {
  color: #182024;
  background-color: #fff;
  border-color: #fff
}

.btn-outline-white:focus,
.btn-outline-white.focus {
  box-shadow: 0 0 0 .2rem #ffffff80
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #fff;
  background-color: transparent
}

.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white.active:not(:disabled):not(.disabled),
.show>.btn-outline-white.dropdown-toggle {
  color: #182024;
  background-color: #fff;
  border-color: #fff
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #ffffff80
}

.btn-outline-lighter {
  color: #f8f8f7;
  border-color: #f8f8f7
}

.btn-outline-lighter:hover {
  color: #182024;
  background-color: #f8f8f7;
  border-color: #f8f8f7
}

.btn-outline-lighter:focus,
.btn-outline-lighter.focus {
  box-shadow: 0 0 0 .2rem #f8f8f780
}

.btn-outline-lighter.disabled,
.btn-outline-lighter:disabled {
  color: #f8f8f7;
  background-color: transparent
}

.btn-outline-lighter:not(:disabled):not(.disabled):active,
.btn-outline-lighter.active:not(:disabled):not(.disabled),
.show>.btn-outline-lighter.dropdown-toggle {
  color: #182024;
  background-color: #f8f8f7;
  border-color: #f8f8f7
}

.btn-outline-lighter:not(:disabled):not(.disabled):active:focus,
.btn-outline-lighter.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-lighter.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #f8f8f780
}

.btn-outline-gray {
  color: #848484;
  border-color: #848484
}

.btn-outline-gray:hover {
  color: #fff;
  background-color: #848484;
  border-color: #848484
}

.btn-outline-gray:focus,
.btn-outline-gray.focus {
  box-shadow: 0 0 0 .2rem #84848480
}

.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
  color: #848484;
  background-color: transparent
}

.btn-outline-gray:not(:disabled):not(.disabled):active,
.btn-outline-gray.active:not(:disabled):not(.disabled),
.show>.btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #848484;
  border-color: #848484
}

.btn-outline-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #84848480
}

.btn-outline-gray-500 {
  color: #848484;
  border-color: #848484
}

.btn-outline-gray-500:hover {
  color: #fff;
  background-color: #848484;
  border-color: #848484
}

.btn-outline-gray-500:focus,
.btn-outline-gray-500.focus {
  box-shadow: 0 0 0 .2rem #84848480
}

.btn-outline-gray-500.disabled,
.btn-outline-gray-500:disabled {
  color: #848484;
  background-color: transparent
}

.btn-outline-gray-500:not(:disabled):not(.disabled):active,
.btn-outline-gray-500.active:not(:disabled):not(.disabled),
.show>.btn-outline-gray-500.dropdown-toggle {
  color: #fff;
  background-color: #848484;
  border-color: #848484
}

.btn-outline-gray-500:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-500.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-gray-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #84848480
}

.btn-outline-mid {
  color: #6d8089;
  border-color: #6d8089
}

.btn-outline-mid:hover {
  color: #fff;
  background-color: #6d8089;
  border-color: #6d8089
}

.btn-outline-mid:focus,
.btn-outline-mid.focus {
  box-shadow: 0 0 0 .2rem #6d808980
}

.btn-outline-mid.disabled,
.btn-outline-mid:disabled {
  color: #6d8089;
  background-color: transparent
}

.btn-outline-mid:not(:disabled):not(.disabled):active,
.btn-outline-mid.active:not(:disabled):not(.disabled),
.show>.btn-outline-mid.dropdown-toggle {
  color: #fff;
  background-color: #6d8089;
  border-color: #6d8089
}

.btn-outline-mid:not(:disabled):not(.disabled):active:focus,
.btn-outline-mid.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-mid.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #6d808980
}

.btn-outline-black {
  color: #000;
  border-color: #000
}

.btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000
}

.btn-outline-black:focus,
.btn-outline-black.focus {
  box-shadow: 0 0 0 .2rem #00000080
}

.btn-outline-black.disabled,
.btn-outline-black:disabled {
  color: #000;
  background-color: transparent
}

.btn-outline-black:not(:disabled):not(.disabled):active,
.btn-outline-black.active:not(:disabled):not(.disabled),
.show>.btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000
}

.btn-outline-black:not(:disabled):not(.disabled):active:focus,
.btn-outline-black.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #00000080
}

.btn-outline-blue {
  color: #0092b7;
  border-color: #0092b7
}

.btn-outline-blue:hover {
  color: #fff;
  background-color: #0092b7;
  border-color: #0092b7
}

.btn-outline-blue:focus,
.btn-outline-blue.focus {
  box-shadow: 0 0 0 .2rem #0092b780
}

.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
  color: #0092b7;
  background-color: transparent
}

.btn-outline-blue:not(:disabled):not(.disabled):active,
.btn-outline-blue.active:not(:disabled):not(.disabled),
.show>.btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #0092b7;
  border-color: #0092b7
}

.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #0092b780
}

.btn-outline-blue-350 {
  color: #5ac4d8;
  border-color: #5ac4d8
}

.btn-outline-blue-350:hover {
  color: #182024;
  background-color: #5ac4d8;
  border-color: #5ac4d8
}

.btn-outline-blue-350:focus,
.btn-outline-blue-350.focus {
  box-shadow: 0 0 0 .2rem #5ac4d880
}

.btn-outline-blue-350.disabled,
.btn-outline-blue-350:disabled {
  color: #5ac4d8;
  background-color: transparent
}

.btn-outline-blue-350:not(:disabled):not(.disabled):active,
.btn-outline-blue-350.active:not(:disabled):not(.disabled),
.show>.btn-outline-blue-350.dropdown-toggle {
  color: #182024;
  background-color: #5ac4d8;
  border-color: #5ac4d8
}

.btn-outline-blue-350:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue-350.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-blue-350.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #5ac4d880
}

.btn-outline-indigo {
  color: #630a53;
  border-color: #630a53
}

.btn-outline-indigo:hover {
  color: #fff;
  background-color: #630a53;
  border-color: #630a53
}

.btn-outline-indigo:focus,
.btn-outline-indigo.focus {
  box-shadow: 0 0 0 .2rem #630a5380
}

.btn-outline-indigo.disabled,
.btn-outline-indigo:disabled {
  color: #630a53;
  background-color: transparent
}

.btn-outline-indigo:not(:disabled):not(.disabled):active,
.btn-outline-indigo.active:not(:disabled):not(.disabled),
.show>.btn-outline-indigo.dropdown-toggle {
  color: #fff;
  background-color: #630a53;
  border-color: #630a53
}

.btn-outline-indigo:not(:disabled):not(.disabled):active:focus,
.btn-outline-indigo.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #630a5380
}

.btn-outline-indigo-600 {
  color: #630a53;
  border-color: #630a53
}

.btn-outline-indigo-600:hover {
  color: #fff;
  background-color: #630a53;
  border-color: #630a53
}

.btn-outline-indigo-600:focus,
.btn-outline-indigo-600.focus {
  box-shadow: 0 0 0 .2rem #630a5380
}

.btn-outline-indigo-600.disabled,
.btn-outline-indigo-600:disabled {
  color: #630a53;
  background-color: transparent
}

.btn-outline-indigo-600:not(:disabled):not(.disabled):active,
.btn-outline-indigo-600.active:not(:disabled):not(.disabled),
.show>.btn-outline-indigo-600.dropdown-toggle {
  color: #fff;
  background-color: #630a53;
  border-color: #630a53
}

.btn-outline-indigo-600:not(:disabled):not(.disabled):active:focus,
.btn-outline-indigo-600.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-indigo-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #630a5380
}

.btn-outline-purple {
  color: #7f1876;
  border-color: #7f1876
}

.btn-outline-purple:hover {
  color: #fff;
  background-color: #7f1876;
  border-color: #7f1876
}

.btn-outline-purple:focus,
.btn-outline-purple.focus {
  box-shadow: 0 0 0 .2rem #7f187680
}

.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
  color: #7f1876;
  background-color: transparent
}

.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple.active:not(:disabled):not(.disabled),
.show>.btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #7f1876;
  border-color: #7f1876
}

.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #7f187680
}

.btn-outline-pink {
  color: #b40863;
  border-color: #b40863
}

.btn-outline-pink:hover {
  color: #fff;
  background-color: #b40863;
  border-color: #b40863
}

.btn-outline-pink:focus,
.btn-outline-pink.focus {
  box-shadow: 0 0 0 .2rem #b4086380
}

.btn-outline-pink.disabled,
.btn-outline-pink:disabled {
  color: #b40863;
  background-color: transparent
}

.btn-outline-pink:not(:disabled):not(.disabled):active,
.btn-outline-pink.active:not(:disabled):not(.disabled),
.show>.btn-outline-pink.dropdown-toggle {
  color: #fff;
  background-color: #b40863;
  border-color: #b40863
}

.btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-pink.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #b4086380
}

.btn-outline-pink-550 {
  color: #db354d;
  border-color: #db354d
}

.btn-outline-pink-550:hover {
  color: #fff;
  background-color: #db354d;
  border-color: #db354d
}

.btn-outline-pink-550:focus,
.btn-outline-pink-550.focus {
  box-shadow: 0 0 0 .2rem #db354d80
}

.btn-outline-pink-550.disabled,
.btn-outline-pink-550:disabled {
  color: #db354d;
  background-color: transparent
}

.btn-outline-pink-550:not(:disabled):not(.disabled):active,
.btn-outline-pink-550.active:not(:disabled):not(.disabled),
.show>.btn-outline-pink-550.dropdown-toggle {
  color: #fff;
  background-color: #db354d;
  border-color: #db354d
}

.btn-outline-pink-550:not(:disabled):not(.disabled):active:focus,
.btn-outline-pink-550.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-pink-550.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #db354d80
}

.btn-outline-red {
  color: #dc354d;
  border-color: #dc354d
}

.btn-outline-red:hover {
  color: #fff;
  background-color: #dc354d;
  border-color: #dc354d
}

.btn-outline-red:focus,
.btn-outline-red.focus {
  box-shadow: 0 0 0 .2rem #dc354d80
}

.btn-outline-red.disabled,
.btn-outline-red:disabled {
  color: #dc354d;
  background-color: transparent
}

.btn-outline-red:not(:disabled):not(.disabled):active,
.btn-outline-red.active:not(:disabled):not(.disabled),
.show>.btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: #dc354d;
  border-color: #dc354d
}

.btn-outline-red:not(:disabled):not(.disabled):active:focus,
.btn-outline-red.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #dc354d80
}

.btn-outline-red-550 {
  color: #e55e4a;
  border-color: #e55e4a
}

.btn-outline-red-550:hover {
  color: #fff;
  background-color: #e55e4a;
  border-color: #e55e4a
}

.btn-outline-red-550:focus,
.btn-outline-red-550.focus {
  box-shadow: 0 0 0 .2rem #e55e4a80
}

.btn-outline-red-550.disabled,
.btn-outline-red-550:disabled {
  color: #e55e4a;
  background-color: transparent
}

.btn-outline-red-550:not(:disabled):not(.disabled):active,
.btn-outline-red-550.active:not(:disabled):not(.disabled),
.show>.btn-outline-red-550.dropdown-toggle {
  color: #fff;
  background-color: #e55e4a;
  border-color: #e55e4a
}

.btn-outline-red-550:not(:disabled):not(.disabled):active:focus,
.btn-outline-red-550.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-red-550.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #e55e4a80
}

.btn-outline-orange {
  color: #ff7f12;
  border-color: #ff7f12
}

.btn-outline-orange:hover {
  color: #182024;
  background-color: #ff7f12;
  border-color: #ff7f12
}

.btn-outline-orange:focus,
.btn-outline-orange.focus {
  box-shadow: 0 0 0 .2rem #ff7f1280
}

.btn-outline-orange.disabled,
.btn-outline-orange:disabled {
  color: #ff7f12;
  background-color: transparent
}

.btn-outline-orange:not(:disabled):not(.disabled):active,
.btn-outline-orange.active:not(:disabled):not(.disabled),
.show>.btn-outline-orange.dropdown-toggle {
  color: #182024;
  background-color: #ff7f12;
  border-color: #ff7f12
}

.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-orange.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #ff7f1280
}

.btn-outline-yellow {
  color: #ffc432;
  border-color: #ffc432
}

.btn-outline-yellow:hover {
  color: #182024;
  background-color: #ffc432;
  border-color: #ffc432
}

.btn-outline-yellow:focus,
.btn-outline-yellow.focus {
  box-shadow: 0 0 0 .2rem #ffc43280
}

.btn-outline-yellow.disabled,
.btn-outline-yellow:disabled {
  color: #ffc432;
  background-color: transparent
}

.btn-outline-yellow:not(:disabled):not(.disabled):active,
.btn-outline-yellow.active:not(:disabled):not(.disabled),
.show>.btn-outline-yellow.dropdown-toggle {
  color: #182024;
  background-color: #ffc432;
  border-color: #ffc432
}

.btn-outline-yellow:not(:disabled):not(.disabled):active:focus,
.btn-outline-yellow.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #ffc43280
}

.btn-outline-yellow-450 {
  color: #ffc332;
  border-color: #ffc332
}

.btn-outline-yellow-450:hover {
  color: #182024;
  background-color: #ffc332;
  border-color: #ffc332
}

.btn-outline-yellow-450:focus,
.btn-outline-yellow-450.focus {
  box-shadow: 0 0 0 .2rem #ffc33280
}

.btn-outline-yellow-450.disabled,
.btn-outline-yellow-450:disabled {
  color: #ffc332;
  background-color: transparent
}

.btn-outline-yellow-450:not(:disabled):not(.disabled):active,
.btn-outline-yellow-450.active:not(:disabled):not(.disabled),
.show>.btn-outline-yellow-450.dropdown-toggle {
  color: #182024;
  background-color: #ffc332;
  border-color: #ffc332
}

.btn-outline-yellow-450:not(:disabled):not(.disabled):active:focus,
.btn-outline-yellow-450.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-yellow-450.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #ffc33280
}

.btn-outline-green {
  color: #00b982;
  border-color: #00b982
}

.btn-outline-green:hover {
  color: #fff;
  background-color: #00b982;
  border-color: #00b982
}

.btn-outline-green:focus,
.btn-outline-green.focus {
  box-shadow: 0 0 0 .2rem #00b98280
}

.btn-outline-green.disabled,
.btn-outline-green:disabled {
  color: #00b982;
  background-color: transparent
}

.btn-outline-green:not(:disabled):not(.disabled):active,
.btn-outline-green.active:not(:disabled):not(.disabled),
.show>.btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: #00b982;
  border-color: #00b982
}

.btn-outline-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-green.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #00b98280
}

.btn-outline-green-350 {
  color: #85cd7c;
  border-color: #85cd7c
}

.btn-outline-green-350:hover {
  color: #182024;
  background-color: #85cd7c;
  border-color: #85cd7c
}

.btn-outline-green-350:focus,
.btn-outline-green-350.focus {
  box-shadow: 0 0 0 .2rem #85cd7c80
}

.btn-outline-green-350.disabled,
.btn-outline-green-350:disabled {
  color: #85cd7c;
  background-color: transparent
}

.btn-outline-green-350:not(:disabled):not(.disabled):active,
.btn-outline-green-350.active:not(:disabled):not(.disabled),
.show>.btn-outline-green-350.dropdown-toggle {
  color: #182024;
  background-color: #85cd7c;
  border-color: #85cd7c
}

.btn-outline-green-350:not(:disabled):not(.disabled):active:focus,
.btn-outline-green-350.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-green-350.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #85cd7c80
}

.btn-outline-teal {
  color: #168374;
  border-color: #168374
}

.btn-outline-teal:hover {
  color: #fff;
  background-color: #168374;
  border-color: #168374
}

.btn-outline-teal:focus,
.btn-outline-teal.focus {
  box-shadow: 0 0 0 .2rem #16837480
}

.btn-outline-teal.disabled,
.btn-outline-teal:disabled {
  color: #168374;
  background-color: transparent
}

.btn-outline-teal:not(:disabled):not(.disabled):active,
.btn-outline-teal.active:not(:disabled):not(.disabled),
.show>.btn-outline-teal.dropdown-toggle {
  color: #fff;
  background-color: #168374;
  border-color: #168374
}

.btn-outline-teal:not(:disabled):not(.disabled):active:focus,
.btn-outline-teal.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #16837480
}

.btn-outline-cyan {
  color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-cyan:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-cyan:focus,
.btn-outline-cyan.focus {
  box-shadow: 0 0 0 .2rem #17a2b880
}

.btn-outline-cyan.disabled,
.btn-outline-cyan:disabled {
  color: #17a2b8;
  background-color: transparent
}

.btn-outline-cyan:not(:disabled):not(.disabled):active,
.btn-outline-cyan.active:not(:disabled):not(.disabled),
.show>.btn-outline-cyan.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-cyan:not(:disabled):not(.disabled):active:focus,
.btn-outline-cyan.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #17a2b880
}

.btn-outline-teal-100 {
  color: #afeee3;
  border-color: #afeee3
}

.btn-outline-teal-100:hover {
  color: #182024;
  background-color: #afeee3;
  border-color: #afeee3
}

.btn-outline-teal-100:focus,
.btn-outline-teal-100.focus {
  box-shadow: 0 0 0 .2rem #afeee380
}

.btn-outline-teal-100.disabled,
.btn-outline-teal-100:disabled {
  color: #afeee3;
  background-color: transparent
}

.btn-outline-teal-100:not(:disabled):not(.disabled):active,
.btn-outline-teal-100.active:not(:disabled):not(.disabled),
.show>.btn-outline-teal-100.dropdown-toggle {
  color: #182024;
  background-color: #afeee3;
  border-color: #afeee3
}

.btn-outline-teal-100:not(:disabled):not(.disabled):active:focus,
.btn-outline-teal-100.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-teal-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #afeee380
}

.btn-outline-teal-200 {
  color: #89d8cc;
  border-color: #89d8cc
}

.btn-outline-teal-200:hover {
  color: #182024;
  background-color: #89d8cc;
  border-color: #89d8cc
}

.btn-outline-teal-200:focus,
.btn-outline-teal-200.focus {
  box-shadow: 0 0 0 .2rem #89d8cc80
}

.btn-outline-teal-200.disabled,
.btn-outline-teal-200:disabled {
  color: #89d8cc;
  background-color: transparent
}

.btn-outline-teal-200:not(:disabled):not(.disabled):active,
.btn-outline-teal-200.active:not(:disabled):not(.disabled),
.show>.btn-outline-teal-200.dropdown-toggle {
  color: #182024;
  background-color: #89d8cc;
  border-color: #89d8cc
}

.btn-outline-teal-200:not(:disabled):not(.disabled):active:focus,
.btn-outline-teal-200.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-teal-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #89d8cc80
}

.btn-outline-teal-300 {
  color: #61c4b5;
  border-color: #61c4b5
}

.btn-outline-teal-300:hover {
  color: #182024;
  background-color: #61c4b5;
  border-color: #61c4b5
}

.btn-outline-teal-300:focus,
.btn-outline-teal-300.focus {
  box-shadow: 0 0 0 .2rem #61c4b580
}

.btn-outline-teal-300.disabled,
.btn-outline-teal-300:disabled {
  color: #61c4b5;
  background-color: transparent
}

.btn-outline-teal-300:not(:disabled):not(.disabled):active,
.btn-outline-teal-300.active:not(:disabled):not(.disabled),
.show>.btn-outline-teal-300.dropdown-toggle {
  color: #182024;
  background-color: #61c4b5;
  border-color: #61c4b5
}

.btn-outline-teal-300:not(:disabled):not(.disabled):active:focus,
.btn-outline-teal-300.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-teal-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #61c4b580
}

.btn-outline-teal-400 {
  color: #4eae9f;
  border-color: #4eae9f
}

.btn-outline-teal-400:hover {
  color: #fff;
  background-color: #4eae9f;
  border-color: #4eae9f
}

.btn-outline-teal-400:focus,
.btn-outline-teal-400.focus {
  box-shadow: 0 0 0 .2rem #4eae9f80
}

.btn-outline-teal-400.disabled,
.btn-outline-teal-400:disabled {
  color: #4eae9f;
  background-color: transparent
}

.btn-outline-teal-400:not(:disabled):not(.disabled):active,
.btn-outline-teal-400.active:not(:disabled):not(.disabled),
.show>.btn-outline-teal-400.dropdown-toggle {
  color: #fff;
  background-color: #4eae9f;
  border-color: #4eae9f
}

.btn-outline-teal-400:not(:disabled):not(.disabled):active:focus,
.btn-outline-teal-400.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-teal-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #4eae9f80
}

.btn-outline-teal-500 {
  color: #449989;
  border-color: #449989
}

.btn-outline-teal-500:hover {
  color: #fff;
  background-color: #449989;
  border-color: #449989
}

.btn-outline-teal-500:focus,
.btn-outline-teal-500.focus {
  box-shadow: 0 0 0 .2rem #44998980
}

.btn-outline-teal-500.disabled,
.btn-outline-teal-500:disabled {
  color: #449989;
  background-color: transparent
}

.btn-outline-teal-500:not(:disabled):not(.disabled):active,
.btn-outline-teal-500.active:not(:disabled):not(.disabled),
.show>.btn-outline-teal-500.dropdown-toggle {
  color: #fff;
  background-color: #449989;
  border-color: #449989
}

.btn-outline-teal-500:not(:disabled):not(.disabled):active:focus,
.btn-outline-teal-500.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-teal-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #44998980
}

.btn-outline-teal-550 {
  color: #006054;
  border-color: #006054
}

.btn-outline-teal-550:hover {
  color: #fff;
  background-color: #006054;
  border-color: #006054
}

.btn-outline-teal-550:focus,
.btn-outline-teal-550.focus {
  box-shadow: 0 0 0 .2rem #00605480
}

.btn-outline-teal-550.disabled,
.btn-outline-teal-550:disabled {
  color: #006054;
  background-color: transparent
}

.btn-outline-teal-550:not(:disabled):not(.disabled):active,
.btn-outline-teal-550.active:not(:disabled):not(.disabled),
.show>.btn-outline-teal-550.dropdown-toggle {
  color: #fff;
  background-color: #006054;
  border-color: #006054
}

.btn-outline-teal-550:not(:disabled):not(.disabled):active:focus,
.btn-outline-teal-550.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-teal-550.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #00605480
}

.btn-outline-teal-600 {
  color: #168374;
  border-color: #168374
}

.btn-outline-teal-600:hover {
  color: #fff;
  background-color: #168374;
  border-color: #168374
}

.btn-outline-teal-600:focus,
.btn-outline-teal-600.focus {
  box-shadow: 0 0 0 .2rem #16837480
}

.btn-outline-teal-600.disabled,
.btn-outline-teal-600:disabled {
  color: #168374;
  background-color: transparent
}

.btn-outline-teal-600:not(:disabled):not(.disabled):active,
.btn-outline-teal-600.active:not(:disabled):not(.disabled),
.show>.btn-outline-teal-600.dropdown-toggle {
  color: #fff;
  background-color: #168374;
  border-color: #168374
}

.btn-outline-teal-600:not(:disabled):not(.disabled):active:focus,
.btn-outline-teal-600.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-teal-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #16837480
}

.btn-outline-prevention {
  color: #003950;
  border-color: #003950
}

.btn-outline-prevention:hover {
  color: #fff;
  background-color: #003950;
  border-color: #003950
}

.btn-outline-prevention:focus,
.btn-outline-prevention.focus {
  box-shadow: 0 0 0 .2rem #00395080
}

.btn-outline-prevention.disabled,
.btn-outline-prevention:disabled {
  color: #003950;
  background-color: transparent
}

.btn-outline-prevention:not(:disabled):not(.disabled):active,
.btn-outline-prevention.active:not(:disabled):not(.disabled),
.show>.btn-outline-prevention.dropdown-toggle {
  color: #fff;
  background-color: #003950;
  border-color: #003950
}

.btn-outline-prevention:not(:disabled):not(.disabled):active:focus,
.btn-outline-prevention.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-prevention.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #00395080
}

.btn-outline-prevention-100 {
  color: #b5e3f3;
  border-color: #b5e3f3
}

.btn-outline-prevention-100:hover {
  color: #182024;
  background-color: #b5e3f3;
  border-color: #b5e3f3
}

.btn-outline-prevention-100:focus,
.btn-outline-prevention-100.focus {
  box-shadow: 0 0 0 .2rem #b5e3f380
}

.btn-outline-prevention-100.disabled,
.btn-outline-prevention-100:disabled {
  color: #b5e3f3;
  background-color: transparent
}

.btn-outline-prevention-100:not(:disabled):not(.disabled):active,
.btn-outline-prevention-100.active:not(:disabled):not(.disabled),
.show>.btn-outline-prevention-100.dropdown-toggle {
  color: #182024;
  background-color: #b5e3f3;
  border-color: #b5e3f3
}

.btn-outline-prevention-100:not(:disabled):not(.disabled):active:focus,
.btn-outline-prevention-100.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-prevention-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #b5e3f380
}

.btn-outline-prevention-200 {
  color: #8cc1d2;
  border-color: #8cc1d2
}

.btn-outline-prevention-200:hover {
  color: #182024;
  background-color: #8cc1d2;
  border-color: #8cc1d2
}

.btn-outline-prevention-200:focus,
.btn-outline-prevention-200.focus {
  box-shadow: 0 0 0 .2rem #8cc1d280
}

.btn-outline-prevention-200.disabled,
.btn-outline-prevention-200:disabled {
  color: #8cc1d2;
  background-color: transparent
}

.btn-outline-prevention-200:not(:disabled):not(.disabled):active,
.btn-outline-prevention-200.active:not(:disabled):not(.disabled),
.show>.btn-outline-prevention-200.dropdown-toggle {
  color: #182024;
  background-color: #8cc1d2;
  border-color: #8cc1d2
}

.btn-outline-prevention-200:not(:disabled):not(.disabled):active:focus,
.btn-outline-prevention-200.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-prevention-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #8cc1d280
}

.btn-outline-prevention-300 {
  color: #679eb1;
  border-color: #679eb1
}

.btn-outline-prevention-300:hover {
  color: #fff;
  background-color: #679eb1;
  border-color: #679eb1
}

.btn-outline-prevention-300:focus,
.btn-outline-prevention-300.focus {
  box-shadow: 0 0 0 .2rem #679eb180
}

.btn-outline-prevention-300.disabled,
.btn-outline-prevention-300:disabled {
  color: #679eb1;
  background-color: transparent
}

.btn-outline-prevention-300:not(:disabled):not(.disabled):active,
.btn-outline-prevention-300.active:not(:disabled):not(.disabled),
.show>.btn-outline-prevention-300.dropdown-toggle {
  color: #fff;
  background-color: #679eb1;
  border-color: #679eb1
}

.btn-outline-prevention-300:not(:disabled):not(.disabled):active:focus,
.btn-outline-prevention-300.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-prevention-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #679eb180
}

.btn-outline-prevention-400 {
  color: #4d7e92;
  border-color: #4d7e92
}

.btn-outline-prevention-400:hover {
  color: #fff;
  background-color: #4d7e92;
  border-color: #4d7e92
}

.btn-outline-prevention-400:focus,
.btn-outline-prevention-400.focus {
  box-shadow: 0 0 0 .2rem #4d7e9280
}

.btn-outline-prevention-400.disabled,
.btn-outline-prevention-400:disabled {
  color: #4d7e92;
  background-color: transparent
}

.btn-outline-prevention-400:not(:disabled):not(.disabled):active,
.btn-outline-prevention-400.active:not(:disabled):not(.disabled),
.show>.btn-outline-prevention-400.dropdown-toggle {
  color: #fff;
  background-color: #4d7e92;
  border-color: #4d7e92
}

.btn-outline-prevention-400:not(:disabled):not(.disabled):active:focus,
.btn-outline-prevention-400.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-prevention-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #4d7e9280
}

.btn-outline-prevention-500 {
  color: #275b71;
  border-color: #275b71
}

.btn-outline-prevention-500:hover {
  color: #fff;
  background-color: #275b71;
  border-color: #275b71
}

.btn-outline-prevention-500:focus,
.btn-outline-prevention-500.focus {
  box-shadow: 0 0 0 .2rem #275b7180
}

.btn-outline-prevention-500.disabled,
.btn-outline-prevention-500:disabled {
  color: #275b71;
  background-color: transparent
}

.btn-outline-prevention-500:not(:disabled):not(.disabled):active,
.btn-outline-prevention-500.active:not(:disabled):not(.disabled),
.show>.btn-outline-prevention-500.dropdown-toggle {
  color: #fff;
  background-color: #275b71;
  border-color: #275b71
}

.btn-outline-prevention-500:not(:disabled):not(.disabled):active:focus,
.btn-outline-prevention-500.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-prevention-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #275b7180
}

.btn-outline-prevention-600 {
  color: #003950;
  border-color: #003950
}

.btn-outline-prevention-600:hover {
  color: #fff;
  background-color: #003950;
  border-color: #003950
}

.btn-outline-prevention-600:focus,
.btn-outline-prevention-600.focus {
  box-shadow: 0 0 0 .2rem #00395080
}

.btn-outline-prevention-600.disabled,
.btn-outline-prevention-600:disabled {
  color: #003950;
  background-color: transparent
}

.btn-outline-prevention-600:not(:disabled):not(.disabled):active,
.btn-outline-prevention-600.active:not(:disabled):not(.disabled),
.show>.btn-outline-prevention-600.dropdown-toggle {
  color: #fff;
  background-color: #003950;
  border-color: #003950
}

.btn-outline-prevention-600:not(:disabled):not(.disabled):active:focus,
.btn-outline-prevention-600.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-prevention-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #00395080
}

.btn-outline-prevention-700 {
  color: #102334;
  border-color: #102334
}

.btn-outline-prevention-700:hover {
  color: #fff;
  background-color: #102334;
  border-color: #102334
}

.btn-outline-prevention-700:focus,
.btn-outline-prevention-700.focus {
  box-shadow: 0 0 0 .2rem #10233480
}

.btn-outline-prevention-700.disabled,
.btn-outline-prevention-700:disabled {
  color: #102334;
  background-color: transparent
}

.btn-outline-prevention-700:not(:disabled):not(.disabled):active,
.btn-outline-prevention-700.active:not(:disabled):not(.disabled),
.show>.btn-outline-prevention-700.dropdown-toggle {
  color: #fff;
  background-color: #102334;
  border-color: #102334
}

.btn-outline-prevention-700:not(:disabled):not(.disabled):active:focus,
.btn-outline-prevention-700.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-prevention-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #10233480
}

.btn-outline-rescue {
  color: #00d1c3;
  border-color: #00d1c3
}

.btn-outline-rescue:hover {
  color: #fff;
  background-color: #00d1c3;
  border-color: #00d1c3
}

.btn-outline-rescue:focus,
.btn-outline-rescue.focus {
  box-shadow: 0 0 0 .2rem #00d1c380
}

.btn-outline-rescue.disabled,
.btn-outline-rescue:disabled {
  color: #00d1c3;
  background-color: transparent
}

.btn-outline-rescue:not(:disabled):not(.disabled):active,
.btn-outline-rescue.active:not(:disabled):not(.disabled),
.show>.btn-outline-rescue.dropdown-toggle {
  color: #fff;
  background-color: #00d1c3;
  border-color: #00d1c3
}

.btn-outline-rescue:not(:disabled):not(.disabled):active:focus,
.btn-outline-rescue.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-rescue.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #00d1c380
}

.btn-outline-rescue-100 {
  color: #b5f1eb;
  border-color: #b5f1eb
}

.btn-outline-rescue-100:hover {
  color: #182024;
  background-color: #b5f1eb;
  border-color: #b5f1eb
}

.btn-outline-rescue-100:focus,
.btn-outline-rescue-100.focus {
  box-shadow: 0 0 0 .2rem #b5f1eb80
}

.btn-outline-rescue-100.disabled,
.btn-outline-rescue-100:disabled {
  color: #b5f1eb;
  background-color: transparent
}

.btn-outline-rescue-100:not(:disabled):not(.disabled):active,
.btn-outline-rescue-100.active:not(:disabled):not(.disabled),
.show>.btn-outline-rescue-100.dropdown-toggle {
  color: #182024;
  background-color: #b5f1eb;
  border-color: #b5f1eb
}

.btn-outline-rescue-100:not(:disabled):not(.disabled):active:focus,
.btn-outline-rescue-100.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-rescue-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #b5f1eb80
}

.btn-outline-rescue-200 {
  color: #93eae2;
  border-color: #93eae2
}

.btn-outline-rescue-200:hover {
  color: #182024;
  background-color: #93eae2;
  border-color: #93eae2
}

.btn-outline-rescue-200:focus,
.btn-outline-rescue-200.focus {
  box-shadow: 0 0 0 .2rem #93eae280
}

.btn-outline-rescue-200.disabled,
.btn-outline-rescue-200:disabled {
  color: #93eae2;
  background-color: transparent
}

.btn-outline-rescue-200:not(:disabled):not(.disabled):active,
.btn-outline-rescue-200.active:not(:disabled):not(.disabled),
.show>.btn-outline-rescue-200.dropdown-toggle {
  color: #182024;
  background-color: #93eae2;
  border-color: #93eae2
}

.btn-outline-rescue-200:not(:disabled):not(.disabled):active:focus,
.btn-outline-rescue-200.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-rescue-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #93eae280
}

.btn-outline-rescue-300 {
  color: #6fe4db;
  border-color: #6fe4db
}

.btn-outline-rescue-300:hover {
  color: #182024;
  background-color: #6fe4db;
  border-color: #6fe4db
}

.btn-outline-rescue-300:focus,
.btn-outline-rescue-300.focus {
  box-shadow: 0 0 0 .2rem #6fe4db80
}

.btn-outline-rescue-300.disabled,
.btn-outline-rescue-300:disabled {
  color: #6fe4db;
  background-color: transparent
}

.btn-outline-rescue-300:not(:disabled):not(.disabled):active,
.btn-outline-rescue-300.active:not(:disabled):not(.disabled),
.show>.btn-outline-rescue-300.dropdown-toggle {
  color: #182024;
  background-color: #6fe4db;
  border-color: #6fe4db
}

.btn-outline-rescue-300:not(:disabled):not(.disabled):active:focus,
.btn-outline-rescue-300.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-rescue-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #6fe4db80
}

.btn-outline-rescue-400 {
  color: #65dcd2;
  border-color: #65dcd2
}

.btn-outline-rescue-400:hover {
  color: #182024;
  background-color: #65dcd2;
  border-color: #65dcd2
}

.btn-outline-rescue-400:focus,
.btn-outline-rescue-400.focus {
  box-shadow: 0 0 0 .2rem #65dcd280
}

.btn-outline-rescue-400.disabled,
.btn-outline-rescue-400:disabled {
  color: #65dcd2;
  background-color: transparent
}

.btn-outline-rescue-400:not(:disabled):not(.disabled):active,
.btn-outline-rescue-400.active:not(:disabled):not(.disabled),
.show>.btn-outline-rescue-400.dropdown-toggle {
  color: #182024;
  background-color: #65dcd2;
  border-color: #65dcd2
}

.btn-outline-rescue-400:not(:disabled):not(.disabled):active:focus,
.btn-outline-rescue-400.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-rescue-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #65dcd280
}

.btn-outline-rescue-500 {
  color: #61d6ca;
  border-color: #61d6ca
}

.btn-outline-rescue-500:hover {
  color: #182024;
  background-color: #61d6ca;
  border-color: #61d6ca
}

.btn-outline-rescue-500:focus,
.btn-outline-rescue-500.focus {
  box-shadow: 0 0 0 .2rem #61d6ca80
}

.btn-outline-rescue-500.disabled,
.btn-outline-rescue-500:disabled {
  color: #61d6ca;
  background-color: transparent
}

.btn-outline-rescue-500:not(:disabled):not(.disabled):active,
.btn-outline-rescue-500.active:not(:disabled):not(.disabled),
.show>.btn-outline-rescue-500.dropdown-toggle {
  color: #182024;
  background-color: #61d6ca;
  border-color: #61d6ca
}

.btn-outline-rescue-500:not(:disabled):not(.disabled):active:focus,
.btn-outline-rescue-500.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-rescue-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #61d6ca80
}

.btn-outline-rescue-600 {
  color: #00d1c3;
  border-color: #00d1c3
}

.btn-outline-rescue-600:hover {
  color: #fff;
  background-color: #00d1c3;
  border-color: #00d1c3
}

.btn-outline-rescue-600:focus,
.btn-outline-rescue-600.focus {
  box-shadow: 0 0 0 .2rem #00d1c380
}

.btn-outline-rescue-600.disabled,
.btn-outline-rescue-600:disabled {
  color: #00d1c3;
  background-color: transparent
}

.btn-outline-rescue-600:not(:disabled):not(.disabled):active,
.btn-outline-rescue-600.active:not(:disabled):not(.disabled),
.show>.btn-outline-rescue-600.dropdown-toggle {
  color: #fff;
  background-color: #00d1c3;
  border-color: #00d1c3
}

.btn-outline-rescue-600:not(:disabled):not(.disabled):active:focus,
.btn-outline-rescue-600.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-rescue-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #00d1c380
}

.btn-outline-recycle {
  color: #5ca958;
  border-color: #5ca958
}

.btn-outline-recycle:hover {
  color: #fff;
  background-color: #5ca958;
  border-color: #5ca958
}

.btn-outline-recycle:focus,
.btn-outline-recycle.focus {
  box-shadow: 0 0 0 .2rem #5ca95880
}

.btn-outline-recycle.disabled,
.btn-outline-recycle:disabled {
  color: #5ca958;
  background-color: transparent
}

.btn-outline-recycle:not(:disabled):not(.disabled):active,
.btn-outline-recycle.active:not(:disabled):not(.disabled),
.show>.btn-outline-recycle.dropdown-toggle {
  color: #fff;
  background-color: #5ca958;
  border-color: #5ca958
}

.btn-outline-recycle:not(:disabled):not(.disabled):active:focus,
.btn-outline-recycle.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-recycle.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #5ca95880
}

.btn-outline-recycle-100 {
  color: #d1ecc1;
  border-color: #d1ecc1
}

.btn-outline-recycle-100:hover {
  color: #182024;
  background-color: #d1ecc1;
  border-color: #d1ecc1
}

.btn-outline-recycle-100:focus,
.btn-outline-recycle-100.focus {
  box-shadow: 0 0 0 .2rem #d1ecc180
}

.btn-outline-recycle-100.disabled,
.btn-outline-recycle-100:disabled {
  color: #d1ecc1;
  background-color: transparent
}

.btn-outline-recycle-100:not(:disabled):not(.disabled):active,
.btn-outline-recycle-100.active:not(:disabled):not(.disabled),
.show>.btn-outline-recycle-100.dropdown-toggle {
  color: #182024;
  background-color: #d1ecc1;
  border-color: #d1ecc1
}

.btn-outline-recycle-100:not(:disabled):not(.disabled):active:focus,
.btn-outline-recycle-100.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-recycle-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #d1ecc180
}

.btn-outline-recycle-200 {
  color: #badeab;
  border-color: #badeab
}

.btn-outline-recycle-200:hover {
  color: #182024;
  background-color: #badeab;
  border-color: #badeab
}

.btn-outline-recycle-200:focus,
.btn-outline-recycle-200.focus {
  box-shadow: 0 0 0 .2rem #badeab80
}

.btn-outline-recycle-200.disabled,
.btn-outline-recycle-200:disabled {
  color: #badeab;
  background-color: transparent
}

.btn-outline-recycle-200:not(:disabled):not(.disabled):active,
.btn-outline-recycle-200.active:not(:disabled):not(.disabled),
.show>.btn-outline-recycle-200.dropdown-toggle {
  color: #182024;
  background-color: #badeab;
  border-color: #badeab
}

.btn-outline-recycle-200:not(:disabled):not(.disabled):active:focus,
.btn-outline-recycle-200.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-recycle-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #badeab80
}

.btn-outline-recycle-300 {
  color: #a3d097;
  border-color: #a3d097
}

.btn-outline-recycle-300:hover {
  color: #182024;
  background-color: #a3d097;
  border-color: #a3d097
}

.btn-outline-recycle-300:focus,
.btn-outline-recycle-300.focus {
  box-shadow: 0 0 0 .2rem #a3d09780
}

.btn-outline-recycle-300.disabled,
.btn-outline-recycle-300:disabled {
  color: #a3d097;
  background-color: transparent
}

.btn-outline-recycle-300:not(:disabled):not(.disabled):active,
.btn-outline-recycle-300.active:not(:disabled):not(.disabled),
.show>.btn-outline-recycle-300.dropdown-toggle {
  color: #182024;
  background-color: #a3d097;
  border-color: #a3d097
}

.btn-outline-recycle-300:not(:disabled):not(.disabled):active:focus,
.btn-outline-recycle-300.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-recycle-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #a3d09780
}

.btn-outline-recycle-400 {
  color: #75c46c;
  border-color: #75c46c
}

.btn-outline-recycle-400:hover {
  color: #182024;
  background-color: #75c46c;
  border-color: #75c46c
}

.btn-outline-recycle-400:focus,
.btn-outline-recycle-400.focus {
  box-shadow: 0 0 0 .2rem #75c46c80
}

.btn-outline-recycle-400.disabled,
.btn-outline-recycle-400:disabled {
  color: #75c46c;
  background-color: transparent
}

.btn-outline-recycle-400:not(:disabled):not(.disabled):active,
.btn-outline-recycle-400.active:not(:disabled):not(.disabled),
.show>.btn-outline-recycle-400.dropdown-toggle {
  color: #182024;
  background-color: #75c46c;
  border-color: #75c46c
}

.btn-outline-recycle-400:not(:disabled):not(.disabled):active:focus,
.btn-outline-recycle-400.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-recycle-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #75c46c80
}

.btn-outline-recycle-500 {
  color: #5ca958;
  border-color: #5ca958
}

.btn-outline-recycle-500:hover {
  color: #fff;
  background-color: #5ca958;
  border-color: #5ca958
}

.btn-outline-recycle-500:focus,
.btn-outline-recycle-500.focus {
  box-shadow: 0 0 0 .2rem #5ca95880
}

.btn-outline-recycle-500.disabled,
.btn-outline-recycle-500:disabled {
  color: #5ca958;
  background-color: transparent
}

.btn-outline-recycle-500:not(:disabled):not(.disabled):active,
.btn-outline-recycle-500.active:not(:disabled):not(.disabled),
.show>.btn-outline-recycle-500.dropdown-toggle {
  color: #fff;
  background-color: #5ca958;
  border-color: #5ca958
}

.btn-outline-recycle-500:not(:disabled):not(.disabled):active:focus,
.btn-outline-recycle-500.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-recycle-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #5ca95880
}

.btn-outline-recycle-600 {
  color: #3d8944;
  border-color: #3d8944
}

.btn-outline-recycle-600:hover {
  color: #fff;
  background-color: #3d8944;
  border-color: #3d8944
}

.btn-outline-recycle-600:focus,
.btn-outline-recycle-600.focus {
  box-shadow: 0 0 0 .2rem #3d894480
}

.btn-outline-recycle-600.disabled,
.btn-outline-recycle-600:disabled {
  color: #3d8944;
  background-color: transparent
}

.btn-outline-recycle-600:not(:disabled):not(.disabled):active,
.btn-outline-recycle-600.active:not(:disabled):not(.disabled),
.show>.btn-outline-recycle-600.dropdown-toggle {
  color: #fff;
  background-color: #3d8944;
  border-color: #3d8944
}

.btn-outline-recycle-600:not(:disabled):not(.disabled):active:focus,
.btn-outline-recycle-600.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-recycle-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #3d894480
}

.btn-outline-optimize {
  color: #003a52;
  border-color: #003a52
}

.btn-outline-optimize:hover {
  color: #fff;
  background-color: #003a52;
  border-color: #003a52
}

.btn-outline-optimize:focus,
.btn-outline-optimize.focus {
  box-shadow: 0 0 0 .2rem #003a5280
}

.btn-outline-optimize.disabled,
.btn-outline-optimize:disabled {
  color: #003a52;
  background-color: transparent
}

.btn-outline-optimize:not(:disabled):not(.disabled):active,
.btn-outline-optimize.active:not(:disabled):not(.disabled),
.show>.btn-outline-optimize.dropdown-toggle {
  color: #fff;
  background-color: #003a52;
  border-color: #003a52
}

.btn-outline-optimize:not(:disabled):not(.disabled):active:focus,
.btn-outline-optimize.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-optimize.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #003a5280
}

.btn-outline-enhance {
  color: #045b80;
  border-color: #045b80
}

.btn-outline-enhance:hover {
  color: #fff;
  background-color: #045b80;
  border-color: #045b80
}

.btn-outline-enhance:focus,
.btn-outline-enhance.focus {
  box-shadow: 0 0 0 .2rem #045b8080
}

.btn-outline-enhance.disabled,
.btn-outline-enhance:disabled {
  color: #045b80;
  background-color: transparent
}

.btn-outline-enhance:not(:disabled):not(.disabled):active,
.btn-outline-enhance.active:not(:disabled):not(.disabled),
.show>.btn-outline-enhance.dropdown-toggle {
  color: #fff;
  background-color: #045b80;
  border-color: #045b80
}

.btn-outline-enhance:not(:disabled):not(.disabled):active:focus,
.btn-outline-enhance.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-enhance.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #045b8080
}

.btn-outline-refine {
  color: #006995;
  border-color: #006995
}

.btn-outline-refine:hover {
  color: #fff;
  background-color: #006995;
  border-color: #006995
}

.btn-outline-refine:focus,
.btn-outline-refine.focus {
  box-shadow: 0 0 0 .2rem #00699580
}

.btn-outline-refine.disabled,
.btn-outline-refine:disabled {
  color: #006995;
  background-color: transparent
}

.btn-outline-refine:not(:disabled):not(.disabled):active,
.btn-outline-refine.active:not(:disabled):not(.disabled),
.show>.btn-outline-refine.dropdown-toggle {
  color: #fff;
  background-color: #006995;
  border-color: #006995
}

.btn-outline-refine:not(:disabled):not(.disabled):active:focus,
.btn-outline-refine.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-refine.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #00699580
}

.btn-outline-maximize {
  color: #048dc6;
  border-color: #048dc6
}

.btn-outline-maximize:hover {
  color: #fff;
  background-color: #048dc6;
  border-color: #048dc6
}

.btn-outline-maximize:focus,
.btn-outline-maximize.focus {
  box-shadow: 0 0 0 .2rem #048dc680
}

.btn-outline-maximize.disabled,
.btn-outline-maximize:disabled {
  color: #048dc6;
  background-color: transparent
}

.btn-outline-maximize:not(:disabled):not(.disabled):active,
.btn-outline-maximize.active:not(:disabled):not(.disabled),
.show>.btn-outline-maximize.dropdown-toggle {
  color: #fff;
  background-color: #048dc6;
  border-color: #048dc6
}

.btn-outline-maximize:not(:disabled):not(.disabled):active:focus,
.btn-outline-maximize.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-maximize.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #048dc680
}

.btn-outline-reshape {
  color: #009dde;
  border-color: #009dde
}

.btn-outline-reshape:hover {
  color: #fff;
  background-color: #009dde;
  border-color: #009dde
}

.btn-outline-reshape:focus,
.btn-outline-reshape.focus {
  box-shadow: 0 0 0 .2rem #009dde80
}

.btn-outline-reshape.disabled,
.btn-outline-reshape:disabled {
  color: #009dde;
  background-color: transparent
}

.btn-outline-reshape:not(:disabled):not(.disabled):active,
.btn-outline-reshape.active:not(:disabled):not(.disabled),
.show>.btn-outline-reshape.dropdown-toggle {
  color: #fff;
  background-color: #009dde;
  border-color: #009dde
}

.btn-outline-reshape:not(:disabled):not(.disabled):active:focus,
.btn-outline-reshape.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-reshape.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #009dde80
}

.btn-outline-strengthen {
  color: #00d1c3;
  border-color: #00d1c3
}

.btn-outline-strengthen:hover {
  color: #fff;
  background-color: #00d1c3;
  border-color: #00d1c3
}

.btn-outline-strengthen:focus,
.btn-outline-strengthen.focus {
  box-shadow: 0 0 0 .2rem #00d1c380
}

.btn-outline-strengthen.disabled,
.btn-outline-strengthen:disabled {
  color: #00d1c3;
  background-color: transparent
}

.btn-outline-strengthen:not(:disabled):not(.disabled):active,
.btn-outline-strengthen.active:not(:disabled):not(.disabled),
.show>.btn-outline-strengthen.dropdown-toggle {
  color: #fff;
  background-color: #00d1c3;
  border-color: #00d1c3
}

.btn-outline-strengthen:not(:disabled):not(.disabled):active:focus,
.btn-outline-strengthen.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-strengthen.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #00d1c380
}

.btn-outline-producers {
  color: #dc354d;
  border-color: #dc354d
}

.btn-outline-producers:hover {
  color: #fff;
  background-color: #dc354d;
  border-color: #dc354d
}

.btn-outline-producers:focus,
.btn-outline-producers.focus {
  box-shadow: 0 0 0 .2rem #dc354d80
}

.btn-outline-producers.disabled,
.btn-outline-producers:disabled {
  color: #dc354d;
  background-color: transparent
}

.btn-outline-producers:not(:disabled):not(.disabled):active,
.btn-outline-producers.active:not(:disabled):not(.disabled),
.show>.btn-outline-producers.dropdown-toggle {
  color: #fff;
  background-color: #dc354d;
  border-color: #dc354d
}

.btn-outline-producers:not(:disabled):not(.disabled):active:focus,
.btn-outline-producers.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-producers.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #dc354d80
}

.btn-outline-manufacturers {
  color: #630a53;
  border-color: #630a53
}

.btn-outline-manufacturers:hover {
  color: #fff;
  background-color: #630a53;
  border-color: #630a53
}

.btn-outline-manufacturers:focus,
.btn-outline-manufacturers.focus {
  box-shadow: 0 0 0 .2rem #630a5380
}

.btn-outline-manufacturers.disabled,
.btn-outline-manufacturers:disabled {
  color: #630a53;
  background-color: transparent
}

.btn-outline-manufacturers:not(:disabled):not(.disabled):active,
.btn-outline-manufacturers.active:not(:disabled):not(.disabled),
.show>.btn-outline-manufacturers.dropdown-toggle {
  color: #fff;
  background-color: #630a53;
  border-color: #630a53
}

.btn-outline-manufacturers:not(:disabled):not(.disabled):active:focus,
.btn-outline-manufacturers.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-manufacturers.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #630a5380
}

.btn-outline-retailers {
  color: #ff7f12;
  border-color: #ff7f12
}

.btn-outline-retailers:hover {
  color: #182024;
  background-color: #ff7f12;
  border-color: #ff7f12
}

.btn-outline-retailers:focus,
.btn-outline-retailers.focus {
  box-shadow: 0 0 0 .2rem #ff7f1280
}

.btn-outline-retailers.disabled,
.btn-outline-retailers:disabled {
  color: #ff7f12;
  background-color: transparent
}

.btn-outline-retailers:not(:disabled):not(.disabled):active,
.btn-outline-retailers.active:not(:disabled):not(.disabled),
.show>.btn-outline-retailers.dropdown-toggle {
  color: #182024;
  background-color: #ff7f12;
  border-color: #ff7f12
}

.btn-outline-retailers:not(:disabled):not(.disabled):active:focus,
.btn-outline-retailers.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-retailers.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #ff7f1280
}

.btn-outline-foodservice {
  color: #b40863;
  border-color: #b40863
}

.btn-outline-foodservice:hover {
  color: #fff;
  background-color: #b40863;
  border-color: #b40863
}

.btn-outline-foodservice:focus,
.btn-outline-foodservice.focus {
  box-shadow: 0 0 0 .2rem #b4086380
}

.btn-outline-foodservice.disabled,
.btn-outline-foodservice:disabled {
  color: #b40863;
  background-color: transparent
}

.btn-outline-foodservice:not(:disabled):not(.disabled):active,
.btn-outline-foodservice.active:not(:disabled):not(.disabled),
.show>.btn-outline-foodservice.dropdown-toggle {
  color: #fff;
  background-color: #b40863;
  border-color: #b40863
}

.btn-outline-foodservice:not(:disabled):not(.disabled):active:focus,
.btn-outline-foodservice.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-foodservice.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #b4086380
}

.btn-outline-policymakers {
  color: #168374;
  border-color: #168374
}

.btn-outline-policymakers:hover {
  color: #fff;
  background-color: #168374;
  border-color: #168374
}

.btn-outline-policymakers:focus,
.btn-outline-policymakers.focus {
  box-shadow: 0 0 0 .2rem #16837480
}

.btn-outline-policymakers.disabled,
.btn-outline-policymakers:disabled {
  color: #168374;
  background-color: transparent
}

.btn-outline-policymakers:not(:disabled):not(.disabled):active,
.btn-outline-policymakers.active:not(:disabled):not(.disabled),
.show>.btn-outline-policymakers.dropdown-toggle {
  color: #fff;
  background-color: #168374;
  border-color: #168374
}

.btn-outline-policymakers:not(:disabled):not(.disabled):active:focus,
.btn-outline-policymakers.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-policymakers.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #16837480
}

.btn-outline-capital-providers {
  color: #00b982;
  border-color: #00b982
}

.btn-outline-capital-providers:hover {
  color: #fff;
  background-color: #00b982;
  border-color: #00b982
}

.btn-outline-capital-providers:focus,
.btn-outline-capital-providers.focus {
  box-shadow: 0 0 0 .2rem #00b98280
}

.btn-outline-capital-providers.disabled,
.btn-outline-capital-providers:disabled {
  color: #00b982;
  background-color: transparent
}

.btn-outline-capital-providers:not(:disabled):not(.disabled):active,
.btn-outline-capital-providers.active:not(:disabled):not(.disabled),
.show>.btn-outline-capital-providers.dropdown-toggle {
  color: #fff;
  background-color: #00b982;
  border-color: #00b982
}

.btn-outline-capital-providers:not(:disabled):not(.disabled):active:focus,
.btn-outline-capital-providers.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-capital-providers.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #00b98280
}

.btn-outline-gov-grants {
  color: #f9e3bf;
  border-color: #f9e3bf
}

.btn-outline-gov-grants:hover {
  color: #182024;
  background-color: #f9e3bf;
  border-color: #f9e3bf
}

.btn-outline-gov-grants:focus,
.btn-outline-gov-grants.focus {
  box-shadow: 0 0 0 .2rem #f9e3bf80
}

.btn-outline-gov-grants.disabled,
.btn-outline-gov-grants:disabled {
  color: #f9e3bf;
  background-color: transparent
}

.btn-outline-gov-grants:not(:disabled):not(.disabled):active,
.btn-outline-gov-grants.active:not(:disabled):not(.disabled),
.show>.btn-outline-gov-grants.dropdown-toggle {
  color: #182024;
  background-color: #f9e3bf;
  border-color: #f9e3bf
}

.btn-outline-gov-grants:not(:disabled):not(.disabled):active:focus,
.btn-outline-gov-grants.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-gov-grants.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #f9e3bf80
}

.btn-outline-gov-tax {
  color: #ffc332;
  border-color: #ffc332
}

.btn-outline-gov-tax:hover {
  color: #182024;
  background-color: #ffc332;
  border-color: #ffc332
}

.btn-outline-gov-tax:focus,
.btn-outline-gov-tax.focus {
  box-shadow: 0 0 0 .2rem #ffc33280
}

.btn-outline-gov-tax.disabled,
.btn-outline-gov-tax:disabled {
  color: #ffc332;
  background-color: transparent
}

.btn-outline-gov-tax:not(:disabled):not(.disabled):active,
.btn-outline-gov-tax.active:not(:disabled):not(.disabled),
.show>.btn-outline-gov-tax.dropdown-toggle {
  color: #182024;
  background-color: #ffc332;
  border-color: #ffc332
}

.btn-outline-gov-tax:not(:disabled):not(.disabled):active:focus,
.btn-outline-gov-tax.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-gov-tax.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #ffc33280
}

.btn-outline-gov-finance {
  color: #f1a73c;
  border-color: #f1a73c
}

.btn-outline-gov-finance:hover {
  color: #182024;
  background-color: #f1a73c;
  border-color: #f1a73c
}

.btn-outline-gov-finance:focus,
.btn-outline-gov-finance.focus {
  box-shadow: 0 0 0 .2rem #f1a73c80
}

.btn-outline-gov-finance.disabled,
.btn-outline-gov-finance:disabled {
  color: #f1a73c;
  background-color: transparent
}

.btn-outline-gov-finance:not(:disabled):not(.disabled):active,
.btn-outline-gov-finance.active:not(:disabled):not(.disabled),
.show>.btn-outline-gov-finance.dropdown-toggle {
  color: #182024;
  background-color: #f1a73c;
  border-color: #f1a73c
}

.btn-outline-gov-finance:not(:disabled):not(.disabled):active:focus,
.btn-outline-gov-finance.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-gov-finance.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #f1a73c80
}

.btn-outline-non-gov-grants {
  color: #0091b6;
  border-color: #0091b6
}

.btn-outline-non-gov-grants:hover {
  color: #fff;
  background-color: #0091b6;
  border-color: #0091b6
}

.btn-outline-non-gov-grants:focus,
.btn-outline-non-gov-grants.focus {
  box-shadow: 0 0 0 .2rem #0091b680
}

.btn-outline-non-gov-grants.disabled,
.btn-outline-non-gov-grants:disabled {
  color: #0091b6;
  background-color: transparent
}

.btn-outline-non-gov-grants:not(:disabled):not(.disabled):active,
.btn-outline-non-gov-grants.active:not(:disabled):not(.disabled),
.show>.btn-outline-non-gov-grants.dropdown-toggle {
  color: #fff;
  background-color: #0091b6;
  border-color: #0091b6
}

.btn-outline-non-gov-grants:not(:disabled):not(.disabled):active:focus,
.btn-outline-non-gov-grants.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-non-gov-grants.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #0091b680
}

.btn-outline-impact-first {
  color: #59c4db;
  border-color: #59c4db
}

.btn-outline-impact-first:hover {
  color: #182024;
  background-color: #59c4db;
  border-color: #59c4db
}

.btn-outline-impact-first:focus,
.btn-outline-impact-first.focus {
  box-shadow: 0 0 0 .2rem #59c4db80
}

.btn-outline-impact-first.disabled,
.btn-outline-impact-first:disabled {
  color: #59c4db;
  background-color: transparent
}

.btn-outline-impact-first:not(:disabled):not(.disabled):active,
.btn-outline-impact-first.active:not(:disabled):not(.disabled),
.show>.btn-outline-impact-first.dropdown-toggle {
  color: #182024;
  background-color: #59c4db;
  border-color: #59c4db
}

.btn-outline-impact-first:not(:disabled):not(.disabled):active:focus,
.btn-outline-impact-first.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-impact-first.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #59c4db80
}

.btn-outline-venture-capital {
  color: #3d8844;
  border-color: #3d8844
}

.btn-outline-venture-capital:hover {
  color: #fff;
  background-color: #3d8844;
  border-color: #3d8844
}

.btn-outline-venture-capital:focus,
.btn-outline-venture-capital.focus {
  box-shadow: 0 0 0 .2rem #3d884480
}

.btn-outline-venture-capital.disabled,
.btn-outline-venture-capital:disabled {
  color: #3d8844;
  background-color: transparent
}

.btn-outline-venture-capital:not(:disabled):not(.disabled):active,
.btn-outline-venture-capital.active:not(:disabled):not(.disabled),
.show>.btn-outline-venture-capital.dropdown-toggle {
  color: #fff;
  background-color: #3d8844;
  border-color: #3d8844
}

.btn-outline-venture-capital:not(:disabled):not(.disabled):active:focus,
.btn-outline-venture-capital.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-venture-capital.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #3d884480
}

.btn-outline-private-equity {
  color: #5ca858;
  border-color: #5ca858
}

.btn-outline-private-equity:hover {
  color: #fff;
  background-color: #5ca858;
  border-color: #5ca858
}

.btn-outline-private-equity:focus,
.btn-outline-private-equity.focus {
  box-shadow: 0 0 0 .2rem #5ca85880
}

.btn-outline-private-equity.disabled,
.btn-outline-private-equity:disabled {
  color: #5ca858;
  background-color: transparent
}

.btn-outline-private-equity:not(:disabled):not(.disabled):active,
.btn-outline-private-equity.active:not(:disabled):not(.disabled),
.show>.btn-outline-private-equity.dropdown-toggle {
  color: #fff;
  background-color: #5ca858;
  border-color: #5ca858
}

.btn-outline-private-equity:not(:disabled):not(.disabled):active:focus,
.btn-outline-private-equity.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-private-equity.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #5ca85880
}

.btn-outline-corporate-finance {
  color: #85cd7c;
  border-color: #85cd7c
}

.btn-outline-corporate-finance:hover {
  color: #182024;
  background-color: #85cd7c;
  border-color: #85cd7c
}

.btn-outline-corporate-finance:focus,
.btn-outline-corporate-finance.focus {
  box-shadow: 0 0 0 .2rem #85cd7c80
}

.btn-outline-corporate-finance.disabled,
.btn-outline-corporate-finance:disabled {
  color: #85cd7c;
  background-color: transparent
}

.btn-outline-corporate-finance:not(:disabled):not(.disabled):active,
.btn-outline-corporate-finance.active:not(:disabled):not(.disabled),
.show>.btn-outline-corporate-finance.dropdown-toggle {
  color: #182024;
  background-color: #85cd7c;
  border-color: #85cd7c
}

.btn-outline-corporate-finance:not(:disabled):not(.disabled):active:focus,
.btn-outline-corporate-finance.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-corporate-finance.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #85cd7c80
}

.btn-outline-commercial-project-finance {
  color: #b6e1ab;
  border-color: #b6e1ab
}

.btn-outline-commercial-project-finance:hover {
  color: #182024;
  background-color: #b6e1ab;
  border-color: #b6e1ab
}

.btn-outline-commercial-project-finance:focus,
.btn-outline-commercial-project-finance.focus {
  box-shadow: 0 0 0 .2rem #b6e1ab80
}

.btn-outline-commercial-project-finance.disabled,
.btn-outline-commercial-project-finance:disabled {
  color: #b6e1ab;
  background-color: transparent
}

.btn-outline-commercial-project-finance:not(:disabled):not(.disabled):active,
.btn-outline-commercial-project-finance.active:not(:disabled):not(.disabled),
.show>.btn-outline-commercial-project-finance.dropdown-toggle {
  color: #182024;
  background-color: #b6e1ab;
  border-color: #b6e1ab
}

.btn-outline-commercial-project-finance:not(:disabled):not(.disabled):active:focus,
.btn-outline-commercial-project-finance.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-commercial-project-finance.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #b6e1ab80
}

.btn-outline-media {
  color: #0092b7;
  border-color: #0092b7
}

.btn-outline-media:hover {
  color: #fff;
  background-color: #0092b7;
  border-color: #0092b7
}

.btn-outline-media:focus,
.btn-outline-media.focus {
  box-shadow: 0 0 0 .2rem #0092b780
}

.btn-outline-media.disabled,
.btn-outline-media:disabled {
  color: #0092b7;
  background-color: transparent
}

.btn-outline-media:not(:disabled):not(.disabled):active,
.btn-outline-media.active:not(:disabled):not(.disabled),
.show>.btn-outline-media.dropdown-toggle {
  color: #fff;
  background-color: #0092b7;
  border-color: #0092b7
}

.btn-outline-media:not(:disabled):not(.disabled):active:focus,
.btn-outline-media.active:not(:disabled):not(.disabled):focus,
.show>.btn-outline-media.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #0092b780
}

.btn-link {
  font-weight: 400;
  color: #0092b7;
  text-decoration: none
}

.btn-link:hover {
  color: #00556b;
  text-decoration: underline
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6d8089;
  pointer-events: none
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 1rem 1.9rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0
}

.btn-sm,
.btn-group-sm>.btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 0
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: .5rem
}

input.btn-block[type=submit],
input.btn-block[type=reset],
input.btn-block[type=button] {
  width: 100%
}

.fade {
  transition: opacity .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 .35s ease
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative
}

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .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: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #344955;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0
}

.dropdown-menu-left {
  right: auto;
  left: 0
}

.dropdown-menu-right {
  right: 0;
  left: auto
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto
  }
}

@media (min-width: 1440px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-xxl-right {
    right: 0;
    left: auto
  }
}

@media (min-width: 1600px) {
  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-xxxl-right {
    right: 0;
    left: auto
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .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: .125rem
}

.dropright .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .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: .125rem
}

.dropleft .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""
}

.dropleft .dropdown-toggle:after {
  display: none
}

.dropleft .dropdown-toggle:before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropleft .dropdown-toggle:before {
  vertical-align: 0
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #f3f2f0
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #182024;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #0e1215;
  text-decoration: none;
  background-color: #f8f8f7
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0092b7
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6d8089;
  pointer-events: none;
  background-color: transparent
}

.dropdown-menu.show {
  display: block
}

.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6d8089;
  white-space: nowrap
}

.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #182024
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  flex: 1 1 auto
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
  z-index: 1
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 1
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}

.btn-toolbar .input-group {
  width: auto
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
  margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.dropdown-toggle-split {
  padding-right: 1.05rem;
  padding-left: 1.05rem
}

.dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after {
  margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
  margin-right: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
  padding-right: 1.425rem;
  padding-left: 1.425rem
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  width: 100%
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
  margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0
}

.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
  margin-left: -1px
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
  z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group>.custom-file {
  display: 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-prepend,
.input-group-append {
  display: flex
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
  margin-left: -1px
}

.input-group-prepend {
  margin-right: -1px
}

.input-group-append {
  margin-left: -1px
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: .7rem 1.4rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #344955;
  text-align: center;
  white-space: nowrap;
  background-color: #f3f2f0;
  border: 1px solid #ced4da;
  border-radius: 0
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
  height: calc(1.5em + 2rem + 2px)
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
  padding: 1rem 1.9rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
  height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
  padding-right: 2.4rem
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
  color: #fff;
  border-color: #0092b7;
  background-color: #0092b7
}

.custom-control-input:focus~.custom-control-label:before {
  box-shadow: 0 0 0 .2rem #0092b740
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
  border-color: #38d7ff
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
  color: #fff;
  background-color: #6be1ff;
  border-color: #6be1ff
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
  color: #6d8089
}

.custom-control-input[disabled]~.custom-control-label:before,
.custom-control-input:disabled~.custom-control-label:before {
  background-color: #f3f2f0
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top
}

.custom-control-label:before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #848484 solid 1px
}

.custom-control-label:after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%
}

.custom-checkbox .custom-control-label:before {
  border-radius: 0
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' 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: #0092b7;
  background-color: #0092b7
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: #0092b780
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
  background-color: #0092b780
}

.custom-radio .custom-control-label:before {
  border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: #0092b780
}

.custom-switch {
  padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem
}

.custom-switch .custom-control-label:after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #848484;
  border-radius: .5rem;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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: translate(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: #0092b780
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.4rem + 2px);
  padding: .7rem 2.4rem .7rem 1.4rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #344955;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.4rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0;
  appearance: none
}

.custom-select:focus {
  border-color: #38d7ff;
  outline: 0;
  box-shadow: 0 0 0 .2rem #0092b740
}

.custom-select:focus::-ms-value {
  color: #344955;
  background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.4rem;
  background-image: none
}

.custom-select:disabled {
  color: #6d8089;
  background-color: #f3f2f0
}

.custom-select::-ms-expand {
  display: none
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #344955
}

.custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem
}

.custom-select-lg {
  height: calc(1.5em + 2rem + 2px);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.9rem;
  font-size: 1.25rem
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.4rem + 2px);
  margin-bottom: 0
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.4rem + 2px);
  margin: 0;
  opacity: 0
}

.custom-file-input:focus~.custom-file-label {
  border-color: #38d7ff;
  box-shadow: 0 0 0 .2rem #0092b740
}

.custom-file-input[disabled]~.custom-file-label,
.custom-file-input:disabled~.custom-file-label {
  background-color: #f3f2f0
}

.custom-file-input:lang(en)~.custom-file-label:after {
  content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
  content: attr(data-browse)
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.4rem + 2px);
  padding: .7rem 1.4rem;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #344955;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0
}

.custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.4rem);
  padding: .7rem 1.4rem;
  line-height: 1.5;
  color: #344955;
  content: "Browse";
  background-color: #f3f2f0;
  border-left: inherit;
  border-radius: 0
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none
}

.custom-range:focus {
  outline: none
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #0092b740
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #0092b740
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #0092b740
}

.custom-range::-moz-focus-outer {
  border: 0
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #0092b7;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #6be1ff
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .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: #0092b7;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #6be1ff
}

.custom-range::-moz-range-track {
  width: 100%;
  height: .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: .2rem;
  margin-left: .2rem;
  background-color: #0092b7;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none
  }
}

.custom-range::-ms-thumb:active {
  background-color: #6be1ff
}

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #848484
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #848484
}

.custom-range:disabled::-moz-range-track {
  cursor: default
}

.custom-range:disabled::-ms-thumb {
  background-color: #848484
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none
}

.nav-link.disabled {
  color: #6d8089;
  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;
  border-top-right-radius: 0
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #f3f2f0 #f3f2f0 #dee2e6
}

.nav-tabs .nav-link.disabled {
  color: #6d8089;
  background-color: transparent;
  border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #344955;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #ffffff
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.nav-pills .nav-link {
  border-radius: 0
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0092b7
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none
}

.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%
}

@media (max-width: 575.98px) {

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid,
  .navbar-expand-sm>.container-sm,
  .navbar-expand-sm>.container-md,
  .navbar-expand-sm>.container-lg,
  .navbar-expand-sm>.container-xl,
  .navbar-expand-sm>.container-xxl {
    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: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid,
  .navbar-expand-sm>.container-sm,
  .navbar-expand-sm>.container-md,
  .navbar-expand-sm>.container-lg,
  .navbar-expand-sm>.container-xl,
  .navbar-expand-sm>.container-xxl {
    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-sm,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-xl,
  .navbar-expand-md>.container-xxl {
    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: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-xl,
  .navbar-expand-md>.container-xxl {
    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-sm,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-xl,
  .navbar-expand-lg>.container-xxl {
    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: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.container-sm,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-xl,
  .navbar-expand-lg>.container-xxl {
    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-sm,
  .navbar-expand-xl>.container-md,
  .navbar-expand-xl>.container-lg,
  .navbar-expand-xl>.container-xl,
  .navbar-expand-xl>.container-xxl {
    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: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid,
  .navbar-expand-xl>.container-sm,
  .navbar-expand-xl>.container-md,
  .navbar-expand-xl>.container-lg,
  .navbar-expand-xl>.container-xl,
  .navbar-expand-xl>.container-xxl {
    flex-wrap: nowrap
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-xl .navbar-toggler {
    display: none
  }
}

@media (max-width: 1439.98px) {

  .navbar-expand-xxl>.container,
  .navbar-expand-xxl>.container-fluid,
  .navbar-expand-xxl>.container-sm,
  .navbar-expand-xxl>.container-md,
  .navbar-expand-xxl>.container-lg,
  .navbar-expand-xxl>.container-xl,
  .navbar-expand-xxl>.container-xxl {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width: 1440px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-xxl>.container,
  .navbar-expand-xxl>.container-fluid,
  .navbar-expand-xxl>.container-sm,
  .navbar-expand-xxl>.container-md,
  .navbar-expand-xxl>.container-lg,
  .navbar-expand-xxl>.container-xl,
  .navbar-expand-xxl>.container-xxl {
    flex-wrap: nowrap
  }

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none
  }
}

@media (max-width: 1599.98px) {

  .navbar-expand-xxxl>.container,
  .navbar-expand-xxxl>.container-fluid,
  .navbar-expand-xxxl>.container-sm,
  .navbar-expand-xxxl>.container-md,
  .navbar-expand-xxxl>.container-lg,
  .navbar-expand-xxxl>.container-xl,
  .navbar-expand-xxxl>.container-xxl {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width: 1600px) {
  .navbar-expand-xxxl {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-xxxl>.container,
  .navbar-expand-xxxl>.container-fluid,
  .navbar-expand-xxxl>.container-sm,
  .navbar-expand-xxxl>.container-md,
  .navbar-expand-xxxl>.container-lg,
  .navbar-expand-xxxl>.container-xl,
  .navbar-expand-xxxl>.container-xxl {
    flex-wrap: nowrap
  }

  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-xxxl .navbar-toggler {
    display: none
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl,
.navbar-expand>.container-xxl {
  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: .5rem;
  padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl,
.navbar-expand>.container-xxl {
  flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto
}

.navbar-expand .navbar-toggler {
  display: none
}

.navbar-light .navbar-brand {
  color: #000000e6
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: #000000e6
}

.navbar-light .navbar-nav .nav-link {
  color: #00000080
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #000000b3
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: #0000004d
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #000000e6
}

.navbar-light .navbar-toggler {
  color: #00000080;
  border-color: #0000001a
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
  color: #00000080
}

.navbar-light .navbar-text a {
  color: #000000e6
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: #000000e6
}

.navbar-dark .navbar-brand {
  color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff
}

.navbar-dark .navbar-nav .nav-link {
  color: #ffffff80
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #ffffffbf
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: #ffffff40
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff
}

.navbar-dark .navbar-toggler {
  color: #ffffff80;
  border-color: #ffffff1a
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
  color: #ffffff80
}

.navbar-dark .navbar-text a {
  color: #fff
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0
}

.card>hr {
  margin-right: 0;
  margin-left: 0
}

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
  border-top: 0
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem
}

.card-title {
  margin-bottom: .75rem
}

.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0
}

.card-text:last-child {
  margin-bottom: 0
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #00000008;
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
  border-radius: 0
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: #00000008;
  border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
  border-radius: 0
}

.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0
}

.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem
}

.card-img-overlay {
  position: absolute;
  inset: 0;
  padding: 1.25rem;
  border-radius: 0
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%
}

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.card-deck .card {
  margin-bottom: 15px
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px
  }
}

.card-group>.card {
  margin-bottom: 15px
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap
  }

  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-img-top,
  .card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-img-bottom,
  .card-group>.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .card-group>.card:not(:first-child) .card-img-top,
  .card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0
  }

  .card-group>.card:not(:first-child) .card-img-bottom,
  .card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0
  }
}

.card-columns .card {
  margin-bottom: .75rem
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1
  }

  .card-columns .card {
    display: inline-block;
    width: 100%
  }
}

.accordion {
  overflow-anchor: none
}

.accordion>.card {
  overflow: hidden
}

.accordion>.card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.accordion>.card>.card-header {
  border-radius: 0;
  margin-bottom: -1px
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #f3f2f0;
  border-radius: 0
}

.breadcrumb-item {
  display: flex
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
  display: inline-block;
  padding-right: .5rem;
  color: #6d8089;
  content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
  text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover:before {
  text-decoration: none
}

.breadcrumb-item.active {
  color: #6d8089
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0092b7;
  background-color: #fff;
  border: 1px solid #dee2e6
}

.page-link:hover {
  z-index: 2;
  color: #00556b;
  text-decoration: none;
  background-color: #f3f2f0;
  border-color: #dee2e6
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 .2rem #0092b740
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0092b7;
  border-color: #0092b7
}

.page-item.disabled .page-link {
  color: #6d8089;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem
}

.badge-primary {
  color: #fff;
  background-color: #0092b7
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #006984
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #0092b780
}

.badge-secondary {
  color: #fff;
  background-color: #5ca958
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #498846
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #5ca95880
}

.badge-success {
  color: #fff;
  background-color: #00b982
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #00865e
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #00b98280
}

.badge-info {
  color: #fff;
  background-color: #17a2b8
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #17a2b880
}

.badge-warning {
  color: #182024;
  background-color: #ffc432
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #182024;
  background-color: #feb500
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #ffc43280
}

.badge-danger {
  color: #fff;
  background-color: #dc354d
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2137
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #dc354d80
}

.badge-light {
  color: #182024;
  background-color: #f3f2f0
}

a.badge-light:hover,
a.badge-light:focus {
  color: #182024;
  background-color: #dcd9d4
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #f3f2f080
}

.badge-dark {
  color: #fff;
  background-color: #003950
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #00151d
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #00395080
}

.badge-white {
  color: #182024;
  background-color: #fff
}

a.badge-white:hover,
a.badge-white:focus {
  color: #182024;
  background-color: #e6e6e6
}

a.badge-white:focus,
a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #ffffff80
}

.badge-lighter {
  color: #182024;
  background-color: #f8f8f7
}

a.badge-lighter:hover,
a.badge-lighter:focus {
  color: #182024;
  background-color: #e0e0dc
}

a.badge-lighter:focus,
a.badge-lighter.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #f8f8f780
}

.badge-gray {
  color: #fff;
  background-color: #848484
}

a.badge-gray:hover,
a.badge-gray:focus {
  color: #fff;
  background-color: #6b6b6b
}

a.badge-gray:focus,
a.badge-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #84848480
}

.badge-gray-500 {
  color: #fff;
  background-color: #848484
}

a.badge-gray-500:hover,
a.badge-gray-500:focus {
  color: #fff;
  background-color: #6b6b6b
}

a.badge-gray-500:focus,
a.badge-gray-500.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #84848480
}

.badge-mid {
  color: #fff;
  background-color: #6d8089
}

a.badge-mid:hover,
a.badge-mid:focus {
  color: #fff;
  background-color: #56656d
}

a.badge-mid:focus,
a.badge-mid.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #6d808980
}

.badge-black {
  color: #fff;
  background-color: #000
}

a.badge-black:hover,
a.badge-black:focus {
  color: #fff;
  background-color: #000
}

a.badge-black:focus,
a.badge-black.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #00000080
}

.badge-blue {
  color: #fff;
  background-color: #0092b7
}

a.badge-blue:hover,
a.badge-blue:focus {
  color: #fff;
  background-color: #006984
}

a.badge-blue:focus,
a.badge-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #0092b780
}

.badge-blue-350 {
  color: #182024;
  background-color: #5ac4d8
}

a.badge-blue-350:hover,
a.badge-blue-350:focus {
  color: #182024;
  background-color: #31b5ce
}

a.badge-blue-350:focus,
a.badge-blue-350.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #5ac4d880
}

.badge-indigo {
  color: #fff;
  background-color: #630a53
}

a.badge-indigo:hover,
a.badge-indigo:focus {
  color: #fff;
  background-color: #35052c
}

a.badge-indigo:focus,
a.badge-indigo.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #630a5380
}

.badge-indigo-600 {
  color: #fff;
  background-color: #630a53
}

a.badge-indigo-600:hover,
a.badge-indigo-600:focus {
  color: #fff;
  background-color: #35052c
}

a.badge-indigo-600:focus,
a.badge-indigo-600.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #630a5380
}

.badge-purple {
  color: #fff;
  background-color: #7f1876
}

a.badge-purple:hover,
a.badge-purple:focus {
  color: #fff;
  background-color: #54104e
}

a.badge-purple:focus,
a.badge-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #7f187680
}

.badge-pink {
  color: #fff;
  background-color: #b40863
}

a.badge-pink:hover,
a.badge-pink:focus {
  color: #fff;
  background-color: #830648
}

a.badge-pink:focus,
a.badge-pink.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #b4086380
}

.badge-pink-550 {
  color: #fff;
  background-color: #db354d
}

a.badge-pink-550:hover,
a.badge-pink-550:focus {
  color: #fff;
  background-color: #bc2138
}

a.badge-pink-550:focus,
a.badge-pink-550.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #db354d80
}

.badge-red {
  color: #fff;
  background-color: #dc354d
}

a.badge-red:hover,
a.badge-red:focus {
  color: #fff;
  background-color: #bd2137
}

a.badge-red:focus,
a.badge-red.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #dc354d80
}

.badge-red-550 {
  color: #fff;
  background-color: #e55e4a
}

a.badge-red-550:hover,
a.badge-red-550:focus {
  color: #fff;
  background-color: #dc3820
}

a.badge-red-550:focus,
a.badge-red-550.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #e55e4a80
}

.badge-orange {
  color: #182024;
  background-color: #ff7f12
}

a.badge-orange:hover,
a.badge-orange:focus {
  color: #182024;
  background-color: #de6600
}

a.badge-orange:focus,
a.badge-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #ff7f1280
}

.badge-yellow {
  color: #182024;
  background-color: #ffc432
}

a.badge-yellow:hover,
a.badge-yellow:focus {
  color: #182024;
  background-color: #feb500
}

a.badge-yellow:focus,
a.badge-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #ffc43280
}

.badge-yellow-450 {
  color: #182024;
  background-color: #ffc332
}

a.badge-yellow-450:hover,
a.badge-yellow-450:focus {
  color: #182024;
  background-color: #feb400
}

a.badge-yellow-450:focus,
a.badge-yellow-450.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #ffc33280
}

.badge-green {
  color: #fff;
  background-color: #00b982
}

a.badge-green:hover,
a.badge-green:focus {
  color: #fff;
  background-color: #00865e
}

a.badge-green:focus,
a.badge-green.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #00b98280
}

.badge-green-350 {
  color: #182024;
  background-color: #85cd7c
}

a.badge-green-350:hover,
a.badge-green-350:focus {
  color: #182024;
  background-color: #63bf57
}

a.badge-green-350:focus,
a.badge-green-350.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #85cd7c80
}

.badge-teal {
  color: #fff;
  background-color: #168374
}

a.badge-teal:hover,
a.badge-teal:focus {
  color: #fff;
  background-color: #0f574d
}

a.badge-teal:focus,
a.badge-teal.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #16837480
}

.badge-cyan {
  color: #fff;
  background-color: #17a2b8
}

a.badge-cyan:hover,
a.badge-cyan:focus {
  color: #fff;
  background-color: #117a8b
}

a.badge-cyan:focus,
a.badge-cyan.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #17a2b880
}

.badge-teal-100 {
  color: #182024;
  background-color: #afeee3
}

a.badge-teal-100:hover,
a.badge-teal-100:focus {
  color: #182024;
  background-color: #85e5d4
}

a.badge-teal-100:focus,
a.badge-teal-100.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #afeee380
}

.badge-teal-200 {
  color: #182024;
  background-color: #89d8cc
}

a.badge-teal-200:hover,
a.badge-teal-200:focus {
  color: #182024;
  background-color: #63cbbb
}

a.badge-teal-200:focus,
a.badge-teal-200.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #89d8cc80
}

.badge-teal-300 {
  color: #182024;
  background-color: #61c4b5
}

a.badge-teal-300:hover,
a.badge-teal-300:focus {
  color: #182024;
  background-color: #42b09f
}

a.badge-teal-300:focus,
a.badge-teal-300.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #61c4b580
}

.badge-teal-400 {
  color: #fff;
  background-color: #4eae9f
}

a.badge-teal-400:hover,
a.badge-teal-400:focus {
  color: #fff;
  background-color: #3e8b7f
}

a.badge-teal-400:focus,
a.badge-teal-400.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #4eae9f80
}

.badge-teal-500 {
  color: #fff;
  background-color: #449989
}

a.badge-teal-500:hover,
a.badge-teal-500:focus {
  color: #fff;
  background-color: #347669
}

a.badge-teal-500:focus,
a.badge-teal-500.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #44998980
}

.badge-teal-550 {
  color: #fff;
  background-color: #006054
}

a.badge-teal-550:hover,
a.badge-teal-550:focus {
  color: #fff;
  background-color: #002d27
}

a.badge-teal-550:focus,
a.badge-teal-550.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #00605480
}

.badge-teal-600 {
  color: #fff;
  background-color: #168374
}

a.badge-teal-600:hover,
a.badge-teal-600:focus {
  color: #fff;
  background-color: #0f574d
}

a.badge-teal-600:focus,
a.badge-teal-600.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #16837480
}

.badge-prevention {
  color: #fff;
  background-color: #003950
}

a.badge-prevention:hover,
a.badge-prevention:focus {
  color: #fff;
  background-color: #00151d
}

a.badge-prevention:focus,
a.badge-prevention.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #00395080
}

.badge-prevention-100 {
  color: #182024;
  background-color: #b5e3f3
}

a.badge-prevention-100:hover,
a.badge-prevention-100:focus {
  color: #182024;
  background-color: #89d2ec
}

a.badge-prevention-100:focus,
a.badge-prevention-100.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #b5e3f380
}

.badge-prevention-200 {
  color: #182024;
  background-color: #8cc1d2
}

a.badge-prevention-200:hover,
a.badge-prevention-200:focus {
  color: #182024;
  background-color: #67adc4
}

a.badge-prevention-200:focus,
a.badge-prevention-200.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #8cc1d280
}

.badge-prevention-300 {
  color: #fff;
  background-color: #679eb1
}

a.badge-prevention-300:hover,
a.badge-prevention-300:focus {
  color: #fff;
  background-color: #4e8497
}

a.badge-prevention-300:focus,
a.badge-prevention-300.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #679eb180
}

.badge-prevention-400 {
  color: #fff;
  background-color: #4d7e92
}

a.badge-prevention-400:hover,
a.badge-prevention-400:focus {
  color: #fff;
  background-color: #3b6171
}

a.badge-prevention-400:focus,
a.badge-prevention-400.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #4d7e9280
}

.badge-prevention-500 {
  color: #fff;
  background-color: #275b71
}

a.badge-prevention-500:hover,
a.badge-prevention-500:focus {
  color: #fff;
  background-color: #1a3c4b
}

a.badge-prevention-500:focus,
a.badge-prevention-500.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #275b7180
}

.badge-prevention-600 {
  color: #fff;
  background-color: #003950
}

a.badge-prevention-600:hover,
a.badge-prevention-600:focus {
  color: #fff;
  background-color: #00151d
}

a.badge-prevention-600:focus,
a.badge-prevention-600.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #00395080
}

.badge-prevention-700 {
  color: #fff;
  background-color: #102334
}

a.badge-prevention-700:hover,
a.badge-prevention-700:focus {
  color: #fff;
  background-color: #04090d
}

a.badge-prevention-700:focus,
a.badge-prevention-700.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #10233480
}

.badge-rescue {
  color: #fff;
  background-color: #00d1c3
}

a.badge-rescue:hover,
a.badge-rescue:focus {
  color: #fff;
  background-color: #009e93
}

a.badge-rescue:focus,
a.badge-rescue.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #00d1c380
}

.badge-rescue-100 {
  color: #182024;
  background-color: #b5f1eb
}

a.badge-rescue-100:hover,
a.badge-rescue-100:focus {
  color: #182024;
  background-color: #8ae9df
}

a.badge-rescue-100:focus,
a.badge-rescue-100.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #b5f1eb80
}

.badge-rescue-200 {
  color: #182024;
  background-color: #93eae2
}

a.badge-rescue-200:hover,
a.badge-rescue-200:focus {
  color: #182024;
  background-color: #68e2d7
}

a.badge-rescue-200:focus,
a.badge-rescue-200.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #93eae280
}

.badge-rescue-300 {
  color: #182024;
  background-color: #6fe4db
}

a.badge-rescue-300:hover,
a.badge-rescue-300:focus {
  color: #182024;
  background-color: #44dcd0
}

a.badge-rescue-300:focus,
a.badge-rescue-300.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #6fe4db80
}

.badge-rescue-400 {
  color: #182024;
  background-color: #65dcd2
}

a.badge-rescue-400:hover,
a.badge-rescue-400:focus {
  color: #182024;
  background-color: #3bd3c6
}

a.badge-rescue-400:focus,
a.badge-rescue-400.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #65dcd280
}

.badge-rescue-500 {
  color: #182024;
  background-color: #61d6ca
}

a.badge-rescue-500:hover,
a.badge-rescue-500:focus {
  color: #182024;
  background-color: #39cbbc
}

a.badge-rescue-500:focus,
a.badge-rescue-500.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #61d6ca80
}

.badge-rescue-600 {
  color: #fff;
  background-color: #00d1c3
}

a.badge-rescue-600:hover,
a.badge-rescue-600:focus {
  color: #fff;
  background-color: #009e93
}

a.badge-rescue-600:focus,
a.badge-rescue-600.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #00d1c380
}

.badge-recycle {
  color: #fff;
  background-color: #5ca958
}

a.badge-recycle:hover,
a.badge-recycle:focus {
  color: #fff;
  background-color: #498846
}

a.badge-recycle:focus,
a.badge-recycle.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #5ca95880
}

.badge-recycle-100 {
  color: #182024;
  background-color: #d1ecc1
}

a.badge-recycle-100:hover,
a.badge-recycle-100:focus {
  color: #182024;
  background-color: #b4e09a
}

a.badge-recycle-100:focus,
a.badge-recycle-100.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #d1ecc180
}

.badge-recycle-200 {
  color: #182024;
  background-color: #badeab
}

a.badge-recycle-200:hover,
a.badge-recycle-200:focus {
  color: #182024;
  background-color: #9cd086
}

a.badge-recycle-200:focus,
a.badge-recycle-200.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #badeab80
}

.badge-recycle-300 {
  color: #182024;
  background-color: #a3d097
}

a.badge-recycle-300:hover,
a.badge-recycle-300:focus {
  color: #182024;
  background-color: #84c074
}

a.badge-recycle-300:focus,
a.badge-recycle-300.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #a3d09780
}

.badge-recycle-400 {
  color: #182024;
  background-color: #75c46c
}

a.badge-recycle-400:hover,
a.badge-recycle-400:focus {
  color: #182024;
  background-color: #54b548
}

a.badge-recycle-400:focus,
a.badge-recycle-400.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #75c46c80
}

.badge-recycle-500 {
  color: #fff;
  background-color: #5ca958
}

a.badge-recycle-500:hover,
a.badge-recycle-500:focus {
  color: #fff;
  background-color: #498846
}

a.badge-recycle-500:focus,
a.badge-recycle-500.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #5ca95880
}

.badge-recycle-600 {
  color: #fff;
  background-color: #3d8944
}

a.badge-recycle-600:hover,
a.badge-recycle-600:focus {
  color: #fff;
  background-color: #2d6632
}

a.badge-recycle-600:focus,
a.badge-recycle-600.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #3d894480
}

.badge-optimize {
  color: #fff;
  background-color: #003a52
}

a.badge-optimize:hover,
a.badge-optimize:focus {
  color: #fff;
  background-color: #00161f
}

a.badge-optimize:focus,
a.badge-optimize.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #003a5280
}

.badge-enhance {
  color: #fff;
  background-color: #045b80
}

a.badge-enhance:hover,
a.badge-enhance:focus {
  color: #fff;
  background-color: #02384f
}

a.badge-enhance:focus,
a.badge-enhance.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #045b8080
}

.badge-refine {
  color: #fff;
  background-color: #006995
}

a.badge-refine:hover,
a.badge-refine:focus {
  color: #fff;
  background-color: #004562
}

a.badge-refine:focus,
a.badge-refine.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #00699580
}

.badge-maximize {
  color: #fff;
  background-color: #048dc6
}

a.badge-maximize:hover,
a.badge-maximize:focus {
  color: #fff;
  background-color: #036994
}

a.badge-maximize:focus,
a.badge-maximize.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #048dc680
}

.badge-reshape {
  color: #fff;
  background-color: #009dde
}

a.badge-reshape:hover,
a.badge-reshape:focus {
  color: #fff;
  background-color: #0079ab
}

a.badge-reshape:focus,
a.badge-reshape.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #009dde80
}

.badge-strengthen {
  color: #fff;
  background-color: #00d1c3
}

a.badge-strengthen:hover,
a.badge-strengthen:focus {
  color: #fff;
  background-color: #009e93
}

a.badge-strengthen:focus,
a.badge-strengthen.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #00d1c380
}

.badge-producers {
  color: #fff;
  background-color: #dc354d
}

a.badge-producers:hover,
a.badge-producers:focus {
  color: #fff;
  background-color: #bd2137
}

a.badge-producers:focus,
a.badge-producers.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #dc354d80
}

.badge-manufacturers {
  color: #fff;
  background-color: #630a53
}

a.badge-manufacturers:hover,
a.badge-manufacturers:focus {
  color: #fff;
  background-color: #35052c
}

a.badge-manufacturers:focus,
a.badge-manufacturers.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #630a5380
}

.badge-retailers {
  color: #182024;
  background-color: #ff7f12
}

a.badge-retailers:hover,
a.badge-retailers:focus {
  color: #182024;
  background-color: #de6600
}

a.badge-retailers:focus,
a.badge-retailers.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #ff7f1280
}

.badge-foodservice {
  color: #fff;
  background-color: #b40863
}

a.badge-foodservice:hover,
a.badge-foodservice:focus {
  color: #fff;
  background-color: #830648
}

a.badge-foodservice:focus,
a.badge-foodservice.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #b4086380
}

.badge-policymakers {
  color: #fff;
  background-color: #168374
}

a.badge-policymakers:hover,
a.badge-policymakers:focus {
  color: #fff;
  background-color: #0f574d
}

a.badge-policymakers:focus,
a.badge-policymakers.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #16837480
}

.badge-capital-providers {
  color: #fff;
  background-color: #00b982
}

a.badge-capital-providers:hover,
a.badge-capital-providers:focus {
  color: #fff;
  background-color: #00865e
}

a.badge-capital-providers:focus,
a.badge-capital-providers.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #00b98280
}

.badge-gov-grants {
  color: #182024;
  background-color: #f9e3bf
}

a.badge-gov-grants:hover,
a.badge-gov-grants:focus {
  color: #182024;
  background-color: #f5cf90
}

a.badge-gov-grants:focus,
a.badge-gov-grants.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #f9e3bf80
}

.badge-gov-tax {
  color: #182024;
  background-color: #ffc332
}

a.badge-gov-tax:hover,
a.badge-gov-tax:focus {
  color: #182024;
  background-color: #feb400
}

a.badge-gov-tax:focus,
a.badge-gov-tax.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #ffc33280
}

.badge-gov-finance {
  color: #182024;
  background-color: #f1a73c
}

a.badge-gov-finance:hover,
a.badge-gov-finance:focus {
  color: #182024;
  background-color: #e99111
}

a.badge-gov-finance:focus,
a.badge-gov-finance.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #f1a73c80
}

.badge-non-gov-grants {
  color: #fff;
  background-color: #0091b6
}

a.badge-non-gov-grants:hover,
a.badge-non-gov-grants:focus {
  color: #fff;
  background-color: #006883
}

a.badge-non-gov-grants:focus,
a.badge-non-gov-grants.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #0091b680
}

.badge-impact-first {
  color: #182024;
  background-color: #59c4db
}

a.badge-impact-first:hover,
a.badge-impact-first:focus {
  color: #182024;
  background-color: #2fb5d2
}

a.badge-impact-first:focus,
a.badge-impact-first.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #59c4db80
}

.badge-venture-capital {
  color: #fff;
  background-color: #3d8844
}

a.badge-venture-capital:hover,
a.badge-venture-capital:focus {
  color: #fff;
  background-color: #2d6532
}

a.badge-venture-capital:focus,
a.badge-venture-capital.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #3d884480
}

.badge-private-equity {
  color: #fff;
  background-color: #5ca858
}

a.badge-private-equity:hover,
a.badge-private-equity:focus {
  color: #fff;
  background-color: #498746
}

a.badge-private-equity:focus,
a.badge-private-equity.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #5ca85880
}

.badge-corporate-finance {
  color: #182024;
  background-color: #85cd7c
}

a.badge-corporate-finance:hover,
a.badge-corporate-finance:focus {
  color: #182024;
  background-color: #63bf57
}

a.badge-corporate-finance:focus,
a.badge-corporate-finance.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #85cd7c80
}

.badge-commercial-project-finance {
  color: #182024;
  background-color: #b6e1ab
}

a.badge-commercial-project-finance:hover,
a.badge-commercial-project-finance:focus {
  color: #182024;
  background-color: #95d485
}

a.badge-commercial-project-finance:focus,
a.badge-commercial-project-finance.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #b6e1ab80
}

.badge-media {
  color: #fff;
  background-color: #0092b7
}

a.badge-media:hover,
a.badge-media:focus {
  color: #fff;
  background-color: #006984
}

a.badge-media:focus,
a.badge-media.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #0092b780
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #f3f2f0;
  border-radius: .3rem
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0
}

.alert-heading {
  color: inherit
}

.alert-link {
  font-weight: 700
}

.alert-dismissible {
  padding-right: 4rem
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: .75rem 1.25rem;
  color: inherit
}

.alert-primary {
  color: #004c5f;
  background-color: #cce9f1;
  border-color: #b8e0eb
}

.alert-primary hr {
  border-top-color: #a4d7e5
}

.alert-primary .alert-link {
  color: #00232c
}

.alert-secondary {
  color: #30582e;
  background-color: #deeede;
  border-color: #d1e7d0
}

.alert-secondary hr {
  border-top-color: #c0debf
}

.alert-secondary .alert-link {
  color: #1e371c
}

.alert-success {
  color: #006044;
  background-color: #ccf1e6;
  border-color: #b8ebdc
}

.alert-success hr {
  border-top-color: #a4e5d2
}

.alert-success .alert-link {
  color: #002d20
}

.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: #85661a;
  background-color: #fff3d6;
  border-color: #ffeec6
}

.alert-warning hr {
  border-top-color: #ffe6ad
}

.alert-warning .alert-link {
  color: #5a4512
}

.alert-danger {
  color: #721c28;
  background-color: #f8d7db;
  border-color: #f5c6cd
}

.alert-danger hr {
  border-top-color: #f1b0ba
}

.alert-danger .alert-link {
  color: #49121a
}

.alert-light {
  color: #7e7e7d;
  background-color: #fdfcfc;
  border-color: #fcfbfb
}

.alert-light hr {
  border-top-color: #f1ecec
}

.alert-light .alert-link {
  color: #646464
}

.alert-dark {
  color: #001e2a;
  background-color: #ccd7dc;
  border-color: #b8c8ce
}

.alert-dark hr {
  border-top-color: #a9bcc4
}

.alert-dark .alert-link {
  color: #000
}

.alert-white {
  color: #858585;
  background-color: #fff;
  border-color: #fff
}

.alert-white hr {
  border-top-color: #f2f2f2
}

.alert-white .alert-link {
  color: #6c6c6c
}

.alert-lighter {
  color: #818180;
  background-color: #fefefd;
  border-color: #fdfdfd
}

.alert-lighter hr {
  border-top-color: #f0f0f0
}

.alert-lighter .alert-link {
  color: #676767
}

.alert-gray {
  color: #454545;
  background-color: #e6e6e6;
  border-color: #ddd
}

.alert-gray hr {
  border-top-color: #d0d0d0
}

.alert-gray .alert-link {
  color: #2c2c2c
}

.alert-gray-500 {
  color: #454545;
  background-color: #e6e6e6;
  border-color: #ddd
}

.alert-gray-500 hr {
  border-top-color: #d0d0d0
}

.alert-gray-500 .alert-link {
  color: #2c2c2c
}

.alert-mid {
  color: #394347;
  background-color: #e2e6e7;
  border-color: #d6dbde
}

.alert-mid hr {
  border-top-color: #c8cfd3
}

.alert-mid .alert-link {
  color: #22282b
}

.alert-black {
  color: #000;
  background-color: #ccc;
  border-color: #b8b8b8
}

.alert-black hr {
  border-top-color: #ababab
}

.alert-black .alert-link {
  color: #000
}

.alert-blue {
  color: #004c5f;
  background-color: #cce9f1;
  border-color: #b8e0eb
}

.alert-blue hr {
  border-top-color: #a4d7e5
}

.alert-blue .alert-link {
  color: #00232c
}

.alert-blue-350 {
  color: #2f6670;
  background-color: #def3f7;
  border-color: #d1eef4
}

.alert-blue-350 hr {
  border-top-color: #bce6ef
}

.alert-blue-350 .alert-link {
  color: #20454c
}

.alert-indigo {
  color: #33052b;
  background-color: #e0cedd;
  border-color: #d3bacf
}

.alert-indigo hr {
  border-top-color: #c9aac4
}

.alert-indigo .alert-link {
  color: #050004
}

.alert-indigo-600 {
  color: #33052b;
  background-color: #e0cedd;
  border-color: #d3bacf
}

.alert-indigo-600 hr {
  border-top-color: #c9aac4
}

.alert-indigo-600 .alert-link {
  color: #050004
}

.alert-purple {
  color: #420c3d;
  background-color: #e5d1e4;
  border-color: #dbbed9
}

.alert-purple hr {
  border-top-color: #d2aecf
}

.alert-purple .alert-link {
  color: #170415
}

.alert-pink {
  color: #5e0433;
  background-color: #f0cee0;
  border-color: #eabad3
}

.alert-pink hr {
  border-top-color: #e4a6c7
}

.alert-pink .alert-link {
  color: #2d0218
}

.alert-pink-550 {
  color: #721c28;
  background-color: #f8d7db;
  border-color: #f5c6cd
}

.alert-pink-550 hr {
  border-top-color: #f1b0ba
}

.alert-pink-550 .alert-link {
  color: #49121a
}

.alert-red {
  color: #721c28;
  background-color: #f8d7db;
  border-color: #f5c6cd
}

.alert-red hr {
  border-top-color: #f1b0ba
}

.alert-red .alert-link {
  color: #49121a
}

.alert-red-550 {
  color: #773126;
  background-color: #fadfdb;
  border-color: #f8d2cc
}

.alert-red-550 hr {
  border-top-color: #f5beb6
}

.alert-red-550 .alert-link {
  color: #50211a
}

.alert-orange {
  color: #854209;
  background-color: #ffe5d0;
  border-color: #ffdbbd
}

.alert-orange hr {
  border-top-color: #ffcda4
}

.alert-orange .alert-link {
  color: #552a06
}

.alert-yellow {
  color: #85661a;
  background-color: #fff3d6;
  border-color: #ffeec6
}

.alert-yellow hr {
  border-top-color: #ffe6ad
}

.alert-yellow .alert-link {
  color: #5a4512
}

.alert-yellow-450 {
  color: #85651a;
  background-color: #fff3d6;
  border-color: #ffeec6
}

.alert-yellow-450 hr {
  border-top-color: #ffe6ad
}

.alert-yellow-450 .alert-link {
  color: #5a4512
}

.alert-green {
  color: #006044;
  background-color: #ccf1e6;
  border-color: #b8ebdc
}

.alert-green hr {
  border-top-color: #a4e5d2
}

.alert-green .alert-link {
  color: #002d20
}

.alert-green-350 {
  color: #456b40;
  background-color: #e7f5e5;
  border-color: #ddf1da
}

.alert-green-350 hr {
  border-top-color: #cceac8
}

.alert-green-350 .alert-link {
  color: #304b2d
}

.alert-teal {
  color: #0b443c;
  background-color: #d0e6e3;
  border-color: #bedcd8
}

.alert-teal hr {
  border-top-color: #add3ce
}

.alert-teal .alert-link {
  color: #041815
}

.alert-cyan {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb
}

.alert-cyan hr {
  border-top-color: #abdde5
}

.alert-cyan .alert-link {
  color: #062c33
}

.alert-teal-100 {
  color: #5b7c76;
  background-color: #effcf9;
  border-color: #e9faf7
}

.alert-teal-100 hr {
  border-top-color: #d4f5ef
}

.alert-teal-100 .alert-link {
  color: #455f5a
}

.alert-teal-200 {
  color: #47706a;
  background-color: #e7f7f5;
  border-color: #def4f1
}

.alert-teal-200 hr {
  border-top-color: #cbeee9
}

.alert-teal-200 .alert-link {
  color: #33514c
}

.alert-teal-300 {
  color: #32665e;
  background-color: #dff3f0;
  border-color: #d3eeea
}

.alert-teal-300 hr {
  border-top-color: #c1e7e1
}

.alert-teal-300 .alert-link {
  color: #21443e
}

.alert-teal-400 {
  color: #295a53;
  background-color: #dcefec;
  border-color: #cde8e4
}

.alert-teal-400 hr {
  border-top-color: #bce0db
}

.alert-teal-400 .alert-link {
  color: #193733
}

.alert-teal-500 {
  color: #235047;
  background-color: #daebe7;
  border-color: #cbe2de
}

.alert-teal-500 hr {
  border-top-color: #bbd9d4
}

.alert-teal-500 .alert-link {
  color: #132d28
}

.alert-teal-550 {
  color: #00322c;
  background-color: #ccdfdd;
  border-color: #b8d2cf
}

.alert-teal-550 hr {
  border-top-color: #a8c8c4
}

.alert-teal-550 .alert-link {
  color: #000
}

.alert-teal-600 {
  color: #0b443c;
  background-color: #d0e6e3;
  border-color: #bedcd8
}

.alert-teal-600 hr {
  border-top-color: #add3ce
}

.alert-teal-600 .alert-link {
  color: #041815
}

.alert-prevention {
  color: #001e2a;
  background-color: #ccd7dc;
  border-color: #b8c8ce
}

.alert-prevention hr {
  border-top-color: #a9bcc4
}

.alert-prevention .alert-link {
  color: #000
}

.alert-prevention-100 {
  color: #5e767e;
  background-color: #f0f9fd;
  border-color: #eaf7fc
}

.alert-prevention-100 hr {
  border-top-color: #d4eff9
}

.alert-prevention-100 .alert-link {
  color: #485b61
}

.alert-prevention-200 {
  color: #49646d;
  background-color: #e8f3f6;
  border-color: #dfeef2
}

.alert-prevention-200 hr {
  border-top-color: #cde4eb
}

.alert-prevention-200 .alert-link {
  color: #35484e
}

.alert-prevention-300 {
  color: #36525c;
  background-color: #e1ecef;
  border-color: #d4e4e9
}

.alert-prevention-300 hr {
  border-top-color: #c3d9e0
}

.alert-prevention-300 .alert-link {
  color: #23353c
}

.alert-prevention-400 {
  color: #28424c;
  background-color: #dbe5e9;
  border-color: #cddbe0
}

.alert-prevention-400 hr {
  border-top-color: #bdd0d6
}

.alert-prevention-400 .alert-link {
  color: #16252b
}

.alert-prevention-500 {
  color: #142f3b;
  background-color: #d4dee3;
  border-color: #c3d1d7
}

.alert-prevention-500 hr {
  border-top-color: #b4c5cd
}

.alert-prevention-500 .alert-link {
  color: #071115
}

.alert-prevention-600 {
  color: #001e2a;
  background-color: #ccd7dc;
  border-color: #b8c8ce
}

.alert-prevention-600 hr {
  border-top-color: #a9bcc4
}

.alert-prevention-600 .alert-link {
  color: #000
}

.alert-prevention-700 {
  color: #08121b;
  background-color: #cfd3d6;
  border-color: #bcc1c6
}

.alert-prevention-700 hr {
  border-top-color: #aeb4ba
}

.alert-prevention-700 .alert-link {
  color: #000
}

.alert-rescue {
  color: #006d65;
  background-color: #ccf6f3;
  border-color: #b8f2ee
}

.alert-rescue hr {
  border-top-color: #a2eee9
}

.alert-rescue .alert-link {
  color: #003a36
}

.alert-rescue-100 {
  color: #5e7d7a;
  background-color: #f0fcfb;
  border-color: #eafbf9
}

.alert-rescue-100 hr {
  border-top-color: #d5f7f3
}

.alert-rescue-100 .alert-link {
  color: #48605e
}

.alert-rescue-200 {
  color: #4c7a76;
  background-color: #e9fbf9;
  border-color: #e1f9f7
}

.alert-rescue-200 hr {
  border-top-color: #ccf5f1
}

.alert-rescue-200 .alert-link {
  color: #385b58
}

.alert-rescue-300 {
  color: #3a7772;
  background-color: #e2faf8;
  border-color: #d7f7f5
}

.alert-rescue-300 hr {
  border-top-color: #c2f3f0
}

.alert-rescue-300 .alert-link {
  color: #295551
}

.alert-rescue-400 {
  color: #35726d;
  background-color: #e0f8f6;
  border-color: #d4f5f2
}

.alert-rescue-400 hr {
  border-top-color: #bff0ec
}

.alert-rescue-400 .alert-link {
  color: #254f4c
}

.alert-rescue-500 {
  color: #326f69;
  background-color: #dff7f4;
  border-color: #d3f4f0
}

.alert-rescue-500 hr {
  border-top-color: #bfefe9
}

.alert-rescue-500 .alert-link {
  color: #224c48
}

.alert-rescue-600 {
  color: #006d65;
  background-color: #ccf6f3;
  border-color: #b8f2ee
}

.alert-rescue-600 hr {
  border-top-color: #a2eee9
}

.alert-rescue-600 .alert-link {
  color: #003a36
}

.alert-recycle {
  color: #30582e;
  background-color: #deeede;
  border-color: #d1e7d0
}

.alert-recycle hr {
  border-top-color: #c0debf
}

.alert-recycle .alert-link {
  color: #1e371c
}

.alert-recycle-100 {
  color: #6d7b64;
  background-color: #f6fbf3;
  border-color: #f2faee
}

.alert-recycle-100 hr {
  border-top-color: #e3f4da
}

.alert-recycle-100 .alert-link {
  color: #545f4d
}

.alert-recycle-200 {
  color: #617359;
  background-color: #f1f8ee;
  border-color: #ecf6e7
}

.alert-recycle-200 hr {
  border-top-color: #ddefd4
}

.alert-recycle-200 .alert-link {
  color: #495643
}

.alert-recycle-300 {
  color: #556c4f;
  background-color: #edf6ea;
  border-color: #e5f2e2
}

.alert-recycle-300 hr {
  border-top-color: #d5ead0
}

.alert-recycle-300 .alert-link {
  color: #3e4f39
}

.alert-recycle-400 {
  color: #3d6638;
  background-color: #e3f3e2;
  border-color: #d8eed6
}

.alert-recycle-400 hr {
  border-top-color: #c7e7c4
}

.alert-recycle-400 .alert-link {
  color: #294526
}

.alert-recycle-500 {
  color: #30582e;
  background-color: #deeede;
  border-color: #d1e7d0
}

.alert-recycle-500 hr {
  border-top-color: #c0debf
}

.alert-recycle-500 .alert-link {
  color: #1e371c
}

.alert-recycle-600 {
  color: #204723;
  background-color: #d8e7da;
  border-color: #c9decb
}

.alert-recycle-600 hr {
  border-top-color: #b9d4bc
}

.alert-recycle-600 .alert-link {
  color: #102412
}

.alert-optimize {
  color: #001e2b;
  background-color: #ccd8dc;
  border-color: #b8c8cf
}

.alert-optimize hr {
  border-top-color: #a9bcc5
}

.alert-optimize .alert-link {
  color: #000
}

.alert-enhance {
  color: #022f43;
  background-color: #cddee6;
  border-color: #b9d1db
}

.alert-enhance hr {
  border-top-color: #a8c6d2
}

.alert-enhance .alert-link {
  color: #010c11
}

.alert-refine {
  color: #00374d;
  background-color: #cce1ea;
  border-color: #b8d5e1
}

.alert-refine hr {
  border-top-color: #a6cad9
}

.alert-refine .alert-link {
  color: #00131a
}

.alert-maximize {
  color: #024967;
  background-color: #cde8f4;
  border-color: #b9dfef
}

.alert-maximize hr {
  border-top-color: #a4d6ea
}

.alert-maximize .alert-link {
  color: #012635
}

.alert-reshape {
  color: #005273;
  background-color: #ccebf8;
  border-color: #b8e4f6
}

.alert-reshape hr {
  border-top-color: #a1dbf3
}

.alert-reshape .alert-link {
  color: #002e40
}

.alert-strengthen {
  color: #006d65;
  background-color: #ccf6f3;
  border-color: #b8f2ee
}

.alert-strengthen hr {
  border-top-color: #a2eee9
}

.alert-strengthen .alert-link {
  color: #003a36
}

.alert-producers {
  color: #721c28;
  background-color: #f8d7db;
  border-color: #f5c6cd
}

.alert-producers hr {
  border-top-color: #f1b0ba
}

.alert-producers .alert-link {
  color: #49121a
}

.alert-manufacturers {
  color: #33052b;
  background-color: #e0cedd;
  border-color: #d3bacf
}

.alert-manufacturers hr {
  border-top-color: #c9aac4
}

.alert-manufacturers .alert-link {
  color: #050004
}

.alert-retailers {
  color: #854209;
  background-color: #ffe5d0;
  border-color: #ffdbbd
}

.alert-retailers hr {
  border-top-color: #ffcda4
}

.alert-retailers .alert-link {
  color: #552a06
}

.alert-foodservice {
  color: #5e0433;
  background-color: #f0cee0;
  border-color: #eabad3
}

.alert-foodservice hr {
  border-top-color: #e4a6c7
}

.alert-foodservice .alert-link {
  color: #2d0218
}

.alert-policymakers {
  color: #0b443c;
  background-color: #d0e6e3;
  border-color: #bedcd8
}

.alert-policymakers hr {
  border-top-color: #add3ce
}

.alert-policymakers .alert-link {
  color: #041815
}

.alert-capital-providers {
  color: #006044;
  background-color: #ccf1e6;
  border-color: #b8ebdc
}

.alert-capital-providers hr {
  border-top-color: #a4e5d2
}

.alert-capital-providers .alert-link {
  color: #002d20
}

.alert-gov-grants {
  color: #817663;
  background-color: #fef9f2;
  border-color: #fdf7ed
}

.alert-gov-grants hr {
  border-top-color: #faedd6
}

.alert-gov-grants .alert-link {
  color: #645c4d
}

.alert-gov-tax {
  color: #85651a;
  background-color: #fff3d6;
  border-color: #ffeec6
}

.alert-gov-tax hr {
  border-top-color: #ffe6ad
}

.alert-gov-tax .alert-link {
  color: #5a4512
}

.alert-gov-finance {
  color: #7d571f;
  background-color: #fcedd8;
  border-color: #fbe6c8
}

.alert-gov-finance hr {
  border-top-color: #f9dbb0
}

.alert-gov-finance .alert-link {
  color: #543b15
}

.alert-non-gov-grants {
  color: #004b5f;
  background-color: #cce9f0;
  border-color: #b8e0eb
}

.alert-non-gov-grants hr {
  border-top-color: #a4d7e5
}

.alert-non-gov-grants .alert-link {
  color: #00232c
}

.alert-impact-first {
  color: #2e6672;
  background-color: #def3f8;
  border-color: #d1eef5
}

.alert-impact-first hr {
  border-top-color: #bce6f0
}

.alert-impact-first .alert-link {
  color: #1f454e
}

.alert-venture-capital {
  color: #204723;
  background-color: #d8e7da;
  border-color: #c9decb
}

.alert-venture-capital hr {
  border-top-color: #b9d4bc
}

.alert-venture-capital .alert-link {
  color: #102412
}

.alert-private-equity {
  color: #30572e;
  background-color: #deeede;
  border-color: #d1e7d0
}

.alert-private-equity hr {
  border-top-color: #c0debf
}

.alert-private-equity .alert-link {
  color: #1e361c
}

.alert-corporate-finance {
  color: #456b40;
  background-color: #e7f5e5;
  border-color: #ddf1da
}

.alert-corporate-finance hr {
  border-top-color: #cceac8
}

.alert-corporate-finance .alert-link {
  color: #304b2d
}

.alert-commercial-project-finance {
  color: #5f7559;
  background-color: #f0f9ee;
  border-color: #ebf7e7
}

.alert-commercial-project-finance hr {
  border-top-color: #dbf1d4
}

.alert-commercial-project-finance .alert-link {
  color: #475843
}

.alert-media {
  color: #004c5f;
  background-color: #cce9f1;
  border-color: #b8e0eb
}

.alert-media hr {
  border-top-color: #a4d7e5
}

.alert-media .alert-link {
  color: #00232c
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: .75rem;
  background-color: #f3f2f0;
  border-radius: 0
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0092b7;
  transition: width .6s ease
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none
  }
}

.media {
  display: flex;
  align-items: flex-start
}

.media-body {
  flex: 1
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0
}

.list-group-item-action {
  width: 100%;
  color: #344955;
  text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #344955;
  text-decoration: none;
  background-color: #f8f8f7
}

.list-group-item-action:active {
  color: #344955;
  background-color: #f3f2f0
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(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: #6d8089;
  pointer-events: none;
  background-color: #fff
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0092b7;
  border-color: #0092b7
}

.list-group-item+.list-group-item {
  border-top-width: 0
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px
}

.list-group-horizontal {
  flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
  margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row
  }

  .list-group-horizontal-sm>.list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0
  }

  .list-group-horizontal-sm>.list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-sm>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row
  }

  .list-group-horizontal-md>.list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0
  }

  .list-group-horizontal-md>.list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-md>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row
  }

  .list-group-horizontal-lg>.list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0
  }

  .list-group-horizontal-lg>.list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-lg>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row
  }

  .list-group-horizontal-xl>.list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0
  }

  .list-group-horizontal-xl>.list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-xl>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width: 1440px) {
  .list-group-horizontal-xxl {
    flex-direction: row
  }

  .list-group-horizontal-xxl>.list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0
  }

  .list-group-horizontal-xxl>.list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-xxl>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width: 1600px) {
  .list-group-horizontal-xxxl {
    flex-direction: row
  }

  .list-group-horizontal-xxxl>.list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0
  }

  .list-group-horizontal-xxxl>.list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-xxxl>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-xxxl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-xxxl>.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: #004c5f;
  background-color: #b8e0eb
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004c5f;
  background-color: #a4d7e5
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004c5f;
  border-color: #004c5f
}

.list-group-item-secondary {
  color: #30582e;
  background-color: #d1e7d0
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #30582e;
  background-color: #c0debf
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #30582e;
  border-color: #30582e
}

.list-group-item-success {
  color: #006044;
  background-color: #b8ebdc
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #006044;
  background-color: #a4e5d2
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #006044;
  border-color: #006044
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460
}

.list-group-item-warning {
  color: #85661a;
  background-color: #ffeec6
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #85661a;
  background-color: #ffe6ad
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #85661a;
  border-color: #85661a
}

.list-group-item-danger {
  color: #721c28;
  background-color: #f5c6cd
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c28;
  background-color: #f1b0ba
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c28;
  border-color: #721c28
}

.list-group-item-light {
  color: #7e7e7d;
  background-color: #fcfbfb
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #7e7e7d;
  background-color: #f1ecec
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7e7e7d;
  border-color: #7e7e7d
}

.list-group-item-dark {
  color: #001e2a;
  background-color: #b8c8ce
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #001e2a;
  background-color: #a9bcc4
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #001e2a;
  border-color: #001e2a
}

.list-group-item-white {
  color: #858585;
  background-color: #fff
}

.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2
}

.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585
}

.list-group-item-lighter {
  color: #818180;
  background-color: #fdfdfd
}

.list-group-item-lighter.list-group-item-action:hover,
.list-group-item-lighter.list-group-item-action:focus {
  color: #818180;
  background-color: #f0f0f0
}

.list-group-item-lighter.list-group-item-action.active {
  color: #fff;
  background-color: #818180;
  border-color: #818180
}

.list-group-item-gray {
  color: #454545;
  background-color: #ddd
}

.list-group-item-gray.list-group-item-action:hover,
.list-group-item-gray.list-group-item-action:focus {
  color: #454545;
  background-color: #d0d0d0
}

.list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: #454545;
  border-color: #454545
}

.list-group-item-gray-500 {
  color: #454545;
  background-color: #ddd
}

.list-group-item-gray-500.list-group-item-action:hover,
.list-group-item-gray-500.list-group-item-action:focus {
  color: #454545;
  background-color: #d0d0d0
}

.list-group-item-gray-500.list-group-item-action.active {
  color: #fff;
  background-color: #454545;
  border-color: #454545
}

.list-group-item-mid {
  color: #394347;
  background-color: #d6dbde
}

.list-group-item-mid.list-group-item-action:hover,
.list-group-item-mid.list-group-item-action:focus {
  color: #394347;
  background-color: #c8cfd3
}

.list-group-item-mid.list-group-item-action.active {
  color: #fff;
  background-color: #394347;
  border-color: #394347
}

.list-group-item-black {
  color: #000;
  background-color: #b8b8b8
}

.list-group-item-black.list-group-item-action:hover,
.list-group-item-black.list-group-item-action:focus {
  color: #000;
  background-color: #ababab
}

.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: #000;
  border-color: #000
}

.list-group-item-blue {
  color: #004c5f;
  background-color: #b8e0eb
}

.list-group-item-blue.list-group-item-action:hover,
.list-group-item-blue.list-group-item-action:focus {
  color: #004c5f;
  background-color: #a4d7e5
}

.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #004c5f;
  border-color: #004c5f
}

.list-group-item-blue-350 {
  color: #2f6670;
  background-color: #d1eef4
}

.list-group-item-blue-350.list-group-item-action:hover,
.list-group-item-blue-350.list-group-item-action:focus {
  color: #2f6670;
  background-color: #bce6ef
}

.list-group-item-blue-350.list-group-item-action.active {
  color: #fff;
  background-color: #2f6670;
  border-color: #2f6670
}

.list-group-item-indigo {
  color: #33052b;
  background-color: #d3bacf
}

.list-group-item-indigo.list-group-item-action:hover,
.list-group-item-indigo.list-group-item-action:focus {
  color: #33052b;
  background-color: #c9aac4
}

.list-group-item-indigo.list-group-item-action.active {
  color: #fff;
  background-color: #33052b;
  border-color: #33052b
}

.list-group-item-indigo-600 {
  color: #33052b;
  background-color: #d3bacf
}

.list-group-item-indigo-600.list-group-item-action:hover,
.list-group-item-indigo-600.list-group-item-action:focus {
  color: #33052b;
  background-color: #c9aac4
}

.list-group-item-indigo-600.list-group-item-action.active {
  color: #fff;
  background-color: #33052b;
  border-color: #33052b
}

.list-group-item-purple {
  color: #420c3d;
  background-color: #dbbed9
}

.list-group-item-purple.list-group-item-action:hover,
.list-group-item-purple.list-group-item-action:focus {
  color: #420c3d;
  background-color: #d2aecf
}

.list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: #420c3d;
  border-color: #420c3d
}

.list-group-item-pink {
  color: #5e0433;
  background-color: #eabad3
}

.list-group-item-pink.list-group-item-action:hover,
.list-group-item-pink.list-group-item-action:focus {
  color: #5e0433;
  background-color: #e4a6c7
}

.list-group-item-pink.list-group-item-action.active {
  color: #fff;
  background-color: #5e0433;
  border-color: #5e0433
}

.list-group-item-pink-550 {
  color: #721c28;
  background-color: #f5c6cd
}

.list-group-item-pink-550.list-group-item-action:hover,
.list-group-item-pink-550.list-group-item-action:focus {
  color: #721c28;
  background-color: #f1b0ba
}

.list-group-item-pink-550.list-group-item-action.active {
  color: #fff;
  background-color: #721c28;
  border-color: #721c28
}

.list-group-item-red {
  color: #721c28;
  background-color: #f5c6cd
}

.list-group-item-red.list-group-item-action:hover,
.list-group-item-red.list-group-item-action:focus {
  color: #721c28;
  background-color: #f1b0ba
}

.list-group-item-red.list-group-item-action.active {
  color: #fff;
  background-color: #721c28;
  border-color: #721c28
}

.list-group-item-red-550 {
  color: #773126;
  background-color: #f8d2cc
}

.list-group-item-red-550.list-group-item-action:hover,
.list-group-item-red-550.list-group-item-action:focus {
  color: #773126;
  background-color: #f5beb6
}

.list-group-item-red-550.list-group-item-action.active {
  color: #fff;
  background-color: #773126;
  border-color: #773126
}

.list-group-item-orange {
  color: #854209;
  background-color: #ffdbbd
}

.list-group-item-orange.list-group-item-action:hover,
.list-group-item-orange.list-group-item-action:focus {
  color: #854209;
  background-color: #ffcda4
}

.list-group-item-orange.list-group-item-action.active {
  color: #fff;
  background-color: #854209;
  border-color: #854209
}

.list-group-item-yellow {
  color: #85661a;
  background-color: #ffeec6
}

.list-group-item-yellow.list-group-item-action:hover,
.list-group-item-yellow.list-group-item-action:focus {
  color: #85661a;
  background-color: #ffe6ad
}

.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #85661a;
  border-color: #85661a
}

.list-group-item-yellow-450 {
  color: #85651a;
  background-color: #ffeec6
}

.list-group-item-yellow-450.list-group-item-action:hover,
.list-group-item-yellow-450.list-group-item-action:focus {
  color: #85651a;
  background-color: #ffe6ad
}

.list-group-item-yellow-450.list-group-item-action.active {
  color: #fff;
  background-color: #85651a;
  border-color: #85651a
}

.list-group-item-green {
  color: #006044;
  background-color: #b8ebdc
}

.list-group-item-green.list-group-item-action:hover,
.list-group-item-green.list-group-item-action:focus {
  color: #006044;
  background-color: #a4e5d2
}

.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: #006044;
  border-color: #006044
}

.list-group-item-green-350 {
  color: #456b40;
  background-color: #ddf1da
}

.list-group-item-green-350.list-group-item-action:hover,
.list-group-item-green-350.list-group-item-action:focus {
  color: #456b40;
  background-color: #cceac8
}

.list-group-item-green-350.list-group-item-action.active {
  color: #fff;
  background-color: #456b40;
  border-color: #456b40
}

.list-group-item-teal {
  color: #0b443c;
  background-color: #bedcd8
}

.list-group-item-teal.list-group-item-action:hover,
.list-group-item-teal.list-group-item-action:focus {
  color: #0b443c;
  background-color: #add3ce
}

.list-group-item-teal.list-group-item-action.active {
  color: #fff;
  background-color: #0b443c;
  border-color: #0b443c
}

.list-group-item-cyan {
  color: #0c5460;
  background-color: #bee5eb
}

.list-group-item-cyan.list-group-item-action:hover,
.list-group-item-cyan.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5
}

.list-group-item-cyan.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460
}

.list-group-item-teal-100 {
  color: #5b7c76;
  background-color: #e9faf7
}

.list-group-item-teal-100.list-group-item-action:hover,
.list-group-item-teal-100.list-group-item-action:focus {
  color: #5b7c76;
  background-color: #d4f5ef
}

.list-group-item-teal-100.list-group-item-action.active {
  color: #fff;
  background-color: #5b7c76;
  border-color: #5b7c76
}

.list-group-item-teal-200 {
  color: #47706a;
  background-color: #def4f1
}

.list-group-item-teal-200.list-group-item-action:hover,
.list-group-item-teal-200.list-group-item-action:focus {
  color: #47706a;
  background-color: #cbeee9
}

.list-group-item-teal-200.list-group-item-action.active {
  color: #fff;
  background-color: #47706a;
  border-color: #47706a
}

.list-group-item-teal-300 {
  color: #32665e;
  background-color: #d3eeea
}

.list-group-item-teal-300.list-group-item-action:hover,
.list-group-item-teal-300.list-group-item-action:focus {
  color: #32665e;
  background-color: #c1e7e1
}

.list-group-item-teal-300.list-group-item-action.active {
  color: #fff;
  background-color: #32665e;
  border-color: #32665e
}

.list-group-item-teal-400 {
  color: #295a53;
  background-color: #cde8e4
}

.list-group-item-teal-400.list-group-item-action:hover,
.list-group-item-teal-400.list-group-item-action:focus {
  color: #295a53;
  background-color: #bce0db
}

.list-group-item-teal-400.list-group-item-action.active {
  color: #fff;
  background-color: #295a53;
  border-color: #295a53
}

.list-group-item-teal-500 {
  color: #235047;
  background-color: #cbe2de
}

.list-group-item-teal-500.list-group-item-action:hover,
.list-group-item-teal-500.list-group-item-action:focus {
  color: #235047;
  background-color: #bbd9d4
}

.list-group-item-teal-500.list-group-item-action.active {
  color: #fff;
  background-color: #235047;
  border-color: #235047
}

.list-group-item-teal-550 {
  color: #00322c;
  background-color: #b8d2cf
}

.list-group-item-teal-550.list-group-item-action:hover,
.list-group-item-teal-550.list-group-item-action:focus {
  color: #00322c;
  background-color: #a8c8c4
}

.list-group-item-teal-550.list-group-item-action.active {
  color: #fff;
  background-color: #00322c;
  border-color: #00322c
}

.list-group-item-teal-600 {
  color: #0b443c;
  background-color: #bedcd8
}

.list-group-item-teal-600.list-group-item-action:hover,
.list-group-item-teal-600.list-group-item-action:focus {
  color: #0b443c;
  background-color: #add3ce
}

.list-group-item-teal-600.list-group-item-action.active {
  color: #fff;
  background-color: #0b443c;
  border-color: #0b443c
}

.list-group-item-prevention {
  color: #001e2a;
  background-color: #b8c8ce
}

.list-group-item-prevention.list-group-item-action:hover,
.list-group-item-prevention.list-group-item-action:focus {
  color: #001e2a;
  background-color: #a9bcc4
}

.list-group-item-prevention.list-group-item-action.active {
  color: #fff;
  background-color: #001e2a;
  border-color: #001e2a
}

.list-group-item-prevention-100 {
  color: #5e767e;
  background-color: #eaf7fc
}

.list-group-item-prevention-100.list-group-item-action:hover,
.list-group-item-prevention-100.list-group-item-action:focus {
  color: #5e767e;
  background-color: #d4eff9
}

.list-group-item-prevention-100.list-group-item-action.active {
  color: #fff;
  background-color: #5e767e;
  border-color: #5e767e
}

.list-group-item-prevention-200 {
  color: #49646d;
  background-color: #dfeef2
}

.list-group-item-prevention-200.list-group-item-action:hover,
.list-group-item-prevention-200.list-group-item-action:focus {
  color: #49646d;
  background-color: #cde4eb
}

.list-group-item-prevention-200.list-group-item-action.active {
  color: #fff;
  background-color: #49646d;
  border-color: #49646d
}

.list-group-item-prevention-300 {
  color: #36525c;
  background-color: #d4e4e9
}

.list-group-item-prevention-300.list-group-item-action:hover,
.list-group-item-prevention-300.list-group-item-action:focus {
  color: #36525c;
  background-color: #c3d9e0
}

.list-group-item-prevention-300.list-group-item-action.active {
  color: #fff;
  background-color: #36525c;
  border-color: #36525c
}

.list-group-item-prevention-400 {
  color: #28424c;
  background-color: #cddbe0
}

.list-group-item-prevention-400.list-group-item-action:hover,
.list-group-item-prevention-400.list-group-item-action:focus {
  color: #28424c;
  background-color: #bdd0d6
}

.list-group-item-prevention-400.list-group-item-action.active {
  color: #fff;
  background-color: #28424c;
  border-color: #28424c
}

.list-group-item-prevention-500 {
  color: #142f3b;
  background-color: #c3d1d7
}

.list-group-item-prevention-500.list-group-item-action:hover,
.list-group-item-prevention-500.list-group-item-action:focus {
  color: #142f3b;
  background-color: #b4c5cd
}

.list-group-item-prevention-500.list-group-item-action.active {
  color: #fff;
  background-color: #142f3b;
  border-color: #142f3b
}

.list-group-item-prevention-600 {
  color: #001e2a;
  background-color: #b8c8ce
}

.list-group-item-prevention-600.list-group-item-action:hover,
.list-group-item-prevention-600.list-group-item-action:focus {
  color: #001e2a;
  background-color: #a9bcc4
}

.list-group-item-prevention-600.list-group-item-action.active {
  color: #fff;
  background-color: #001e2a;
  border-color: #001e2a
}

.list-group-item-prevention-700 {
  color: #08121b;
  background-color: #bcc1c6
}

.list-group-item-prevention-700.list-group-item-action:hover,
.list-group-item-prevention-700.list-group-item-action:focus {
  color: #08121b;
  background-color: #aeb4ba
}

.list-group-item-prevention-700.list-group-item-action.active {
  color: #fff;
  background-color: #08121b;
  border-color: #08121b
}

.list-group-item-rescue {
  color: #006d65;
  background-color: #b8f2ee
}

.list-group-item-rescue.list-group-item-action:hover,
.list-group-item-rescue.list-group-item-action:focus {
  color: #006d65;
  background-color: #a2eee9
}

.list-group-item-rescue.list-group-item-action.active {
  color: #fff;
  background-color: #006d65;
  border-color: #006d65
}

.list-group-item-rescue-100 {
  color: #5e7d7a;
  background-color: #eafbf9
}

.list-group-item-rescue-100.list-group-item-action:hover,
.list-group-item-rescue-100.list-group-item-action:focus {
  color: #5e7d7a;
  background-color: #d5f7f3
}

.list-group-item-rescue-100.list-group-item-action.active {
  color: #fff;
  background-color: #5e7d7a;
  border-color: #5e7d7a
}

.list-group-item-rescue-200 {
  color: #4c7a76;
  background-color: #e1f9f7
}

.list-group-item-rescue-200.list-group-item-action:hover,
.list-group-item-rescue-200.list-group-item-action:focus {
  color: #4c7a76;
  background-color: #ccf5f1
}

.list-group-item-rescue-200.list-group-item-action.active {
  color: #fff;
  background-color: #4c7a76;
  border-color: #4c7a76
}

.list-group-item-rescue-300 {
  color: #3a7772;
  background-color: #d7f7f5
}

.list-group-item-rescue-300.list-group-item-action:hover,
.list-group-item-rescue-300.list-group-item-action:focus {
  color: #3a7772;
  background-color: #c2f3f0
}

.list-group-item-rescue-300.list-group-item-action.active {
  color: #fff;
  background-color: #3a7772;
  border-color: #3a7772
}

.list-group-item-rescue-400 {
  color: #35726d;
  background-color: #d4f5f2
}

.list-group-item-rescue-400.list-group-item-action:hover,
.list-group-item-rescue-400.list-group-item-action:focus {
  color: #35726d;
  background-color: #bff0ec
}

.list-group-item-rescue-400.list-group-item-action.active {
  color: #fff;
  background-color: #35726d;
  border-color: #35726d
}

.list-group-item-rescue-500 {
  color: #326f69;
  background-color: #d3f4f0
}

.list-group-item-rescue-500.list-group-item-action:hover,
.list-group-item-rescue-500.list-group-item-action:focus {
  color: #326f69;
  background-color: #bfefe9
}

.list-group-item-rescue-500.list-group-item-action.active {
  color: #fff;
  background-color: #326f69;
  border-color: #326f69
}

.list-group-item-rescue-600 {
  color: #006d65;
  background-color: #b8f2ee
}

.list-group-item-rescue-600.list-group-item-action:hover,
.list-group-item-rescue-600.list-group-item-action:focus {
  color: #006d65;
  background-color: #a2eee9
}

.list-group-item-rescue-600.list-group-item-action.active {
  color: #fff;
  background-color: #006d65;
  border-color: #006d65
}

.list-group-item-recycle {
  color: #30582e;
  background-color: #d1e7d0
}

.list-group-item-recycle.list-group-item-action:hover,
.list-group-item-recycle.list-group-item-action:focus {
  color: #30582e;
  background-color: #c0debf
}

.list-group-item-recycle.list-group-item-action.active {
  color: #fff;
  background-color: #30582e;
  border-color: #30582e
}

.list-group-item-recycle-100 {
  color: #6d7b64;
  background-color: #f2faee
}

.list-group-item-recycle-100.list-group-item-action:hover,
.list-group-item-recycle-100.list-group-item-action:focus {
  color: #6d7b64;
  background-color: #e3f4da
}

.list-group-item-recycle-100.list-group-item-action.active {
  color: #fff;
  background-color: #6d7b64;
  border-color: #6d7b64
}

.list-group-item-recycle-200 {
  color: #617359;
  background-color: #ecf6e7
}

.list-group-item-recycle-200.list-group-item-action:hover,
.list-group-item-recycle-200.list-group-item-action:focus {
  color: #617359;
  background-color: #ddefd4
}

.list-group-item-recycle-200.list-group-item-action.active {
  color: #fff;
  background-color: #617359;
  border-color: #617359
}

.list-group-item-recycle-300 {
  color: #556c4f;
  background-color: #e5f2e2
}

.list-group-item-recycle-300.list-group-item-action:hover,
.list-group-item-recycle-300.list-group-item-action:focus {
  color: #556c4f;
  background-color: #d5ead0
}

.list-group-item-recycle-300.list-group-item-action.active {
  color: #fff;
  background-color: #556c4f;
  border-color: #556c4f
}

.list-group-item-recycle-400 {
  color: #3d6638;
  background-color: #d8eed6
}

.list-group-item-recycle-400.list-group-item-action:hover,
.list-group-item-recycle-400.list-group-item-action:focus {
  color: #3d6638;
  background-color: #c7e7c4
}

.list-group-item-recycle-400.list-group-item-action.active {
  color: #fff;
  background-color: #3d6638;
  border-color: #3d6638
}

.list-group-item-recycle-500 {
  color: #30582e;
  background-color: #d1e7d0
}

.list-group-item-recycle-500.list-group-item-action:hover,
.list-group-item-recycle-500.list-group-item-action:focus {
  color: #30582e;
  background-color: #c0debf
}

.list-group-item-recycle-500.list-group-item-action.active {
  color: #fff;
  background-color: #30582e;
  border-color: #30582e
}

.list-group-item-recycle-600 {
  color: #204723;
  background-color: #c9decb
}

.list-group-item-recycle-600.list-group-item-action:hover,
.list-group-item-recycle-600.list-group-item-action:focus {
  color: #204723;
  background-color: #b9d4bc
}

.list-group-item-recycle-600.list-group-item-action.active {
  color: #fff;
  background-color: #204723;
  border-color: #204723
}

.list-group-item-optimize {
  color: #001e2b;
  background-color: #b8c8cf
}

.list-group-item-optimize.list-group-item-action:hover,
.list-group-item-optimize.list-group-item-action:focus {
  color: #001e2b;
  background-color: #a9bcc5
}

.list-group-item-optimize.list-group-item-action.active {
  color: #fff;
  background-color: #001e2b;
  border-color: #001e2b
}

.list-group-item-enhance {
  color: #022f43;
  background-color: #b9d1db
}

.list-group-item-enhance.list-group-item-action:hover,
.list-group-item-enhance.list-group-item-action:focus {
  color: #022f43;
  background-color: #a8c6d2
}

.list-group-item-enhance.list-group-item-action.active {
  color: #fff;
  background-color: #022f43;
  border-color: #022f43
}

.list-group-item-refine {
  color: #00374d;
  background-color: #b8d5e1
}

.list-group-item-refine.list-group-item-action:hover,
.list-group-item-refine.list-group-item-action:focus {
  color: #00374d;
  background-color: #a6cad9
}

.list-group-item-refine.list-group-item-action.active {
  color: #fff;
  background-color: #00374d;
  border-color: #00374d
}

.list-group-item-maximize {
  color: #024967;
  background-color: #b9dfef
}

.list-group-item-maximize.list-group-item-action:hover,
.list-group-item-maximize.list-group-item-action:focus {
  color: #024967;
  background-color: #a4d6ea
}

.list-group-item-maximize.list-group-item-action.active {
  color: #fff;
  background-color: #024967;
  border-color: #024967
}

.list-group-item-reshape {
  color: #005273;
  background-color: #b8e4f6
}

.list-group-item-reshape.list-group-item-action:hover,
.list-group-item-reshape.list-group-item-action:focus {
  color: #005273;
  background-color: #a1dbf3
}

.list-group-item-reshape.list-group-item-action.active {
  color: #fff;
  background-color: #005273;
  border-color: #005273
}

.list-group-item-strengthen {
  color: #006d65;
  background-color: #b8f2ee
}

.list-group-item-strengthen.list-group-item-action:hover,
.list-group-item-strengthen.list-group-item-action:focus {
  color: #006d65;
  background-color: #a2eee9
}

.list-group-item-strengthen.list-group-item-action.active {
  color: #fff;
  background-color: #006d65;
  border-color: #006d65
}

.list-group-item-producers {
  color: #721c28;
  background-color: #f5c6cd
}

.list-group-item-producers.list-group-item-action:hover,
.list-group-item-producers.list-group-item-action:focus {
  color: #721c28;
  background-color: #f1b0ba
}

.list-group-item-producers.list-group-item-action.active {
  color: #fff;
  background-color: #721c28;
  border-color: #721c28
}

.list-group-item-manufacturers {
  color: #33052b;
  background-color: #d3bacf
}

.list-group-item-manufacturers.list-group-item-action:hover,
.list-group-item-manufacturers.list-group-item-action:focus {
  color: #33052b;
  background-color: #c9aac4
}

.list-group-item-manufacturers.list-group-item-action.active {
  color: #fff;
  background-color: #33052b;
  border-color: #33052b
}

.list-group-item-retailers {
  color: #854209;
  background-color: #ffdbbd
}

.list-group-item-retailers.list-group-item-action:hover,
.list-group-item-retailers.list-group-item-action:focus {
  color: #854209;
  background-color: #ffcda4
}

.list-group-item-retailers.list-group-item-action.active {
  color: #fff;
  background-color: #854209;
  border-color: #854209
}

.list-group-item-foodservice {
  color: #5e0433;
  background-color: #eabad3
}

.list-group-item-foodservice.list-group-item-action:hover,
.list-group-item-foodservice.list-group-item-action:focus {
  color: #5e0433;
  background-color: #e4a6c7
}

.list-group-item-foodservice.list-group-item-action.active {
  color: #fff;
  background-color: #5e0433;
  border-color: #5e0433
}

.list-group-item-policymakers {
  color: #0b443c;
  background-color: #bedcd8
}

.list-group-item-policymakers.list-group-item-action:hover,
.list-group-item-policymakers.list-group-item-action:focus {
  color: #0b443c;
  background-color: #add3ce
}

.list-group-item-policymakers.list-group-item-action.active {
  color: #fff;
  background-color: #0b443c;
  border-color: #0b443c
}

.list-group-item-capital-providers {
  color: #006044;
  background-color: #b8ebdc
}

.list-group-item-capital-providers.list-group-item-action:hover,
.list-group-item-capital-providers.list-group-item-action:focus {
  color: #006044;
  background-color: #a4e5d2
}

.list-group-item-capital-providers.list-group-item-action.active {
  color: #fff;
  background-color: #006044;
  border-color: #006044
}

.list-group-item-gov-grants {
  color: #817663;
  background-color: #fdf7ed
}

.list-group-item-gov-grants.list-group-item-action:hover,
.list-group-item-gov-grants.list-group-item-action:focus {
  color: #817663;
  background-color: #faedd6
}

.list-group-item-gov-grants.list-group-item-action.active {
  color: #fff;
  background-color: #817663;
  border-color: #817663
}

.list-group-item-gov-tax {
  color: #85651a;
  background-color: #ffeec6
}

.list-group-item-gov-tax.list-group-item-action:hover,
.list-group-item-gov-tax.list-group-item-action:focus {
  color: #85651a;
  background-color: #ffe6ad
}

.list-group-item-gov-tax.list-group-item-action.active {
  color: #fff;
  background-color: #85651a;
  border-color: #85651a
}

.list-group-item-gov-finance {
  color: #7d571f;
  background-color: #fbe6c8
}

.list-group-item-gov-finance.list-group-item-action:hover,
.list-group-item-gov-finance.list-group-item-action:focus {
  color: #7d571f;
  background-color: #f9dbb0
}

.list-group-item-gov-finance.list-group-item-action.active {
  color: #fff;
  background-color: #7d571f;
  border-color: #7d571f
}

.list-group-item-non-gov-grants {
  color: #004b5f;
  background-color: #b8e0eb
}

.list-group-item-non-gov-grants.list-group-item-action:hover,
.list-group-item-non-gov-grants.list-group-item-action:focus {
  color: #004b5f;
  background-color: #a4d7e5
}

.list-group-item-non-gov-grants.list-group-item-action.active {
  color: #fff;
  background-color: #004b5f;
  border-color: #004b5f
}

.list-group-item-impact-first {
  color: #2e6672;
  background-color: #d1eef5
}

.list-group-item-impact-first.list-group-item-action:hover,
.list-group-item-impact-first.list-group-item-action:focus {
  color: #2e6672;
  background-color: #bce6f0
}

.list-group-item-impact-first.list-group-item-action.active {
  color: #fff;
  background-color: #2e6672;
  border-color: #2e6672
}

.list-group-item-venture-capital {
  color: #204723;
  background-color: #c9decb
}

.list-group-item-venture-capital.list-group-item-action:hover,
.list-group-item-venture-capital.list-group-item-action:focus {
  color: #204723;
  background-color: #b9d4bc
}

.list-group-item-venture-capital.list-group-item-action.active {
  color: #fff;
  background-color: #204723;
  border-color: #204723
}

.list-group-item-private-equity {
  color: #30572e;
  background-color: #d1e7d0
}

.list-group-item-private-equity.list-group-item-action:hover,
.list-group-item-private-equity.list-group-item-action:focus {
  color: #30572e;
  background-color: #c0debf
}

.list-group-item-private-equity.list-group-item-action.active {
  color: #fff;
  background-color: #30572e;
  border-color: #30572e
}

.list-group-item-corporate-finance {
  color: #456b40;
  background-color: #ddf1da
}

.list-group-item-corporate-finance.list-group-item-action:hover,
.list-group-item-corporate-finance.list-group-item-action:focus {
  color: #456b40;
  background-color: #cceac8
}

.list-group-item-corporate-finance.list-group-item-action.active {
  color: #fff;
  background-color: #456b40;
  border-color: #456b40
}

.list-group-item-commercial-project-finance {
  color: #5f7559;
  background-color: #ebf7e7
}

.list-group-item-commercial-project-finance.list-group-item-action:hover,
.list-group-item-commercial-project-finance.list-group-item-action:focus {
  color: #5f7559;
  background-color: #dbf1d4
}

.list-group-item-commercial-project-finance.list-group-item-action.active {
  color: #fff;
  background-color: #5f7559;
  border-color: #5f7559
}

.list-group-item-media {
  color: #004c5f;
  background-color: #b8e0eb
}

.list-group-item-media.list-group-item-action:hover,
.list-group-item-media.list-group-item-action:focus {
  color: #004c5f;
  background-color: #a4d7e5
}

.list-group-item-media.list-group-item-action.active {
  color: #fff;
  background-color: #004c5f;
  border-color: #004c5f
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5
}

@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + .3vw)
  }
}

.close:hover {
  color: #000;
  text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0
}

a.close.disabled {
  pointer-events: none
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: .875rem;
  background-color: #ffffffd9;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 .25rem .75rem #0000001a;
  opacity: 0;
  border-radius: .25rem
}

.toast:not(:last-child) {
  margin-bottom: .75rem
}

.toast.showing {
  opacity: 1
}

.toast.show {
  display: block;
  opacity: 1
}

.toast.hide {
  display: none
}

.toast-header {
  display: flex;
  align-items: center;
  padding: .25rem .75rem;
  color: #6d8089;
  background-color: #ffffffd9;
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
  padding: .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: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform .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-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .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: .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(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
  margin: .25rem
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem)
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem)
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }

  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
    height: min-content
  }

  .modal-sm {
    max-width: 300px
  }
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: .9
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}

.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: .4rem 0
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0
}

.bs-tooltip-top .arrow:before,
.bs-tooltip-auto[x-placement^=top] .arrow:before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 .4rem
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-right .arrow:before,
.bs-tooltip-auto[x-placement^=right] .arrow:before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: .4rem 0
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0
}

.bs-tooltip-bottom .arrow:before,
.bs-tooltip-auto[x-placement^=bottom] .arrow:before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 .4rem
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-left .arrow:before,
.bs-tooltip-auto[x-placement^=left] .arrow:before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000
}

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem
}

.popover .arrow:before,
.popover .arrow:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: .5rem
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^=top]>.arrow {
  bottom: calc(-.5rem - 1px)
}

.bs-popover-top>.arrow:before,
.bs-popover-auto[x-placement^=top]>.arrow:before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: #00000040
}

.bs-popover-top>.arrow:after,
.bs-popover-auto[x-placement^=top]>.arrow:after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: .5rem
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^=right]>.arrow {
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}

.bs-popover-right>.arrow:before,
.bs-popover-auto[x-placement^=right]>.arrow:before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #00000040
}

.bs-popover-right>.arrow:after,
.bs-popover-auto[x-placement^=right]>.arrow:after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: .5rem
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^=bottom]>.arrow {
  top: calc(-.5rem - 1px)
}

.bs-popover-bottom>.arrow:before,
.bs-popover-auto[x-placement^=bottom]>.arrow:before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #00000040
}

.bs-popover-bottom>.arrow:after,
.bs-popover-auto[x-placement^=bottom]>.arrow:after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff
}

.bs-popover-bottom .popover-header:before,
.bs-popover-auto[x-placement^=bottom] .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: .5rem
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^=left]>.arrow {
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}

.bs-popover-left>.arrow:before,
.bs-popover-auto[x-placement^=left]>.arrow:before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #00000040
}

.bs-popover-left>.arrow:after,
.bs-popover-auto[x-placement^=left]>.arrow:after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff
}

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
  display: none
}

.popover-body {
  padding: .5rem .75rem;
  color: #344955
}

.carousel {
  position: relative
}

.carousel.pointer-event {
  touch-action: pan-y
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}

.carousel-inner:after {
  display: block;
  clear: both;
  content: ""
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translate(100%)
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translate(-100%)
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: inherit;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {

  .carousel-control-prev,
  .carousel-control-next {
    transition: none
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
  opacity: .9
}

.carousel-control-prev {
  left: 0
}

.carousel-control-next {
  right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='inherit' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='inherit' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none
  }
}

.carousel-indicators .active {
  opacity: 1
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg)
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em
}

@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;
  animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem
}

.align-baseline {
  vertical-align: baseline !important
}

.align-top {
  vertical-align: top !important
}

.align-middle {
  vertical-align: middle !important
}

.align-bottom {
  vertical-align: bottom !important
}

.align-text-bottom {
  vertical-align: text-bottom !important
}

.align-text-top {
  vertical-align: text-top !important
}

.bg-primary {
  background-color: #0092b7 !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #006984 !important
}

.bg-secondary {
  background-color: #5ca958 !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #498846 !important
}

.bg-success {
  background-color: #00b982 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #00865e !important
}

.bg-info {
  background-color: #17a2b8 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important
}

.bg-warning {
  background-color: #ffc432 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #feb500 !important
}

.bg-danger {
  background-color: #dc354d !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2137 !important
}

.bg-light {
  background-color: #f3f2f0 !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dcd9d4 !important
}

.bg-dark {
  background-color: #003950 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #00151d !important
}

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important
}

.bg-lighter {
  background-color: #f8f8f7 !important
}

a.bg-lighter:hover,
a.bg-lighter:focus,
button.bg-lighter:hover,
button.bg-lighter:focus {
  background-color: #e0e0dc !important
}

.bg-gray {
  background-color: #848484 !important
}

a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #6b6b6b !important
}

.bg-gray-500 {
  background-color: #848484 !important
}

a.bg-gray-500:hover,
a.bg-gray-500:focus,
button.bg-gray-500:hover,
button.bg-gray-500:focus {
  background-color: #6b6b6b !important
}

.bg-mid {
  background-color: #6d8089 !important
}

a.bg-mid:hover,
a.bg-mid:focus,
button.bg-mid:hover,
button.bg-mid:focus {
  background-color: #56656d !important
}

.bg-black {
  background-color: #000 !important
}

a.bg-black:hover,
a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: #000 !important
}

.bg-blue {
  background-color: #0092b7 !important
}

a.bg-blue:hover,
a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #006984 !important
}

.bg-blue-350 {
  background-color: #5ac4d8 !important
}

a.bg-blue-350:hover,
a.bg-blue-350:focus,
button.bg-blue-350:hover,
button.bg-blue-350:focus {
  background-color: #31b5ce !important
}

.bg-indigo {
  background-color: #630a53 !important
}

a.bg-indigo:hover,
a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #35052c !important
}

.bg-indigo-600 {
  background-color: #630a53 !important
}

a.bg-indigo-600:hover,
a.bg-indigo-600:focus,
button.bg-indigo-600:hover,
button.bg-indigo-600:focus {
  background-color: #35052c !important
}

.bg-purple {
  background-color: #7f1876 !important
}

a.bg-purple:hover,
a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #54104e !important
}

.bg-pink {
  background-color: #b40863 !important
}

a.bg-pink:hover,
a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #830648 !important
}

.bg-pink-550 {
  background-color: #db354d !important
}

a.bg-pink-550:hover,
a.bg-pink-550:focus,
button.bg-pink-550:hover,
button.bg-pink-550:focus {
  background-color: #bc2138 !important
}

.bg-red {
  background-color: #dc354d !important
}

a.bg-red:hover,
a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #bd2137 !important
}

.bg-red-550 {
  background-color: #e55e4a !important
}

a.bg-red-550:hover,
a.bg-red-550:focus,
button.bg-red-550:hover,
button.bg-red-550:focus {
  background-color: #dc3820 !important
}

.bg-orange {
  background-color: #ff7f12 !important
}

a.bg-orange:hover,
a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #de6600 !important
}

.bg-yellow {
  background-color: #ffc432 !important
}

a.bg-yellow:hover,
a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #feb500 !important
}

.bg-yellow-450 {
  background-color: #ffc332 !important
}

a.bg-yellow-450:hover,
a.bg-yellow-450:focus,
button.bg-yellow-450:hover,
button.bg-yellow-450:focus {
  background-color: #feb400 !important
}

.bg-green {
  background-color: #00b982 !important
}

a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #00865e !important
}

.bg-green-350 {
  background-color: #85cd7c !important
}

a.bg-green-350:hover,
a.bg-green-350:focus,
button.bg-green-350:hover,
button.bg-green-350:focus {
  background-color: #63bf57 !important
}

.bg-teal {
  background-color: #168374 !important
}

a.bg-teal:hover,
a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #0f574d !important
}

.bg-cyan {
  background-color: #17a2b8 !important
}

a.bg-cyan:hover,
a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #117a8b !important
}

.bg-teal-100 {
  background-color: #afeee3 !important
}

a.bg-teal-100:hover,
a.bg-teal-100:focus,
button.bg-teal-100:hover,
button.bg-teal-100:focus {
  background-color: #85e5d4 !important
}

.bg-teal-200 {
  background-color: #89d8cc !important
}

a.bg-teal-200:hover,
a.bg-teal-200:focus,
button.bg-teal-200:hover,
button.bg-teal-200:focus {
  background-color: #63cbbb !important
}

.bg-teal-300 {
  background-color: #61c4b5 !important
}

a.bg-teal-300:hover,
a.bg-teal-300:focus,
button.bg-teal-300:hover,
button.bg-teal-300:focus {
  background-color: #42b09f !important
}

.bg-teal-400 {
  background-color: #4eae9f !important
}

a.bg-teal-400:hover,
a.bg-teal-400:focus,
button.bg-teal-400:hover,
button.bg-teal-400:focus {
  background-color: #3e8b7f !important
}

.bg-teal-500 {
  background-color: #449989 !important
}

a.bg-teal-500:hover,
a.bg-teal-500:focus,
button.bg-teal-500:hover,
button.bg-teal-500:focus {
  background-color: #347669 !important
}

.bg-teal-550 {
  background-color: #006054 !important
}

a.bg-teal-550:hover,
a.bg-teal-550:focus,
button.bg-teal-550:hover,
button.bg-teal-550:focus {
  background-color: #002d27 !important
}

.bg-teal-600 {
  background-color: #168374 !important
}

a.bg-teal-600:hover,
a.bg-teal-600:focus,
button.bg-teal-600:hover,
button.bg-teal-600:focus {
  background-color: #0f574d !important
}

.bg-prevention {
  background-color: #003950 !important
}

a.bg-prevention:hover,
a.bg-prevention:focus,
button.bg-prevention:hover,
button.bg-prevention:focus {
  background-color: #00151d !important
}

.bg-prevention-100 {
  background-color: #b5e3f3 !important
}

a.bg-prevention-100:hover,
a.bg-prevention-100:focus,
button.bg-prevention-100:hover,
button.bg-prevention-100:focus {
  background-color: #89d2ec !important
}

.bg-prevention-200 {
  background-color: #8cc1d2 !important
}

a.bg-prevention-200:hover,
a.bg-prevention-200:focus,
button.bg-prevention-200:hover,
button.bg-prevention-200:focus {
  background-color: #67adc4 !important
}

.bg-prevention-300 {
  background-color: #679eb1 !important
}

a.bg-prevention-300:hover,
a.bg-prevention-300:focus,
button.bg-prevention-300:hover,
button.bg-prevention-300:focus {
  background-color: #4e8497 !important
}

.bg-prevention-400 {
  background-color: #4d7e92 !important
}

a.bg-prevention-400:hover,
a.bg-prevention-400:focus,
button.bg-prevention-400:hover,
button.bg-prevention-400:focus {
  background-color: #3b6171 !important
}

.bg-prevention-500 {
  background-color: #275b71 !important
}

a.bg-prevention-500:hover,
a.bg-prevention-500:focus,
button.bg-prevention-500:hover,
button.bg-prevention-500:focus {
  background-color: #1a3c4b !important
}

.bg-prevention-600 {
  background-color: #003950 !important
}

a.bg-prevention-600:hover,
a.bg-prevention-600:focus,
button.bg-prevention-600:hover,
button.bg-prevention-600:focus {
  background-color: #00151d !important
}

.bg-prevention-700 {
  background-color: #102334 !important
}

a.bg-prevention-700:hover,
a.bg-prevention-700:focus,
button.bg-prevention-700:hover,
button.bg-prevention-700:focus {
  background-color: #04090d !important
}

.bg-rescue {
  background-color: #00d1c3 !important
}

a.bg-rescue:hover,
a.bg-rescue:focus,
button.bg-rescue:hover,
button.bg-rescue:focus {
  background-color: #009e93 !important
}

.bg-rescue-100 {
  background-color: #b5f1eb !important
}

a.bg-rescue-100:hover,
a.bg-rescue-100:focus,
button.bg-rescue-100:hover,
button.bg-rescue-100:focus {
  background-color: #8ae9df !important
}

.bg-rescue-200 {
  background-color: #93eae2 !important
}

a.bg-rescue-200:hover,
a.bg-rescue-200:focus,
button.bg-rescue-200:hover,
button.bg-rescue-200:focus {
  background-color: #68e2d7 !important
}

.bg-rescue-300 {
  background-color: #6fe4db !important
}

a.bg-rescue-300:hover,
a.bg-rescue-300:focus,
button.bg-rescue-300:hover,
button.bg-rescue-300:focus {
  background-color: #44dcd0 !important
}

.bg-rescue-400 {
  background-color: #65dcd2 !important
}

a.bg-rescue-400:hover,
a.bg-rescue-400:focus,
button.bg-rescue-400:hover,
button.bg-rescue-400:focus {
  background-color: #3bd3c6 !important
}

.bg-rescue-500 {
  background-color: #61d6ca !important
}

a.bg-rescue-500:hover,
a.bg-rescue-500:focus,
button.bg-rescue-500:hover,
button.bg-rescue-500:focus {
  background-color: #39cbbc !important
}

.bg-rescue-600 {
  background-color: #00d1c3 !important
}

a.bg-rescue-600:hover,
a.bg-rescue-600:focus,
button.bg-rescue-600:hover,
button.bg-rescue-600:focus {
  background-color: #009e93 !important
}

.bg-recycle {
  background-color: #5ca958 !important
}

a.bg-recycle:hover,
a.bg-recycle:focus,
button.bg-recycle:hover,
button.bg-recycle:focus {
  background-color: #498846 !important
}

.bg-recycle-100 {
  background-color: #d1ecc1 !important
}

a.bg-recycle-100:hover,
a.bg-recycle-100:focus,
button.bg-recycle-100:hover,
button.bg-recycle-100:focus {
  background-color: #b4e09a !important
}

.bg-recycle-200 {
  background-color: #badeab !important
}

a.bg-recycle-200:hover,
a.bg-recycle-200:focus,
button.bg-recycle-200:hover,
button.bg-recycle-200:focus {
  background-color: #9cd086 !important
}

.bg-recycle-300 {
  background-color: #a3d097 !important
}

a.bg-recycle-300:hover,
a.bg-recycle-300:focus,
button.bg-recycle-300:hover,
button.bg-recycle-300:focus {
  background-color: #84c074 !important
}

.bg-recycle-400 {
  background-color: #75c46c !important
}

a.bg-recycle-400:hover,
a.bg-recycle-400:focus,
button.bg-recycle-400:hover,
button.bg-recycle-400:focus {
  background-color: #54b548 !important
}

.bg-recycle-500 {
  background-color: #5ca958 !important
}

a.bg-recycle-500:hover,
a.bg-recycle-500:focus,
button.bg-recycle-500:hover,
button.bg-recycle-500:focus {
  background-color: #498846 !important
}

.bg-recycle-600 {
  background-color: #3d8944 !important
}

a.bg-recycle-600:hover,
a.bg-recycle-600:focus,
button.bg-recycle-600:hover,
button.bg-recycle-600:focus {
  background-color: #2d6632 !important
}

.bg-optimize {
  background-color: #003a52 !important
}

a.bg-optimize:hover,
a.bg-optimize:focus,
button.bg-optimize:hover,
button.bg-optimize:focus {
  background-color: #00161f !important
}

.bg-enhance {
  background-color: #045b80 !important
}

a.bg-enhance:hover,
a.bg-enhance:focus,
button.bg-enhance:hover,
button.bg-enhance:focus {
  background-color: #02384f !important
}

.bg-refine {
  background-color: #006995 !important
}

a.bg-refine:hover,
a.bg-refine:focus,
button.bg-refine:hover,
button.bg-refine:focus {
  background-color: #004562 !important
}

.bg-maximize {
  background-color: #048dc6 !important
}

a.bg-maximize:hover,
a.bg-maximize:focus,
button.bg-maximize:hover,
button.bg-maximize:focus {
  background-color: #036994 !important
}

.bg-reshape {
  background-color: #009dde !important
}

a.bg-reshape:hover,
a.bg-reshape:focus,
button.bg-reshape:hover,
button.bg-reshape:focus {
  background-color: #0079ab !important
}

.bg-strengthen {
  background-color: #00d1c3 !important
}

a.bg-strengthen:hover,
a.bg-strengthen:focus,
button.bg-strengthen:hover,
button.bg-strengthen:focus {
  background-color: #009e93 !important
}

.bg-producers {
  background-color: #dc354d !important
}

a.bg-producers:hover,
a.bg-producers:focus,
button.bg-producers:hover,
button.bg-producers:focus {
  background-color: #bd2137 !important
}

.bg-manufacturers {
  background-color: #630a53 !important
}

a.bg-manufacturers:hover,
a.bg-manufacturers:focus,
button.bg-manufacturers:hover,
button.bg-manufacturers:focus {
  background-color: #35052c !important
}

.bg-retailers {
  background-color: #ff7f12 !important
}

a.bg-retailers:hover,
a.bg-retailers:focus,
button.bg-retailers:hover,
button.bg-retailers:focus {
  background-color: #de6600 !important
}

.bg-foodservice {
  background-color: #b40863 !important
}

a.bg-foodservice:hover,
a.bg-foodservice:focus,
button.bg-foodservice:hover,
button.bg-foodservice:focus {
  background-color: #830648 !important
}

.bg-policymakers {
  background-color: #168374 !important
}

a.bg-policymakers:hover,
a.bg-policymakers:focus,
button.bg-policymakers:hover,
button.bg-policymakers:focus {
  background-color: #0f574d !important
}

.bg-capital-providers {
  background-color: #00b982 !important
}

a.bg-capital-providers:hover,
a.bg-capital-providers:focus,
button.bg-capital-providers:hover,
button.bg-capital-providers:focus {
  background-color: #00865e !important
}

.bg-gov-grants {
  background-color: #f9e3bf !important
}

a.bg-gov-grants:hover,
a.bg-gov-grants:focus,
button.bg-gov-grants:hover,
button.bg-gov-grants:focus {
  background-color: #f5cf90 !important
}

.bg-gov-tax {
  background-color: #ffc332 !important
}

a.bg-gov-tax:hover,
a.bg-gov-tax:focus,
button.bg-gov-tax:hover,
button.bg-gov-tax:focus {
  background-color: #feb400 !important
}

.bg-gov-finance {
  background-color: #f1a73c !important
}

a.bg-gov-finance:hover,
a.bg-gov-finance:focus,
button.bg-gov-finance:hover,
button.bg-gov-finance:focus {
  background-color: #e99111 !important
}

.bg-non-gov-grants {
  background-color: #0091b6 !important
}

a.bg-non-gov-grants:hover,
a.bg-non-gov-grants:focus,
button.bg-non-gov-grants:hover,
button.bg-non-gov-grants:focus {
  background-color: #006883 !important
}

.bg-impact-first {
  background-color: #59c4db !important
}

a.bg-impact-first:hover,
a.bg-impact-first:focus,
button.bg-impact-first:hover,
button.bg-impact-first:focus {
  background-color: #2fb5d2 !important
}

.bg-venture-capital {
  background-color: #3d8844 !important
}

a.bg-venture-capital:hover,
a.bg-venture-capital:focus,
button.bg-venture-capital:hover,
button.bg-venture-capital:focus {
  background-color: #2d6532 !important
}

.bg-private-equity {
  background-color: #5ca858 !important
}

a.bg-private-equity:hover,
a.bg-private-equity:focus,
button.bg-private-equity:hover,
button.bg-private-equity:focus {
  background-color: #498746 !important
}

.bg-corporate-finance {
  background-color: #85cd7c !important
}

a.bg-corporate-finance:hover,
a.bg-corporate-finance:focus,
button.bg-corporate-finance:hover,
button.bg-corporate-finance:focus {
  background-color: #63bf57 !important
}

.bg-commercial-project-finance {
  background-color: #b6e1ab !important
}

a.bg-commercial-project-finance:hover,
a.bg-commercial-project-finance:focus,
button.bg-commercial-project-finance:hover,
button.bg-commercial-project-finance:focus {
  background-color: #95d485 !important
}

.bg-media {
  background-color: #0092b7 !important
}

a.bg-media:hover,
a.bg-media:focus,
button.bg-media:hover,
button.bg-media:focus {
  background-color: #006984 !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: #0092b7 !important
}

.border-secondary {
  border-color: #5ca958 !important
}

.border-success {
  border-color: #00b982 !important
}

.border-info {
  border-color: #17a2b8 !important
}

.border-warning {
  border-color: #ffc432 !important
}

.border-danger {
  border-color: #dc354d !important
}

.border-light {
  border-color: #f3f2f0 !important
}

.border-dark {
  border-color: #003950 !important
}

.border-lighter {
  border-color: #f8f8f7 !important
}

.border-gray,
.border-gray-500 {
  border-color: #848484 !important
}

.border-mid {
  border-color: #6d8089 !important
}

.border-black {
  border-color: #000 !important
}

.border-blue {
  border-color: #0092b7 !important
}

.border-blue-350 {
  border-color: #5ac4d8 !important
}

.border-indigo,
.border-indigo-600 {
  border-color: #630a53 !important
}

.border-purple {
  border-color: #7f1876 !important
}

.border-pink {
  border-color: #b40863 !important
}

.border-pink-550 {
  border-color: #db354d !important
}

.border-red {
  border-color: #dc354d !important
}

.border-red-550 {
  border-color: #e55e4a !important
}

.border-orange {
  border-color: #ff7f12 !important
}

.border-yellow {
  border-color: #ffc432 !important
}

.border-yellow-450 {
  border-color: #ffc332 !important
}

.border-green {
  border-color: #00b982 !important
}

.border-green-350 {
  border-color: #85cd7c !important
}

.border-teal {
  border-color: #168374 !important
}

.border-cyan {
  border-color: #17a2b8 !important
}

.border-teal-100 {
  border-color: #afeee3 !important
}

.border-teal-200 {
  border-color: #89d8cc !important
}

.border-teal-300 {
  border-color: #61c4b5 !important
}

.border-teal-400 {
  border-color: #4eae9f !important
}

.border-teal-500 {
  border-color: #449989 !important
}

.border-teal-550 {
  border-color: #006054 !important
}

.border-teal-600 {
  border-color: #168374 !important
}

.border-prevention {
  border-color: #003950 !important
}

.border-prevention-100 {
  border-color: #b5e3f3 !important
}

.border-prevention-200 {
  border-color: #8cc1d2 !important
}

.border-prevention-300 {
  border-color: #679eb1 !important
}

.border-prevention-400 {
  border-color: #4d7e92 !important
}

.border-prevention-500 {
  border-color: #275b71 !important
}

.border-prevention-600 {
  border-color: #003950 !important
}

.border-prevention-700 {
  border-color: #102334 !important
}

.border-rescue {
  border-color: #00d1c3 !important
}

.border-rescue-100 {
  border-color: #b5f1eb !important
}

.border-rescue-200 {
  border-color: #93eae2 !important
}

.border-rescue-300 {
  border-color: #6fe4db !important
}

.border-rescue-400 {
  border-color: #65dcd2 !important
}

.border-rescue-500 {
  border-color: #61d6ca !important
}

.border-rescue-600 {
  border-color: #00d1c3 !important
}

.border-recycle {
  border-color: #5ca958 !important
}

.border-recycle-100 {
  border-color: #d1ecc1 !important
}

.border-recycle-200 {
  border-color: #badeab !important
}

.border-recycle-300 {
  border-color: #a3d097 !important
}

.border-recycle-400 {
  border-color: #75c46c !important
}

.border-recycle-500 {
  border-color: #5ca958 !important
}

.border-recycle-600 {
  border-color: #3d8944 !important
}

.border-optimize {
  border-color: #003a52 !important
}

.border-enhance {
  border-color: #045b80 !important
}

.border-refine {
  border-color: #006995 !important
}

.border-maximize {
  border-color: #048dc6 !important
}

.border-reshape {
  border-color: #009dde !important
}

.border-strengthen {
  border-color: #00d1c3 !important
}

.border-producers {
  border-color: #dc354d !important
}

.border-manufacturers {
  border-color: #630a53 !important
}

.border-retailers {
  border-color: #ff7f12 !important
}

.border-foodservice {
  border-color: #b40863 !important
}

.border-policymakers {
  border-color: #168374 !important
}

.border-capital-providers {
  border-color: #00b982 !important
}

.border-gov-grants {
  border-color: #f9e3bf !important
}

.border-gov-tax {
  border-color: #ffc332 !important
}

.border-gov-finance {
  border-color: #f1a73c !important
}

.border-non-gov-grants {
  border-color: #0091b6 !important
}

.border-impact-first {
  border-color: #59c4db !important
}

.border-venture-capital {
  border-color: #3d8844 !important
}

.border-private-equity {
  border-color: #5ca858 !important
}

.border-corporate-finance {
  border-color: #85cd7c !important
}

.border-commercial-project-finance {
  border-color: #b6e1ab !important
}

.border-media {
  border-color: #0092b7 !important
}

.border-white {
  border-color: #fff !important
}

.rounded-sm {
  border-radius: .2rem !important
}

.rounded {
  border-radius: 0 !important
}

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important
}

.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important
}

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important
}

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important
}

.rounded-lg {
  border-radius: .3rem !important
}

.rounded-circle {
  border-radius: 50% !important
}

.rounded-pill {
  border-radius: 50rem !important
}

.rounded-0 {
  border-radius: 0 !important
}

.clearfix:after {
  display: block;
  clear: both;
  content: ""
}

.d-none {
  display: none !important
}

.d-inline {
  display: inline !important
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important
}

.d-table {
  display: table !important
}

.d-table-row {
  display: table-row !important
}

.d-table-cell {
  display: table-cell !important
}

.d-flex {
  display: flex !important
}

.d-inline-flex {
  display: inline-flex !important
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important
  }

  .d-sm-inline {
    display: inline !important
  }

  .d-sm-inline-block {
    display: inline-block !important
  }

  .d-sm-block {
    display: block !important
  }

  .d-sm-table {
    display: table !important
  }

  .d-sm-table-row {
    display: table-row !important
  }

  .d-sm-table-cell {
    display: table-cell !important
  }

  .d-sm-flex {
    display: flex !important
  }

  .d-sm-inline-flex {
    display: inline-flex !important
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important
  }

  .d-md-inline {
    display: inline !important
  }

  .d-md-inline-block {
    display: inline-block !important
  }

  .d-md-block {
    display: block !important
  }

  .d-md-table {
    display: table !important
  }

  .d-md-table-row {
    display: table-row !important
  }

  .d-md-table-cell {
    display: table-cell !important
  }

  .d-md-flex {
    display: flex !important
  }

  .d-md-inline-flex {
    display: inline-flex !important
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important
  }

  .d-lg-inline {
    display: inline !important
  }

  .d-lg-inline-block {
    display: inline-block !important
  }

  .d-lg-block {
    display: block !important
  }

  .d-lg-table {
    display: table !important
  }

  .d-lg-table-row {
    display: table-row !important
  }

  .d-lg-table-cell {
    display: table-cell !important
  }

  .d-lg-flex {
    display: flex !important
  }

  .d-lg-inline-flex {
    display: inline-flex !important
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important
  }

  .d-xl-inline {
    display: inline !important
  }

  .d-xl-inline-block {
    display: inline-block !important
  }

  .d-xl-block {
    display: block !important
  }

  .d-xl-table {
    display: table !important
  }

  .d-xl-table-row {
    display: table-row !important
  }

  .d-xl-table-cell {
    display: table-cell !important
  }

  .d-xl-flex {
    display: flex !important
  }

  .d-xl-inline-flex {
    display: inline-flex !important
  }
}

@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important
  }

  .d-xxl-inline {
    display: inline !important
  }

  .d-xxl-inline-block {
    display: inline-block !important
  }

  .d-xxl-block {
    display: block !important
  }

  .d-xxl-table {
    display: table !important
  }

  .d-xxl-table-row {
    display: table-row !important
  }

  .d-xxl-table-cell {
    display: table-cell !important
  }

  .d-xxl-flex {
    display: flex !important
  }

  .d-xxl-inline-flex {
    display: inline-flex !important
  }
}

@media (min-width: 1600px) {
  .d-xxxl-none {
    display: none !important
  }

  .d-xxxl-inline {
    display: inline !important
  }

  .d-xxxl-inline-block {
    display: inline-block !important
  }

  .d-xxxl-block {
    display: block !important
  }

  .d-xxxl-table {
    display: table !important
  }

  .d-xxxl-table-row {
    display: table-row !important
  }

  .d-xxxl-table-cell {
    display: table-cell !important
  }

  .d-xxxl-flex {
    display: flex !important
  }

  .d-xxxl-inline-flex {
    display: inline-flex !important
  }
}

@media print {
  .d-print-none {
    display: none !important
  }

  .d-print-inline {
    display: inline !important
  }

  .d-print-inline-block {
    display: inline-block !important
  }

  .d-print-block {
    display: block !important
  }

  .d-print-table {
    display: table !important
  }

  .d-print-table-row {
    display: table-row !important
  }

  .d-print-table-cell {
    display: table-cell !important
  }

  .d-print-flex {
    display: flex !important
  }

  .d-print-inline-flex {
    display: inline-flex !important
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}

.embed-responsive:before {
  display: block;
  content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.embed-responsive-21by9:before {
  padding-top: 42.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 {
  align-self: auto !important
}

.align-self-start {
  align-self: flex-start !important
}

.align-self-end {
  align-self: flex-end !important
}

.align-self-center {
  align-self: center !important
}

.align-self-baseline {
  align-self: baseline !important
}

.align-self-stretch {
  align-self: stretch !important
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important
  }

  .flex-sm-column {
    flex-direction: column !important
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-sm-fill {
    flex: 1 1 auto !important
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-sm-start {
    justify-content: flex-start !important
  }

  .justify-content-sm-end {
    justify-content: flex-end !important
  }

  .justify-content-sm-center {
    justify-content: center !important
  }

  .justify-content-sm-between {
    justify-content: space-between !important
  }

  .justify-content-sm-around {
    justify-content: space-around !important
  }

  .align-items-sm-start {
    align-items: flex-start !important
  }

  .align-items-sm-end {
    align-items: flex-end !important
  }

  .align-items-sm-center {
    align-items: center !important
  }

  .align-items-sm-baseline {
    align-items: baseline !important
  }

  .align-items-sm-stretch {
    align-items: stretch !important
  }

  .align-content-sm-start {
    align-content: flex-start !important
  }

  .align-content-sm-end {
    align-content: flex-end !important
  }

  .align-content-sm-center {
    align-content: center !important
  }

  .align-content-sm-between {
    align-content: space-between !important
  }

  .align-content-sm-around {
    align-content: space-around !important
  }

  .align-content-sm-stretch {
    align-content: stretch !important
  }

  .align-self-sm-auto {
    align-self: auto !important
  }

  .align-self-sm-start {
    align-self: flex-start !important
  }

  .align-self-sm-end {
    align-self: flex-end !important
  }

  .align-self-sm-center {
    align-self: center !important
  }

  .align-self-sm-baseline {
    align-self: baseline !important
  }

  .align-self-sm-stretch {
    align-self: stretch !important
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important
  }

  .flex-md-column {
    flex-direction: column !important
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-md-wrap {
    flex-wrap: wrap !important
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-md-fill {
    flex: 1 1 auto !important
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-md-start {
    justify-content: flex-start !important
  }

  .justify-content-md-end {
    justify-content: flex-end !important
  }

  .justify-content-md-center {
    justify-content: center !important
  }

  .justify-content-md-between {
    justify-content: space-between !important
  }

  .justify-content-md-around {
    justify-content: space-around !important
  }

  .align-items-md-start {
    align-items: flex-start !important
  }

  .align-items-md-end {
    align-items: flex-end !important
  }

  .align-items-md-center {
    align-items: center !important
  }

  .align-items-md-baseline {
    align-items: baseline !important
  }

  .align-items-md-stretch {
    align-items: stretch !important
  }

  .align-content-md-start {
    align-content: flex-start !important
  }

  .align-content-md-end {
    align-content: flex-end !important
  }

  .align-content-md-center {
    align-content: center !important
  }

  .align-content-md-between {
    align-content: space-between !important
  }

  .align-content-md-around {
    align-content: space-around !important
  }

  .align-content-md-stretch {
    align-content: stretch !important
  }

  .align-self-md-auto {
    align-self: auto !important
  }

  .align-self-md-start {
    align-self: flex-start !important
  }

  .align-self-md-end {
    align-self: flex-end !important
  }

  .align-self-md-center {
    align-self: center !important
  }

  .align-self-md-baseline {
    align-self: baseline !important
  }

  .align-self-md-stretch {
    align-self: stretch !important
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important
  }

  .flex-lg-column {
    flex-direction: column !important
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-lg-fill {
    flex: 1 1 auto !important
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-lg-start {
    justify-content: flex-start !important
  }

  .justify-content-lg-end {
    justify-content: flex-end !important
  }

  .justify-content-lg-center {
    justify-content: center !important
  }

  .justify-content-lg-between {
    justify-content: space-between !important
  }

  .justify-content-lg-around {
    justify-content: space-around !important
  }

  .align-items-lg-start {
    align-items: flex-start !important
  }

  .align-items-lg-end {
    align-items: flex-end !important
  }

  .align-items-lg-center {
    align-items: center !important
  }

  .align-items-lg-baseline {
    align-items: baseline !important
  }

  .align-items-lg-stretch {
    align-items: stretch !important
  }

  .align-content-lg-start {
    align-content: flex-start !important
  }

  .align-content-lg-end {
    align-content: flex-end !important
  }

  .align-content-lg-center {
    align-content: center !important
  }

  .align-content-lg-between {
    align-content: space-between !important
  }

  .align-content-lg-around {
    align-content: space-around !important
  }

  .align-content-lg-stretch {
    align-content: stretch !important
  }

  .align-self-lg-auto {
    align-self: auto !important
  }

  .align-self-lg-start {
    align-self: flex-start !important
  }

  .align-self-lg-end {
    align-self: flex-end !important
  }

  .align-self-lg-center {
    align-self: center !important
  }

  .align-self-lg-baseline {
    align-self: baseline !important
  }

  .align-self-lg-stretch {
    align-self: stretch !important
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important
  }

  .flex-xl-column {
    flex-direction: column !important
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-xl-fill {
    flex: 1 1 auto !important
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-xl-start {
    justify-content: flex-start !important
  }

  .justify-content-xl-end {
    justify-content: flex-end !important
  }

  .justify-content-xl-center {
    justify-content: center !important
  }

  .justify-content-xl-between {
    justify-content: space-between !important
  }

  .justify-content-xl-around {
    justify-content: space-around !important
  }

  .align-items-xl-start {
    align-items: flex-start !important
  }

  .align-items-xl-end {
    align-items: flex-end !important
  }

  .align-items-xl-center {
    align-items: center !important
  }

  .align-items-xl-baseline {
    align-items: baseline !important
  }

  .align-items-xl-stretch {
    align-items: stretch !important
  }

  .align-content-xl-start {
    align-content: flex-start !important
  }

  .align-content-xl-end {
    align-content: flex-end !important
  }

  .align-content-xl-center {
    align-content: center !important
  }

  .align-content-xl-between {
    align-content: space-between !important
  }

  .align-content-xl-around {
    align-content: space-around !important
  }

  .align-content-xl-stretch {
    align-content: stretch !important
  }

  .align-self-xl-auto {
    align-self: auto !important
  }

  .align-self-xl-start {
    align-self: flex-start !important
  }

  .align-self-xl-end {
    align-self: flex-end !important
  }

  .align-self-xl-center {
    align-self: center !important
  }

  .align-self-xl-baseline {
    align-self: baseline !important
  }

  .align-self-xl-stretch {
    align-self: stretch !important
  }
}

@media (min-width: 1440px) {
  .flex-xxl-row {
    flex-direction: row !important
  }

  .flex-xxl-column {
    flex-direction: column !important
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important
  }

  .justify-content-xxl-center {
    justify-content: center !important
  }

  .justify-content-xxl-between {
    justify-content: space-between !important
  }

  .justify-content-xxl-around {
    justify-content: space-around !important
  }

  .align-items-xxl-start {
    align-items: flex-start !important
  }

  .align-items-xxl-end {
    align-items: flex-end !important
  }

  .align-items-xxl-center {
    align-items: center !important
  }

  .align-items-xxl-baseline {
    align-items: baseline !important
  }

  .align-items-xxl-stretch {
    align-items: stretch !important
  }

  .align-content-xxl-start {
    align-content: flex-start !important
  }

  .align-content-xxl-end {
    align-content: flex-end !important
  }

  .align-content-xxl-center {
    align-content: center !important
  }

  .align-content-xxl-between {
    align-content: space-between !important
  }

  .align-content-xxl-around {
    align-content: space-around !important
  }

  .align-content-xxl-stretch {
    align-content: stretch !important
  }

  .align-self-xxl-auto {
    align-self: auto !important
  }

  .align-self-xxl-start {
    align-self: flex-start !important
  }

  .align-self-xxl-end {
    align-self: flex-end !important
  }

  .align-self-xxl-center {
    align-self: center !important
  }

  .align-self-xxl-baseline {
    align-self: baseline !important
  }

  .align-self-xxl-stretch {
    align-self: stretch !important
  }
}

@media (min-width: 1600px) {
  .flex-xxxl-row {
    flex-direction: row !important
  }

  .flex-xxxl-column {
    flex-direction: column !important
  }

  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-xxxl-wrap {
    flex-wrap: wrap !important
  }

  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-xxxl-fill {
    flex: 1 1 auto !important
  }

  .flex-xxxl-grow-0 {
    flex-grow: 0 !important
  }

  .flex-xxxl-grow-1 {
    flex-grow: 1 !important
  }

  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-xxxl-start {
    justify-content: flex-start !important
  }

  .justify-content-xxxl-end {
    justify-content: flex-end !important
  }

  .justify-content-xxxl-center {
    justify-content: center !important
  }

  .justify-content-xxxl-between {
    justify-content: space-between !important
  }

  .justify-content-xxxl-around {
    justify-content: space-around !important
  }

  .align-items-xxxl-start {
    align-items: flex-start !important
  }

  .align-items-xxxl-end {
    align-items: flex-end !important
  }

  .align-items-xxxl-center {
    align-items: center !important
  }

  .align-items-xxxl-baseline {
    align-items: baseline !important
  }

  .align-items-xxxl-stretch {
    align-items: stretch !important
  }

  .align-content-xxxl-start {
    align-content: flex-start !important
  }

  .align-content-xxxl-end {
    align-content: flex-end !important
  }

  .align-content-xxxl-center {
    align-content: center !important
  }

  .align-content-xxxl-between {
    align-content: space-between !important
  }

  .align-content-xxxl-around {
    align-content: space-around !important
  }

  .align-content-xxxl-stretch {
    align-content: stretch !important
  }

  .align-self-xxxl-auto {
    align-self: auto !important
  }

  .align-self-xxxl-start {
    align-self: flex-start !important
  }

  .align-self-xxxl-end {
    align-self: flex-end !important
  }

  .align-self-xxxl-center {
    align-self: center !important
  }

  .align-self-xxxl-baseline {
    align-self: baseline !important
  }

  .align-self-xxxl-stretch {
    align-self: stretch !important
  }
}

.float-left {
  float: left !important
}

.float-right {
  float: right !important
}

.float-none {
  float: none !important
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important
  }

  .float-sm-right {
    float: right !important
  }

  .float-sm-none {
    float: none !important
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important
  }

  .float-md-right {
    float: right !important
  }

  .float-md-none {
    float: none !important
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important
  }

  .float-lg-right {
    float: right !important
  }

  .float-lg-none {
    float: none !important
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important
  }

  .float-xl-right {
    float: right !important
  }

  .float-xl-none {
    float: none !important
  }
}

@media (min-width: 1440px) {
  .float-xxl-left {
    float: left !important
  }

  .float-xxl-right {
    float: right !important
  }

  .float-xxl-none {
    float: none !important
  }
}

@media (min-width: 1600px) {
  .float-xxxl-left {
    float: left !important
  }

  .float-xxxl-right {
    float: right !important
  }

  .float-xxxl-none {
    float: none !important
  }
}

.user-select-all {
  user-select: all !important
}

.user-select-auto {
  user-select: auto !important
}

.user-select-none {
  user-select: none !important
}

.overflow-auto {
  overflow: auto !important
}

.overflow-hidden {
  overflow: hidden !important
}

.position-static {
  position: static !important
}

.position-relative {
  position: relative !important
}

.position-absolute {
  position: absolute !important
}

.position-fixed {
  position: fixed !important
}

.position-sticky {
  position: sticky !important
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem #00000013 !important
}

.shadow {
  box-shadow: 0 .5rem 1rem #00000026 !important
}

.shadow-lg {
  box-shadow: 0 1rem 3rem #0000002d !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: .25rem !important
}

.mt-1,
.my-1 {
  margin-top: .25rem !important
}

.mr-1,
.mx-1 {
  margin-right: .25rem !important
}

.mb-1,
.my-1 {
  margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
  margin-left: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.mt-2,
.my-2 {
  margin-top: .5rem !important
}

.mr-2,
.mx-2 {
  margin-right: .5rem !important
}

.mb-2,
.my-2 {
  margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
  margin-left: .5rem !important
}

.m-3 {
  margin: 1rem !important
}

.mt-3,
.my-3 {
  margin-top: 1rem !important
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important
}

.m-5 {
  margin: 3rem !important
}

.mt-5,
.my-5 {
  margin-top: 3rem !important
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important
}

.p-0 {
  padding: 0 !important
}

.pt-0,
.py-0 {
  padding-top: 0 !important
}

.pr-0,
.px-0 {
  padding-right: 0 !important
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important
}

.pl-0,
.px-0 {
  padding-left: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.pt-1,
.py-1 {
  padding-top: .25rem !important
}

.pr-1,
.px-1 {
  padding-right: .25rem !important
}

.pb-1,
.py-1 {
  padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
  padding-left: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.pt-2,
.py-2 {
  padding-top: .5rem !important
}

.pr-2,
.px-2 {
  padding-right: .5rem !important
}

.pb-2,
.py-2 {
  padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
  padding-left: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.pt-3,
.py-3 {
  padding-top: 1rem !important
}

.pr-3,
.px-3 {
  padding-right: 1rem !important
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
  padding-left: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.pt-5,
.py-5 {
  padding-top: 3rem !important
}

.pr-5,
.px-5 {
  padding-right: 3rem !important
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
  padding-left: 3rem !important
}

.m-n1 {
  margin: -.25rem !important
}

.mt-n1,
.my-n1 {
  margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
  margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
  margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
  margin-left: -.25rem !important
}

.m-n2 {
  margin: -.5rem !important
}

.mt-n2,
.my-n2 {
  margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
  margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
  margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
  margin-left: -.5rem !important
}

.m-n3 {
  margin: -1rem !important
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important
}

.m-n4 {
  margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important
}

.m-n5 {
  margin: -3rem !important
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important
}

.m-auto {
  margin: auto !important
}

.mt-auto,
.my-auto {
  margin-top: auto !important
}

.mr-auto,
.mx-auto {
  margin-right: auto !important
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
  margin-left: auto !important
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important
  }

  .m-sm-1 {
    margin: .25rem !important
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem !important
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem !important
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem !important
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem !important
  }

  .m-sm-2 {
    margin: .5rem !important
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem !important
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem !important
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem !important
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .5rem !important
  }

  .m-sm-3 {
    margin: 1rem !important
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important
  }

  .m-sm-4 {
    margin: 1.5rem !important
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important
  }

  .m-sm-5 {
    margin: 3rem !important
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important
  }

  .p-sm-0 {
    padding: 0 !important
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important
  }

  .p-sm-1 {
    padding: .25rem !important
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem !important
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem !important
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem !important
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem !important
  }

  .p-sm-2 {
    padding: .5rem !important
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem !important
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem !important
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem !important
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: .5rem !important
  }

  .p-sm-3 {
    padding: 1rem !important
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important
  }

  .p-sm-4 {
    padding: 1.5rem !important
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important
  }

  .p-sm-5 {
    padding: 3rem !important
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important
  }

  .m-sm-n1 {
    margin: -.25rem !important
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -.25rem !important
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -.25rem !important
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -.25rem !important
  }

  .m-sm-n2 {
    margin: -.5rem !important
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -.5rem !important
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -.5rem !important
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -.5rem !important
  }

  .m-sm-n3 {
    margin: -1rem !important
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important
  }

  .m-sm-n4 {
    margin: -1.5rem !important
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important
  }

  .m-sm-n5 {
    margin: -3rem !important
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important
  }

  .m-sm-auto {
    margin: auto !important
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important
  }

  .m-md-1 {
    margin: .25rem !important
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem !important
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem !important
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem !important
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem !important
  }

  .m-md-2 {
    margin: .5rem !important
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem !important
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem !important
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem !important
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: .5rem !important
  }

  .m-md-3 {
    margin: 1rem !important
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important
  }

  .m-md-4 {
    margin: 1.5rem !important
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important
  }

  .m-md-5 {
    margin: 3rem !important
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important
  }

  .p-md-0 {
    padding: 0 !important
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important
  }

  .p-md-1 {
    padding: .25rem !important
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem !important
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem !important
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem !important
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem !important
  }

  .p-md-2 {
    padding: .5rem !important
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem !important
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem !important
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem !important
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: .5rem !important
  }

  .p-md-3 {
    padding: 1rem !important
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important
  }

  .p-md-4 {
    padding: 1.5rem !important
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important
  }

  .p-md-5 {
    padding: 3rem !important
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important
  }

  .m-md-n1 {
    margin: -.25rem !important
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -.25rem !important
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -.25rem !important
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -.25rem !important
  }

  .m-md-n2 {
    margin: -.5rem !important
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -.5rem !important
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -.5rem !important
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -.5rem !important
  }

  .m-md-n3 {
    margin: -1rem !important
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important
  }

  .m-md-n4 {
    margin: -1.5rem !important
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important
  }

  .m-md-n5 {
    margin: -3rem !important
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important
  }

  .m-md-auto {
    margin: auto !important
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important
  }

  .m-lg-1 {
    margin: .25rem !important
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem !important
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem !important
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem !important
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem !important
  }

  .m-lg-2 {
    margin: .5rem !important
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem !important
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem !important
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem !important
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .5rem !important
  }

  .m-lg-3 {
    margin: 1rem !important
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important
  }

  .m-lg-4 {
    margin: 1.5rem !important
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important
  }

  .m-lg-5 {
    margin: 3rem !important
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important
  }

  .p-lg-0 {
    padding: 0 !important
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important
  }

  .p-lg-1 {
    padding: .25rem !important
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem !important
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem !important
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem !important
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem !important
  }

  .p-lg-2 {
    padding: .5rem !important
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem !important
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem !important
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem !important
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: .5rem !important
  }

  .p-lg-3 {
    padding: 1rem !important
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important
  }

  .p-lg-4 {
    padding: 1.5rem !important
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important
  }

  .p-lg-5 {
    padding: 3rem !important
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important
  }

  .m-lg-n1 {
    margin: -.25rem !important
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -.25rem !important
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -.25rem !important
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -.25rem !important
  }

  .m-lg-n2 {
    margin: -.5rem !important
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -.5rem !important
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -.5rem !important
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -.5rem !important
  }

  .m-lg-n3 {
    margin: -1rem !important
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important
  }

  .m-lg-n4 {
    margin: -1.5rem !important
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important
  }

  .m-lg-n5 {
    margin: -3rem !important
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important
  }

  .m-lg-auto {
    margin: auto !important
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important
  }

  .m-xl-1 {
    margin: .25rem !important
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem !important
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem !important
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem !important
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem !important
  }

  .m-xl-2 {
    margin: .5rem !important
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem !important
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem !important
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem !important
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .5rem !important
  }

  .m-xl-3 {
    margin: 1rem !important
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important
  }

  .m-xl-4 {
    margin: 1.5rem !important
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important
  }

  .m-xl-5 {
    margin: 3rem !important
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important
  }

  .p-xl-0 {
    padding: 0 !important
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important
  }

  .p-xl-1 {
    padding: .25rem !important
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem !important
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem !important
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem !important
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem !important
  }

  .p-xl-2 {
    padding: .5rem !important
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem !important
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem !important
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem !important
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: .5rem !important
  }

  .p-xl-3 {
    padding: 1rem !important
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important
  }

  .p-xl-4 {
    padding: 1.5rem !important
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important
  }

  .p-xl-5 {
    padding: 3rem !important
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important
  }

  .m-xl-n1 {
    margin: -.25rem !important
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -.25rem !important
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -.25rem !important
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -.25rem !important
  }

  .m-xl-n2 {
    margin: -.5rem !important
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -.5rem !important
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -.5rem !important
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -.5rem !important
  }

  .m-xl-n3 {
    margin: -1rem !important
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important
  }

  .m-xl-n4 {
    margin: -1.5rem !important
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important
  }

  .m-xl-n5 {
    margin: -3rem !important
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important
  }

  .m-xl-auto {
    margin: auto !important
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important
  }
}

@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important
  }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important
  }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important
  }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important
  }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important
  }

  .m-xxl-1 {
    margin: .25rem !important
  }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: .25rem !important
  }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: .25rem !important
  }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: .25rem !important
  }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: .25rem !important
  }

  .m-xxl-2 {
    margin: .5rem !important
  }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: .5rem !important
  }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: .5rem !important
  }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: .5rem !important
  }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: .5rem !important
  }

  .m-xxl-3 {
    margin: 1rem !important
  }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important
  }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important
  }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important
  }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important
  }

  .m-xxl-4 {
    margin: 1.5rem !important
  }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important
  }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important
  }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important
  }

  .m-xxl-5 {
    margin: 3rem !important
  }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important
  }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important
  }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important
  }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important
  }

  .p-xxl-0 {
    padding: 0 !important
  }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important
  }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important
  }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important
  }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important
  }

  .p-xxl-1 {
    padding: .25rem !important
  }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: .25rem !important
  }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: .25rem !important
  }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: .25rem !important
  }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: .25rem !important
  }

  .p-xxl-2 {
    padding: .5rem !important
  }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: .5rem !important
  }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: .5rem !important
  }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: .5rem !important
  }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: .5rem !important
  }

  .p-xxl-3 {
    padding: 1rem !important
  }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important
  }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important
  }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important
  }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important
  }

  .p-xxl-4 {
    padding: 1.5rem !important
  }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important
  }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important
  }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important
  }

  .p-xxl-5 {
    padding: 3rem !important
  }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important
  }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important
  }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important
  }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important
  }

  .m-xxl-n1 {
    margin: -.25rem !important
  }

  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -.25rem !important
  }

  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -.25rem !important
  }

  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -.25rem !important
  }

  .m-xxl-n2 {
    margin: -.5rem !important
  }

  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -.5rem !important
  }

  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -.5rem !important
  }

  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -.5rem !important
  }

  .m-xxl-n3 {
    margin: -1rem !important
  }

  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important
  }

  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important
  }

  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important
  }

  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important
  }

  .m-xxl-n4 {
    margin: -1.5rem !important
  }

  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important
  }

  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important
  }

  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important
  }

  .m-xxl-n5 {
    margin: -3rem !important
  }

  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important
  }

  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important
  }

  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important
  }

  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important
  }

  .m-xxl-auto {
    margin: auto !important
  }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important
  }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important
  }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important
  }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important
  }
}

@media (min-width: 1600px) {
  .m-xxxl-0 {
    margin: 0 !important
  }

  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important
  }

  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important
  }

  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important
  }

  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important
  }

  .m-xxxl-1 {
    margin: .25rem !important
  }

  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: .25rem !important
  }

  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: .25rem !important
  }

  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: .25rem !important
  }

  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: .25rem !important
  }

  .m-xxxl-2 {
    margin: .5rem !important
  }

  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: .5rem !important
  }

  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: .5rem !important
  }

  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: .5rem !important
  }

  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: .5rem !important
  }

  .m-xxxl-3 {
    margin: 1rem !important
  }

  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important
  }

  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important
  }

  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important
  }

  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important
  }

  .m-xxxl-4 {
    margin: 1.5rem !important
  }

  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important
  }

  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important
  }

  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important
  }

  .m-xxxl-5 {
    margin: 3rem !important
  }

  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important
  }

  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important
  }

  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important
  }

  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important
  }

  .p-xxxl-0 {
    padding: 0 !important
  }

  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important
  }

  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important
  }

  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important
  }

  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important
  }

  .p-xxxl-1 {
    padding: .25rem !important
  }

  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: .25rem !important
  }

  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: .25rem !important
  }

  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: .25rem !important
  }

  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: .25rem !important
  }

  .p-xxxl-2 {
    padding: .5rem !important
  }

  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: .5rem !important
  }

  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: .5rem !important
  }

  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: .5rem !important
  }

  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: .5rem !important
  }

  .p-xxxl-3 {
    padding: 1rem !important
  }

  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important
  }

  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important
  }

  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important
  }

  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important
  }

  .p-xxxl-4 {
    padding: 1.5rem !important
  }

  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important
  }

  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important
  }

  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important
  }

  .p-xxxl-5 {
    padding: 3rem !important
  }

  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important
  }

  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important
  }

  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important
  }

  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important
  }

  .m-xxxl-n1 {
    margin: -.25rem !important
  }

  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -.25rem !important
  }

  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -.25rem !important
  }

  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -.25rem !important
  }

  .m-xxxl-n2 {
    margin: -.5rem !important
  }

  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -.5rem !important
  }

  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -.5rem !important
  }

  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -.5rem !important
  }

  .m-xxxl-n3 {
    margin: -1rem !important
  }

  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -1rem !important
  }

  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -1rem !important
  }

  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -1rem !important
  }

  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -1rem !important
  }

  .m-xxxl-n4 {
    margin: -1.5rem !important
  }

  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1.5rem !important
  }

  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important
  }

  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1.5rem !important
  }

  .m-xxxl-n5 {
    margin: -3rem !important
  }

  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -3rem !important
  }

  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -3rem !important
  }

  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -3rem !important
  }

  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -3rem !important
  }

  .m-xxxl-auto {
    margin: auto !important
  }

  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important
  }

  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important
  }

  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important
  }

  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important
  }
}

.stretched-link:after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: #0000
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
  text-align: justify !important
}

.text-wrap {
  white-space: normal !important
}

.text-nowrap {
  white-space: nowrap !important
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important
  }

  .text-sm-right {
    text-align: right !important
  }

  .text-sm-center {
    text-align: center !important
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important
  }

  .text-md-right {
    text-align: right !important
  }

  .text-md-center {
    text-align: center !important
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important
  }

  .text-lg-right {
    text-align: right !important
  }

  .text-lg-center {
    text-align: center !important
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important
  }

  .text-xl-right {
    text-align: right !important
  }

  .text-xl-center {
    text-align: center !important
  }
}

@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important
  }

  .text-xxl-right {
    text-align: right !important
  }

  .text-xxl-center {
    text-align: center !important
  }
}

@media (min-width: 1600px) {
  .text-xxxl-left {
    text-align: left !important
  }

  .text-xxxl-right {
    text-align: right !important
  }

  .text-xxxl-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-primary {
  color: #0092b7 !important
}

a.text-primary:hover,
a.text-primary:focus {
  color: #00556b !important
}

.text-secondary {
  color: #5ca958 !important
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #40773d !important
}

.text-success {
  color: #00b982 !important
}

a.text-success:hover,
a.text-success:focus {
  color: #006d4c !important
}

.text-info {
  color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important
}

.text-warning {
  color: #ffc432 !important
}

a.text-warning:hover,
a.text-warning:focus {
  color: #e5a300 !important
}

.text-danger {
  color: #dc354d !important
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d31 !important
}

.text-light {
  color: #f3f2f0 !important
}

a.text-light:hover,
a.text-light:focus {
  color: #d1cdc6 !important
}

.text-dark {
  color: #003950 !important
}

a.text-dark:hover,
a.text-dark:focus {
  color: #000204 !important
}

.text-white {
  color: #fff !important
}

a.text-white:hover,
a.text-white:focus {
  color: #d9d9d9 !important
}

.text-lighter {
  color: #f8f8f7 !important
}

a.text-lighter:hover,
a.text-lighter:focus {
  color: #d4d4ce !important
}

.text-gray {
  color: #848484 !important
}

a.text-gray:hover,
a.text-gray:focus {
  color: #5e5e5e !important
}

.text-gray-500 {
  color: #848484 !important
}

a.text-gray-500:hover,
a.text-gray-500:focus {
  color: #5e5e5e !important
}

.text-mid {
  color: #6d8089 !important
}

a.text-mid:hover,
a.text-mid:focus {
  color: #4b585e !important
}

.text-black {
  color: #000 !important
}

a.text-black:hover,
a.text-black:focus {
  color: #000 !important
}

.text-blue {
  color: #0092b7 !important
}

a.text-blue:hover,
a.text-blue:focus {
  color: #00556b !important
}

.text-blue-350 {
  color: #5ac4d8 !important
}

a.text-blue-350:hover,
a.text-blue-350:focus {
  color: #2ca3ba !important
}

.text-indigo {
  color: #630a53 !important
}

a.text-indigo:hover,
a.text-indigo:focus {
  color: #1e0319 !important
}

.text-indigo-600 {
  color: #630a53 !important
}

a.text-indigo-600:hover,
a.text-indigo-600:focus {
  color: #1e0319 !important
}

.text-purple {
  color: #7f1876 !important
}

a.text-purple:hover,
a.text-purple:focus {
  color: #3f0c3a !important
}

.text-pink {
  color: #b40863 !important
}

a.text-pink:hover,
a.text-pink:focus {
  color: #6b053b !important
}

.text-pink-550 {
  color: #db354d !important
}

a.text-pink-550:hover,
a.text-pink-550:focus {
  color: #a61e31 !important
}

.text-red {
  color: #dc354d !important
}

a.text-red:hover,
a.text-red:focus {
  color: #a71d31 !important
}

.text-red-550 {
  color: #e55e4a !important
}

a.text-red-550:hover,
a.text-red-550:focus {
  color: #c6321c !important
}

.text-orange {
  color: #ff7f12 !important
}

a.text-orange:hover,
a.text-orange:focus {
  color: #c55a00 !important
}

.text-yellow {
  color: #ffc432 !important
}

a.text-yellow:hover,
a.text-yellow:focus {
  color: #e5a300 !important
}

.text-yellow-450 {
  color: #ffc332 !important
}

a.text-yellow-450:hover,
a.text-yellow-450:focus {
  color: #e5a200 !important
}

.text-green {
  color: #00b982 !important
}

a.text-green:hover,
a.text-green:focus {
  color: #006d4c !important
}

.text-green-350 {
  color: #85cd7c !important
}

a.text-green-350:hover,
a.text-green-350:focus {
  color: #52b746 !important
}

.text-teal {
  color: #168374 !important
}

a.text-teal:hover,
a.text-teal:focus {
  color: #0b423a !important
}

.text-cyan {
  color: #17a2b8 !important
}

a.text-cyan:hover,
a.text-cyan:focus {
  color: #0f6674 !important
}

.text-teal-100 {
  color: #afeee3 !important
}

a.text-teal-100:hover,
a.text-teal-100:focus {
  color: #70e1cd !important
}

.text-teal-200 {
  color: #89d8cc !important
}

a.text-teal-200:hover,
a.text-teal-200:focus {
  color: #50c5b3 !important
}

.text-teal-300 {
  color: #61c4b5 !important
}

a.text-teal-300:hover,
a.text-teal-300:focus {
  color: #3b9e8f !important
}

.text-teal-400 {
  color: #4eae9f !important
}

a.text-teal-400:hover,
a.text-teal-400:focus {
  color: #36796f !important
}

.text-teal-500 {
  color: #449989 !important
}

a.text-teal-500:hover,
a.text-teal-500:focus {
  color: #2c645a !important
}

.text-teal-550 {
  color: #006054 !important
}

a.text-teal-550:hover,
a.text-teal-550:focus {
  color: #001411 !important
}

.text-teal-600 {
  color: #168374 !important
}

a.text-teal-600:hover,
a.text-teal-600:focus {
  color: #0b423a !important
}

.text-prevention {
  color: #003950 !important
}

a.text-prevention:hover,
a.text-prevention:focus {
  color: #000204 !important
}

.text-prevention-100 {
  color: #b5e3f3 !important
}

a.text-prevention-100:hover,
a.text-prevention-100:focus {
  color: #73cae8 !important
}

.text-prevention-200 {
  color: #8cc1d2 !important
}

a.text-prevention-200:hover,
a.text-prevention-200:focus {
  color: #55a3bc !important
}

.text-prevention-300 {
  color: #679eb1 !important
}

a.text-prevention-300:hover,
a.text-prevention-300:focus {
  color: #457686 !important
}

.text-prevention-400 {
  color: #4d7e92 !important
}

a.text-prevention-400:hover,
a.text-prevention-400:focus {
  color: #335360 !important
}

.text-prevention-500 {
  color: #275b71 !important
}

a.text-prevention-500:hover,
a.text-prevention-500:focus {
  color: #132d38 !important
}

.text-prevention-600 {
  color: #003950 !important
}

a.text-prevention-600:hover,
a.text-prevention-600:focus {
  color: #000204 !important
}

.text-prevention-700 {
  color: #102334 !important
}

a.text-prevention-700:hover,
a.text-prevention-700:focus {
  color: #000 !important
}

.text-rescue {
  color: #00d1c3 !important
}

a.text-rescue:hover,
a.text-rescue:focus {
  color: #00857c !important
}

.text-rescue-100 {
  color: #b5f1eb !important
}

a.text-rescue-100:hover,
a.text-rescue-100:focus {
  color: #75e5da !important
}

.text-rescue-200 {
  color: #93eae2 !important
}

a.text-rescue-200:hover,
a.text-rescue-200:focus {
  color: #53ded1 !important
}

.text-rescue-300 {
  color: #6fe4db !important
}

a.text-rescue-300:hover,
a.text-rescue-300:focus {
  color: #2fd8cb !important
}

.text-rescue-400 {
  color: #65dcd2 !important
}

a.text-rescue-400:hover,
a.text-rescue-400:focus {
  color: #2dc7ba !important
}

.text-rescue-500 {
  color: #61d6ca !important
}

a.text-rescue-500:hover,
a.text-rescue-500:focus {
  color: #30baac !important
}

.text-rescue-600 {
  color: #00d1c3 !important
}

a.text-rescue-600:hover,
a.text-rescue-600:focus {
  color: #00857c !important
}

.text-recycle {
  color: #5ca958 !important
}

a.text-recycle:hover,
a.text-recycle:focus {
  color: #40773d !important
}

.text-recycle-100 {
  color: #d1ecc1 !important
}

a.text-recycle-100:hover,
a.text-recycle-100:focus {
  color: #a6da86 !important
}

.text-recycle-200 {
  color: #badeab !important
}

a.text-recycle-200:hover,
a.text-recycle-200:focus {
  color: #8dc874 !important
}

.text-recycle-300 {
  color: #a3d097 !important
}

a.text-recycle-300:hover,
a.text-recycle-300:focus {
  color: #74b862 !important
}

.text-recycle-400 {
  color: #75c46c !important
}

a.text-recycle-400:hover,
a.text-recycle-400:focus {
  color: #4ba241 !important
}

.text-recycle-500 {
  color: #5ca958 !important
}

a.text-recycle-500:hover,
a.text-recycle-500:focus {
  color: #40773d !important
}

.text-recycle-600 {
  color: #3d8944 !important
}

a.text-recycle-600:hover,
a.text-recycle-600:focus {
  color: #25542a !important
}

.text-optimize {
  color: #003a52 !important
}

a.text-optimize:hover,
a.text-optimize:focus {
  color: #000406 !important
}

.text-enhance {
  color: #045b80 !important
}

a.text-enhance:hover,
a.text-enhance:focus {
  color: #022636 !important
}

.text-refine {
  color: #006995 !important
}

a.text-refine:hover,
a.text-refine:focus {
  color: #003349 !important
}

.text-maximize {
  color: #048dc6 !important
}

a.text-maximize:hover,
a.text-maximize:focus {
  color: #02587b !important
}

.text-reshape {
  color: #009dde !important
}

a.text-reshape:hover,
a.text-reshape:focus {
  color: #006792 !important
}

.text-strengthen {
  color: #00d1c3 !important
}

a.text-strengthen:hover,
a.text-strengthen:focus {
  color: #00857c !important
}

.text-producers {
  color: #dc354d !important
}

a.text-producers:hover,
a.text-producers:focus {
  color: #a71d31 !important
}

.text-manufacturers {
  color: #630a53 !important
}

a.text-manufacturers:hover,
a.text-manufacturers:focus {
  color: #1e0319 !important
}

.text-retailers {
  color: #ff7f12 !important
}

a.text-retailers:hover,
a.text-retailers:focus {
  color: #c55a00 !important
}

.text-foodservice {
  color: #b40863 !important
}

a.text-foodservice:hover,
a.text-foodservice:focus {
  color: #6b053b !important
}

.text-policymakers {
  color: #168374 !important
}

a.text-policymakers:hover,
a.text-policymakers:focus {
  color: #0b423a !important
}

.text-capital-providers {
  color: #00b982 !important
}

a.text-capital-providers:hover,
a.text-capital-providers:focus {
  color: #006d4c !important
}

.text-gov-grants {
  color: #f9e3bf !important
}

a.text-gov-grants:hover,
a.text-gov-grants:focus {
  color: #f2c479 !important
}

.text-gov-tax {
  color: #ffc332 !important
}

a.text-gov-tax:hover,
a.text-gov-tax:focus {
  color: #e5a200 !important
}

.text-gov-finance {
  color: #f1a73c !important
}

a.text-gov-finance:hover,
a.text-gov-finance:focus {
  color: #d1820f !important
}

.text-non-gov-grants {
  color: #0091b6 !important
}

a.text-non-gov-grants:hover,
a.text-non-gov-grants:focus {
  color: #00546a !important
}

.text-impact-first {
  color: #59c4db !important
}

a.text-impact-first:hover,
a.text-impact-first:focus {
  color: #29a4be !important
}

.text-venture-capital {
  color: #3d8844 !important
}

a.text-venture-capital:hover,
a.text-venture-capital:focus {
  color: #25532a !important
}

.text-private-equity {
  color: #5ca858 !important
}

a.text-private-equity:hover,
a.text-private-equity:focus {
  color: #40763d !important
}

.text-corporate-finance {
  color: #85cd7c !important
}

a.text-corporate-finance:hover,
a.text-corporate-finance:focus {
  color: #52b746 !important
}

.text-commercial-project-finance {
  color: #b6e1ab !important
}

a.text-commercial-project-finance:hover,
a.text-commercial-project-finance:focus {
  color: #85cd73 !important
}

.text-media {
  color: #0092b7 !important
}

a.text-media:hover,
a.text-media:focus {
  color: #00556b !important
}

.text-body {
  color: #344955 !important
}

.text-muted {
  color: #6d8089 !important
}

.text-black-50 {
  color: #00000080 !important
}

.text-white-50 {
  color: #ffffff80 !important
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.text-decoration-none {
  text-decoration: none !important
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important
}

.text-reset {
  color: inherit !important
}

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

@media print {

  *,
  *:before,
  *:after {
    text-shadow: none !important;
    box-shadow: none !important
  }

  a:not(.btn) {
    text-decoration: underline
  }

  abbr[title]:after {
    content: " (" attr(title) ")"
  }

  pre {
    white-space: pre-wrap !important
  }

  pre,
  blockquote {
    border: 1px solid #848484;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  tr,
  img {
    page-break-inside: avoid
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  @page {
    size: a3
  }

  body,
  .container {
    min-width: 992px !important
  }

  .navbar {
    display: none
  }

  .badge {
    border: 1px solid #000000
  }

  .table {
    border-collapse: collapse !important
  }

  .table td,
  .table th {
    background-color: #fff !important
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important
  }

  .table-dark {
    color: inherit
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody+tbody {
    border-color: #dee2e6
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6
  }
}

.left-nav-arrow {
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid #ffffff;
  width: 0;
  border-right: 17px solid #ffffff;
  display: inline-block;
  vertical-align: -2px
}

.responsive-card-deck {
  display: flex;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px
}

.responsive-card-deck .card,
.responsive-card-deck.cards-1 .card {
  flex: 0 0 calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px
}

.responsive-card-deck.cards-2 .card {
  flex: 0 0 calc(50% - 30px);
  margin-left: 15px;
  margin-right: 15px
}

.responsive-card-deck.cards-3 .card {
  flex: 0 0 calc(33.3333333333% - 30px);
  margin-left: 15px;
  margin-right: 15px
}

.responsive-card-deck.cards-4 .card {
  flex: 0 0 calc(25% - 30px);
  margin-left: 15px;
  margin-right: 15px
}

.responsive-card-deck.cards-5 .card {
  flex: 0 0 calc(20% - 30px);
  margin-left: 15px;
  margin-right: 15px
}

.responsive-card-deck.cards-6 .card {
  flex: 0 0 calc(16.6666666667% - 30px);
  margin-left: 15px;
  margin-right: 15px
}

.responsive-card-deck.cards-7 .card {
  flex: 0 0 calc(14.2857142857% - 30px);
  margin-left: 15px;
  margin-right: 15px
}

.responsive-card-deck.cards-8 .card {
  flex: 0 0 calc(12.5% - 30px);
  margin-left: 15px;
  margin-right: 15px
}

.responsive-card-deck.cards-9 .card {
  flex: 0 0 calc(11.1111111111% - 30px);
  margin-left: 15px;
  margin-right: 15px
}

.responsive-card-deck.cards-10 .card {
  flex: 0 0 calc(10% - 30px);
  margin-left: 15px;
  margin-right: 15px
}

.responsive-card-deck.cards-11 .card {
  flex: 0 0 calc(9.0909090909% - 30px);
  margin-left: 15px;
  margin-right: 15px
}

.responsive-card-deck.cards-12 .card {
  flex: 0 0 calc(8.3333333333% - 30px);
  margin-left: 15px;
  margin-right: 15px
}

@media (min-width: 576px) {
  .responsive-card-deck.cards-sm-1 .card {
    flex: 0 0 calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-sm-2 .card {
    flex: 0 0 calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-sm-3 .card {
    flex: 0 0 calc(33.3333333333% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-sm-4 .card {
    flex: 0 0 calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-sm-5 .card {
    flex: 0 0 calc(20% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-sm-6 .card {
    flex: 0 0 calc(16.6666666667% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-sm-7 .card {
    flex: 0 0 calc(14.2857142857% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-sm-8 .card {
    flex: 0 0 calc(12.5% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-sm-9 .card {
    flex: 0 0 calc(11.1111111111% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-sm-10 .card {
    flex: 0 0 calc(10% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-sm-11 .card {
    flex: 0 0 calc(9.0909090909% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-sm-12 .card {
    flex: 0 0 calc(8.3333333333% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}

@media (min-width: 768px) {
  .responsive-card-deck.cards-md-1 .card {
    flex: 0 0 calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-md-2 .card {
    flex: 0 0 calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-md-3 .card {
    flex: 0 0 calc(33.3333333333% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-md-4 .card {
    flex: 0 0 calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-md-5 .card {
    flex: 0 0 calc(20% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-md-6 .card {
    flex: 0 0 calc(16.6666666667% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-md-7 .card {
    flex: 0 0 calc(14.2857142857% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-md-8 .card {
    flex: 0 0 calc(12.5% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-md-9 .card {
    flex: 0 0 calc(11.1111111111% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-md-10 .card {
    flex: 0 0 calc(10% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-md-11 .card {
    flex: 0 0 calc(9.0909090909% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-md-12 .card {
    flex: 0 0 calc(8.3333333333% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}

@media (min-width: 992px) {
  .responsive-card-deck.cards-lg-1 .card {
    flex: 0 0 calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-lg-2 .card {
    flex: 0 0 calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-lg-3 .card {
    flex: 0 0 calc(33.3333333333% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-lg-4 .card {
    flex: 0 0 calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-lg-5 .card {
    flex: 0 0 calc(20% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-lg-6 .card {
    flex: 0 0 calc(16.6666666667% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-lg-7 .card {
    flex: 0 0 calc(14.2857142857% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-lg-8 .card {
    flex: 0 0 calc(12.5% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-lg-9 .card {
    flex: 0 0 calc(11.1111111111% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-lg-10 .card {
    flex: 0 0 calc(10% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-lg-11 .card {
    flex: 0 0 calc(9.0909090909% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-lg-12 .card {
    flex: 0 0 calc(8.3333333333% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}

@media (min-width: 1200px) {
  .responsive-card-deck.cards-xl-1 .card {
    flex: 0 0 calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xl-2 .card {
    flex: 0 0 calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xl-3 .card {
    flex: 0 0 calc(33.3333333333% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xl-4 .card {
    flex: 0 0 calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xl-5 .card {
    flex: 0 0 calc(20% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xl-6 .card {
    flex: 0 0 calc(16.6666666667% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xl-7 .card {
    flex: 0 0 calc(14.2857142857% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xl-8 .card {
    flex: 0 0 calc(12.5% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xl-9 .card {
    flex: 0 0 calc(11.1111111111% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xl-10 .card {
    flex: 0 0 calc(10% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xl-11 .card {
    flex: 0 0 calc(9.0909090909% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xl-12 .card {
    flex: 0 0 calc(8.3333333333% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}

@media (min-width: 1440px) {
  .responsive-card-deck.cards-xxl-1 .card {
    flex: 0 0 calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xxl-2 .card {
    flex: 0 0 calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xxl-3 .card {
    flex: 0 0 calc(33.3333333333% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xxl-4 .card {
    flex: 0 0 calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xxl-5 .card {
    flex: 0 0 calc(20% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xxl-6 .card {
    flex: 0 0 calc(16.6666666667% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xxl-7 .card {
    flex: 0 0 calc(14.2857142857% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xxl-8 .card {
    flex: 0 0 calc(12.5% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xxl-9 .card {
    flex: 0 0 calc(11.1111111111% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xxl-10 .card {
    flex: 0 0 calc(10% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xxl-11 .card {
    flex: 0 0 calc(9.0909090909% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xxl-12 .card {
    flex: 0 0 calc(8.3333333333% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}

.responsive-card-deck .card {
  flex: 0 0 calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px
}

@media (min-width: 1600px) {
  .responsive-card-deck.cards-xxxl-1 .card {
    flex: 0 0 calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xxxl-2 .card {
    flex: 0 0 calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xxxl-3 .card {
    flex: 0 0 calc(33.3333333333% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xxxl-4 .card {
    flex: 0 0 calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xxxl-5 .card {
    flex: 0 0 calc(20% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xxxl-6 .card {
    flex: 0 0 calc(16.6666666667% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xxxl-7 .card {
    flex: 0 0 calc(14.2857142857% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xxxl-8 .card {
    flex: 0 0 calc(12.5% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xxxl-9 .card {
    flex: 0 0 calc(11.1111111111% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xxxl-10 .card {
    flex: 0 0 calc(10% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xxxl-11 .card {
    flex: 0 0 calc(9.0909090909% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }

  .responsive-card-deck.cards-xxxl-12 .card {
    flex: 0 0 calc(8.3333333333% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}

.bg-hero,
.bg-image,
.bg-video,
.bg-iframe,
.bg-placeholder,
.bg-color-info,
.responsive-iframe {
  position: relative;
  display: flex;
  height: 0;
  padding-top: 25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #182024;
  overflow: hidden
}

.bg-hero.bg-contain,
.bg-image.bg-contain,
.bg-video.bg-contain,
.bg-iframe.bg-contain,
.bg-placeholder.bg-contain,
.bg-color-info.bg-contain,
.responsive-iframe.bg-contain {
  background-size: contain
}

.bg-hero.aspect-1x1,
.bg-image.aspect-1x1,
.bg-video.aspect-1x1,
.bg-iframe.aspect-1x1,
.bg-placeholder.aspect-1x1,
.bg-color-info.aspect-1x1,
.responsive-iframe.aspect-1x1 {
  padding-top: 100%
}

.bg-hero.aspect-2x1,
.bg-image.aspect-2x1,
.bg-video.aspect-2x1,
.bg-iframe.aspect-2x1,
.bg-placeholder.aspect-2x1,
.bg-color-info.aspect-2x1,
.responsive-iframe.aspect-2x1 {
  padding-top: 50%
}

.bg-hero.aspect-3x1,
.bg-image.aspect-3x1,
.bg-video.aspect-3x1,
.bg-iframe.aspect-3x1,
.bg-placeholder.aspect-3x1,
.bg-color-info.aspect-3x1,
.responsive-iframe.aspect-3x1 {
  padding-top: 33%
}

.bg-hero.aspect-4x1,
.bg-image.aspect-4x1,
.bg-video.aspect-4x1,
.bg-iframe.aspect-4x1,
.bg-placeholder.aspect-4x1,
.bg-color-info.aspect-4x1,
.responsive-iframe.aspect-4x1 {
  padding-top: 25%
}

.bg-hero.aspect-4x3,
.bg-image.aspect-4x3,
.bg-video.aspect-4x3,
.bg-iframe.aspect-4x3,
.bg-placeholder.aspect-4x3,
.bg-color-info.aspect-4x3,
.responsive-iframe.aspect-4x3 {
  padding-top: 75%
}

.bg-hero.aspect-5x7,
.bg-image.aspect-5x7,
.bg-video.aspect-5x7,
.bg-iframe.aspect-5x7,
.bg-placeholder.aspect-5x7,
.bg-color-info.aspect-5x7,
.responsive-iframe.aspect-5x7 {
  padding-top: 120%
}

.bg-hero.aspect-16x9,
.bg-image.aspect-16x9,
.bg-video.aspect-16x9,
.bg-iframe.aspect-16x9,
.bg-placeholder.aspect-16x9,
.bg-color-info.aspect-16x9,
.responsive-iframe.aspect-16x9 {
  padding-top: 56.25%
}

.bg-hero.aspect-auto,
.bg-image.aspect-auto,
.bg-video.aspect-auto,
.bg-iframe.aspect-auto,
.bg-placeholder.aspect-auto,
.bg-color-info.aspect-auto,
.responsive-iframe.aspect-auto {
  height: auto;
  padding-top: 0
}

.bg-hero.bg-75,
.bg-image.bg-75,
.bg-video.bg-75,
.bg-iframe.bg-75,
.bg-placeholder.bg-75,
.bg-color-info.bg-75,
.responsive-iframe.bg-75 {
  background-size: 75%
}

.bg-hero iframe,
.bg-image iframe,
.bg-video iframe,
.bg-iframe iframe,
.bg-placeholder iframe,
.bg-color-info iframe,
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.bg-hero video,
.bg-image video,
.bg-video video,
.bg-iframe video,
.bg-placeholder video,
.bg-color-info video,
.responsive-iframe video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover
}

.bg-hero.bg-top-left,
.bg-image.bg-top-left,
.bg-video.bg-top-left,
.bg-iframe.bg-top-left,
.bg-placeholder.bg-top-left,
.bg-color-info.bg-top-left,
.responsive-iframe.bg-top-left {
  background-position: top left
}

.bg-hero.bg-center-left,
.bg-image.bg-center-left,
.bg-video.bg-center-left,
.bg-iframe.bg-center-left,
.bg-placeholder.bg-center-left,
.bg-color-info.bg-center-left,
.responsive-iframe.bg-center-left {
  background-position: center left
}

@media (max-width: 1199.98px) {

  .bg-hero.bg-center-left-sm,
  .bg-image.bg-center-left-sm,
  .bg-video.bg-center-left-sm,
  .bg-iframe.bg-center-left-sm,
  .bg-placeholder.bg-center-left-sm,
  .bg-color-info.bg-center-left-sm,
  .responsive-iframe.bg-center-left-sm {
    background-position: center left
  }
}

.bg-placeholder {
  background-color: #000;
  color: #fff
}

.bg-placeholder.aspect-auto {
  padding-top: 0
}

.bg-placeholder.aspect-auto .bg-fill {
  position: relative
}

@media (max-width: 767.98px) {
  .bg-hero {
    padding-top: 75%
  }
}

.bg-testimonial,
.carousel.carousel-testimonial {
  background-image: url(/wp-content/uploads/refed-testimonial-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff
}

.bg-testimonial:before,
.carousel.carousel-testimonial:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #003950cc
}

.bg-testimonial blockquote,
.carousel.carousel-testimonial blockquote {
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 1.4
}

@media (max-width: 1439.98px) {

  .bg-testimonial blockquote,
  .carousel.carousel-testimonial blockquote {
    font-size: 1.7rem
  }
}

@media (max-width: 1199.98px) {

  .bg-testimonial blockquote,
  .carousel.carousel-testimonial blockquote {
    font-size: 1.5rem
  }
}

@media (max-width: 991.98px) {

  .bg-testimonial blockquote,
  .carousel.carousel-testimonial blockquote {
    font-size: 1.2rem
  }
}

.bg-testimonial blockquote footer,
.carousel.carousel-testimonial blockquote footer {
  margin-top: 1.3rem;
  font-size: 1.1rem
}

.bg-testimonial blockquote footer .credentials,
.carousel.carousel-testimonial blockquote footer .credentials {
  margin-top: .4rem;
  font-size: 1rem
}

.bg-hero .h1,
.bg-hero .h2 {
  font-size: calc(16px + 2vw)
}

.bg-hero h4 {
  font-size: calc(16px + 1vw)
}

.bg-hero .btn-link {
  color: #00d1c3
}

.bg-hero .btn-link:hover {
  color: #1ffff0
}

.bg-hero .bg-fill {
  padding: 1rem 0;
  height: auto;
  top: auto;
  bottom: 0;
  background-color: #00000080
}

@media (max-width: 991.98px) {
  .bg-hero .btn.btn-primary {
    font-size: .9rem;
    padding: .5rem
  }
}

.bg-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.bg-full {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center
}

.bg-half {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center
}

.bg-third {
  min-height: 33vh;
  display: flex;
  align-items: center;
  justify-content: center
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .45) 30%, rgba(0, 0, 0, 0) 100%);
  z-index: 1
}

.overlay-content {
  position: relative;
  z-index: 100
}

.max-out-text-width {
  max-width: 56.25rem
}

section.divide:before {
  content: "";
  position: absolute;
  height: 0;
  width: 200px;
  min-width: 10%;
  max-width: 50%;
  top: 0;
  left: 0;
  border-top: 20px solid #e65e4a
}

section.divide.divide-right:before {
  right: 0;
  left: auto
}

section.divide.divide-left:before {
  left: 0;
  right: auto
}

.text-serif {
  font-family: Lora, serif !important
}

.text-sans-serif {
  font-family: Open Sans, sans-serif !important
}

.text-lg {
  font-size: 1.2rem
}

.opacity-0 {
  opacity: 0
}

.opacity-1 {
  opacity: .1
}

.opacity-2 {
  opacity: .2
}

.opacity-3 {
  opacity: .3
}

.opacity-4 {
  opacity: .4
}

.opacity-5 {
  opacity: .5
}

.opacity-6 {
  opacity: .6
}

.opacity-7 {
  opacity: .7
}

.opacity-8 {
  opacity: .8
}

.opacity-9 {
  opacity: .9
}

.opacity-100 {
  opacity: 1
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.overflow-x-hidden {
  overflow-y: inherit;
  overflow-x: hidden
}

.overflow-y-hidden {
  overflow-y: hidden !important
}

.arrow {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent
}

.arrow.arrow-up {
  border-bottom: 10px solid #ffffff
}

.arrow.arrow-down {
  border-top: 10px solid #ffffff
}

.disabled {
  pointer-events: none
}

.lazyload,
.lazyloading {
  opacity: .3;
  transition: all .4s ease-in-out
}

.lazyloaded {
  opacity: 1
}

.w-33 {
  width: 33.33%
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 79px
}

@media (min-width: 992px) {
  html {
    scroll-padding-top: 130px
  }
}

body {
  background-color: #fff;
  color: #344955
}

section {
  position: relative;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem
}

@media (min-width: 768px) {
  section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem
  }
}

section.bg-hero.aspect-auto,
section.bg-image.aspect-auto {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem
}

@media (min-width: 768px) {

  section.bg-hero.aspect-auto,
  section.bg-image.aspect-auto {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem
  }
}

a:hover {
  text-decoration: none
}

ul {
  padding-left: 1.25rem
}

#pageContent {
  padding-top: 83px
}

@media (min-width: 992px) {
  #pageContent {
    padding-top: 110px
  }
}

.container-more-wide {
  max-width: 1596px;
  padding-left: 74px;
  padding-right: 74px
}

.bg-darker {
  background-color: #182024;
  color: #fff
}

.bg-dark {
  background-color: #003950;
  color: #fff
}

.bg-dark a,
.bg-dark a.btn.btn-link {
  color: #00d1c3
}

.bg-dark a.btn {
  color: #fff
}

.bg-mid {
  background-color: #6d8089;
  color: #fff
}

.bg-light {
  background-color: #f3f2f0;
  color: #344955
}

.bg-lighter {
  background-color: #f8f8f7;
  color: #344955
}

.btn.border-white:hover {
  background-color: #fff3
}

.btn.border-dark.text-dark:hover {
  background-color: #00395033
}

body {
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3,
h4,
h5,
p,
a {
  transition: all .3s ease-in-out
}

h1,
.h1 {
  font-weight: 700
}

h2,
.h2 {
  font-weight: 600
}

h3,
.h3 {
  font-family: Lora, serif;
  line-height: 1.5;
  font-weight: 400
}

h4,
.h4 {
  line-height: 1.5;
  font-weight: 400
}

h6,
.h6 {
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase
}

label,
.label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700
}

[class*=display-] {
  font-family: Lora, serif
}

small {
  line-height: 1.1
}

.icon-img-xl {
  width: 8.5rem
}

.icon-img-lg {
  width: 100px;
  max-width: 100px
}

.icon-img-md {
  width: 80px;
  max-width: 80px
}

.icon-img-sm {
  width: 60px;
  max-width: 60px
}

.icon-img-xs {
  width: 40px;
  max-width: 40px
}

.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background-color: #182024
}

.icon-xs {
  width: 30px;
  height: 30px;
  min-width: 30px
}

.icon-sm {
  width: 60px;
  height: 60px;
  min-width: 60px
}

.icon-md {
  width: 80px;
  height: 80px;
  min-width: 80px
}

.icon-lg {
  width: 100px;
  height: 100px;
  min-width: 100px
}

.icon-xl {
  width: 120px;
  height: 120px;
  min-width: 120px
}

.icon-primary {
  background-color: #0092b7 !important;
  background-image: url(/wp-content/uploads/primary.svg);
  background-size: contain;
  background-position: center center
}

a.icon-primary:hover,
a.icon-primary:focus,
button.icon-primary:hover,
button.icon-primary:focus {
  background-color: #006984 !important
}

.icon-secondary {
  background-color: #5ca958 !important;
  background-image: url(/wp-content/uploads/secondary.svg);
  background-size: contain;
  background-position: center center
}

a.icon-secondary:hover,
a.icon-secondary:focus,
button.icon-secondary:hover,
button.icon-secondary:focus {
  background-color: #498846 !important
}

.icon-success {
  background-color: #00b982 !important;
  background-image: url(/wp-content/uploads/success.svg);
  background-size: contain;
  background-position: center center
}

a.icon-success:hover,
a.icon-success:focus,
button.icon-success:hover,
button.icon-success:focus {
  background-color: #00865e !important
}

.icon-info {
  background-color: #17a2b8 !important;
  background-image: url(/wp-content/uploads/info.svg);
  background-size: contain;
  background-position: center center
}

a.icon-info:hover,
a.icon-info:focus,
button.icon-info:hover,
button.icon-info:focus {
  background-color: #117a8b !important
}

.icon-warning {
  background-color: #ffc432 !important;
  background-image: url(/wp-content/uploads/warning.svg);
  background-size: contain;
  background-position: center center
}

a.icon-warning:hover,
a.icon-warning:focus,
button.icon-warning:hover,
button.icon-warning:focus {
  background-color: #feb500 !important
}

.icon-danger {
  background-color: #dc354d !important;
  background-image: url(/wp-content/uploads/danger.svg);
  background-size: contain;
  background-position: center center
}

a.icon-danger:hover,
a.icon-danger:focus,
button.icon-danger:hover,
button.icon-danger:focus {
  background-color: #bd2137 !important
}

.icon-light {
  background-color: #f3f2f0 !important;
  background-image: url(/wp-content/uploads/light.svg);
  background-size: contain;
  background-position: center center
}

a.icon-light:hover,
a.icon-light:focus,
button.icon-light:hover,
button.icon-light:focus {
  background-color: #dcd9d4 !important
}

.icon-dark {
  background-color: #003950 !important;
  background-image: url(/wp-content/uploads/dark.svg);
  background-size: contain;
  background-position: center center
}

a.icon-dark:hover,
a.icon-dark:focus,
button.icon-dark:hover,
button.icon-dark:focus {
  background-color: #00151d !important
}

.icon-white {
  background-color: #fff !important;
  background-image: url(/wp-content/uploads/white.svg);
  background-size: contain;
  background-position: center center
}

a.icon-white:hover,
a.icon-white:focus,
button.icon-white:hover,
button.icon-white:focus {
  background-color: #e6e6e6 !important
}

.icon-lighter {
  background-color: #f8f8f7 !important;
  background-image: url(/wp-content/uploads/lighter.svg);
  background-size: contain;
  background-position: center center
}

a.icon-lighter:hover,
a.icon-lighter:focus,
button.icon-lighter:hover,
button.icon-lighter:focus {
  background-color: #e0e0dc !important
}

.icon-gray {
  background-color: #848484 !important;
  background-image: url(/wp-content/uploads/gray.svg);
  background-size: contain;
  background-position: center center
}

a.icon-gray:hover,
a.icon-gray:focus,
button.icon-gray:hover,
button.icon-gray:focus {
  background-color: #6b6b6b !important
}

.icon-gray-500 {
  background-color: #848484 !important;
  background-image: url(/wp-content/uploads/gray-500.svg);
  background-size: contain;
  background-position: center center
}

a.icon-gray-500:hover,
a.icon-gray-500:focus,
button.icon-gray-500:hover,
button.icon-gray-500:focus {
  background-color: #6b6b6b !important
}

.icon-mid {
  background-color: #6d8089 !important;
  background-image: url(/wp-content/uploads/mid.svg);
  background-size: contain;
  background-position: center center
}

a.icon-mid:hover,
a.icon-mid:focus,
button.icon-mid:hover,
button.icon-mid:focus {
  background-color: #56656d !important
}

.icon-black {
  background-color: #000 !important;
  background-image: url(/wp-content/uploads/black.svg);
  background-size: contain;
  background-position: center center
}

a.icon-black:hover,
a.icon-black:focus,
button.icon-black:hover,
button.icon-black:focus {
  background-color: #000 !important
}

.icon-blue {
  background-color: #0092b7 !important;
  background-image: url(/wp-content/uploads/blue.svg);
  background-size: contain;
  background-position: center center
}

a.icon-blue:hover,
a.icon-blue:focus,
button.icon-blue:hover,
button.icon-blue:focus {
  background-color: #006984 !important
}

.icon-blue-350 {
  background-color: #5ac4d8 !important;
  background-image: url(/wp-content/uploads/blue-350.svg);
  background-size: contain;
  background-position: center center
}

a.icon-blue-350:hover,
a.icon-blue-350:focus,
button.icon-blue-350:hover,
button.icon-blue-350:focus {
  background-color: #31b5ce !important
}

.icon-indigo {
  background-color: #630a53 !important;
  background-image: url(/wp-content/uploads/indigo.svg);
  background-size: contain;
  background-position: center center
}

a.icon-indigo:hover,
a.icon-indigo:focus,
button.icon-indigo:hover,
button.icon-indigo:focus {
  background-color: #35052c !important
}

.icon-indigo-600 {
  background-color: #630a53 !important;
  background-image: url(/wp-content/uploads/indigo-600.svg);
  background-size: contain;
  background-position: center center
}

a.icon-indigo-600:hover,
a.icon-indigo-600:focus,
button.icon-indigo-600:hover,
button.icon-indigo-600:focus {
  background-color: #35052c !important
}

.icon-purple {
  background-color: #7f1876 !important;
  background-image: url(/wp-content/uploads/purple.svg);
  background-size: contain;
  background-position: center center
}

a.icon-purple:hover,
a.icon-purple:focus,
button.icon-purple:hover,
button.icon-purple:focus {
  background-color: #54104e !important
}

.icon-pink {
  background-color: #b40863 !important;
  background-image: url(/wp-content/uploads/pink.svg);
  background-size: contain;
  background-position: center center
}

a.icon-pink:hover,
a.icon-pink:focus,
button.icon-pink:hover,
button.icon-pink:focus {
  background-color: #830648 !important
}

.icon-pink-550 {
  background-color: #db354d !important;
  background-image: url(/wp-content/uploads/pink-550.svg);
  background-size: contain;
  background-position: center center
}

a.icon-pink-550:hover,
a.icon-pink-550:focus,
button.icon-pink-550:hover,
button.icon-pink-550:focus {
  background-color: #bc2138 !important
}

.icon-red {
  background-color: #dc354d !important;
  background-image: url(/wp-content/uploads/red.svg);
  background-size: contain;
  background-position: center center
}

a.icon-red:hover,
a.icon-red:focus,
button.icon-red:hover,
button.icon-red:focus {
  background-color: #bd2137 !important
}

.icon-red-550 {
  background-color: #e55e4a !important;
  background-image: url(/wp-content/uploads/red-550.svg);
  background-size: contain;
  background-position: center center
}

a.icon-red-550:hover,
a.icon-red-550:focus,
button.icon-red-550:hover,
button.icon-red-550:focus {
  background-color: #dc3820 !important
}

.icon-orange {
  background-color: #ff7f12 !important;
  background-image: url(/wp-content/uploads/orange.svg);
  background-size: contain;
  background-position: center center
}

a.icon-orange:hover,
a.icon-orange:focus,
button.icon-orange:hover,
button.icon-orange:focus {
  background-color: #de6600 !important
}

.icon-yellow {
  background-color: #ffc432 !important;
  background-image: url(/wp-content/uploads/yellow.svg);
  background-size: contain;
  background-position: center center
}

a.icon-yellow:hover,
a.icon-yellow:focus,
button.icon-yellow:hover,
button.icon-yellow:focus {
  background-color: #feb500 !important
}

.icon-yellow-450 {
  background-color: #ffc332 !important;
  background-image: url(/wp-content/uploads/yellow-450.svg);
  background-size: contain;
  background-position: center center
}

a.icon-yellow-450:hover,
a.icon-yellow-450:focus,
button.icon-yellow-450:hover,
button.icon-yellow-450:focus {
  background-color: #feb400 !important
}

.icon-green {
  background-color: #00b982 !important;
  background-image: url(/wp-content/uploads/green.svg);
  background-size: contain;
  background-position: center center
}

a.icon-green:hover,
a.icon-green:focus,
button.icon-green:hover,
button.icon-green:focus {
  background-color: #00865e !important
}

.icon-green-350 {
  background-color: #85cd7c !important;
  background-image: url(/wp-content/uploads/green-350.svg);
  background-size: contain;
  background-position: center center
}

a.icon-green-350:hover,
a.icon-green-350:focus,
button.icon-green-350:hover,
button.icon-green-350:focus {
  background-color: #63bf57 !important
}

.icon-teal {
  background-color: #168374 !important;
  background-image: url(/wp-content/uploads/teal.svg);
  background-size: contain;
  background-position: center center
}

a.icon-teal:hover,
a.icon-teal:focus,
button.icon-teal:hover,
button.icon-teal:focus {
  background-color: #0f574d !important
}

.icon-cyan {
  background-color: #17a2b8 !important;
  background-image: url(/wp-content/uploads/cyan.svg);
  background-size: contain;
  background-position: center center
}

a.icon-cyan:hover,
a.icon-cyan:focus,
button.icon-cyan:hover,
button.icon-cyan:focus {
  background-color: #117a8b !important
}

.icon-teal-100 {
  background-color: #afeee3 !important;
  background-image: url(/wp-content/uploads/teal-100.svg);
  background-size: contain;
  background-position: center center
}

a.icon-teal-100:hover,
a.icon-teal-100:focus,
button.icon-teal-100:hover,
button.icon-teal-100:focus {
  background-color: #85e5d4 !important
}

.icon-teal-200 {
  background-color: #89d8cc !important;
  background-image: url(/wp-content/uploads/teal-200.svg);
  background-size: contain;
  background-position: center center
}

a.icon-teal-200:hover,
a.icon-teal-200:focus,
button.icon-teal-200:hover,
button.icon-teal-200:focus {
  background-color: #63cbbb !important
}

.icon-teal-300 {
  background-color: #61c4b5 !important;
  background-image: url(/wp-content/uploads/teal-300.svg);
  background-size: contain;
  background-position: center center
}

a.icon-teal-300:hover,
a.icon-teal-300:focus,
button.icon-teal-300:hover,
button.icon-teal-300:focus {
  background-color: #42b09f !important
}

.icon-teal-400 {
  background-color: #4eae9f !important;
  background-image: url(/wp-content/uploads/teal-400.svg);
  background-size: contain;
  background-position: center center
}

a.icon-teal-400:hover,
a.icon-teal-400:focus,
button.icon-teal-400:hover,
button.icon-teal-400:focus {
  background-color: #3e8b7f !important
}

.icon-teal-500 {
  background-color: #449989 !important;
  background-image: url(/wp-content/uploads/teal-500.svg);
  background-size: contain;
  background-position: center center
}

a.icon-teal-500:hover,
a.icon-teal-500:focus,
button.icon-teal-500:hover,
button.icon-teal-500:focus {
  background-color: #347669 !important
}

.icon-teal-550 {
  background-color: #006054 !important;
  background-image: url(/wp-content/uploads/teal-550.svg);
  background-size: contain;
  background-position: center center
}

a.icon-teal-550:hover,
a.icon-teal-550:focus,
button.icon-teal-550:hover,
button.icon-teal-550:focus {
  background-color: #002d27 !important
}

.icon-teal-600 {
  background-color: #168374 !important;
  background-image: url(/wp-content/uploads/teal-600.svg);
  background-size: contain;
  background-position: center center
}

a.icon-teal-600:hover,
a.icon-teal-600:focus,
button.icon-teal-600:hover,
button.icon-teal-600:focus {
  background-color: #0f574d !important
}

.icon-prevention {
  background-color: #003950 !important;
  background-image: url(/wp-content/uploads/prevention.svg);
  background-size: contain;
  background-position: center center
}

a.icon-prevention:hover,
a.icon-prevention:focus,
button.icon-prevention:hover,
button.icon-prevention:focus {
  background-color: #00151d !important
}

.icon-prevention-100 {
  background-color: #b5e3f3 !important;
  background-image: url(/wp-content/uploads/prevention-100.svg);
  background-size: contain;
  background-position: center center
}

a.icon-prevention-100:hover,
a.icon-prevention-100:focus,
button.icon-prevention-100:hover,
button.icon-prevention-100:focus {
  background-color: #89d2ec !important
}

.icon-prevention-200 {
  background-color: #8cc1d2 !important;
  background-image: url(/wp-content/uploads/prevention-200.svg);
  background-size: contain;
  background-position: center center
}

a.icon-prevention-200:hover,
a.icon-prevention-200:focus,
button.icon-prevention-200:hover,
button.icon-prevention-200:focus {
  background-color: #67adc4 !important
}

.icon-prevention-300 {
  background-color: #679eb1 !important;
  background-image: url(/wp-content/uploads/prevention-300.svg);
  background-size: contain;
  background-position: center center
}

a.icon-prevention-300:hover,
a.icon-prevention-300:focus,
button.icon-prevention-300:hover,
button.icon-prevention-300:focus {
  background-color: #4e8497 !important
}

.icon-prevention-400 {
  background-color: #4d7e92 !important;
  background-image: url(/wp-content/uploads/prevention-400.svg);
  background-size: contain;
  background-position: center center
}

a.icon-prevention-400:hover,
a.icon-prevention-400:focus,
button.icon-prevention-400:hover,
button.icon-prevention-400:focus {
  background-color: #3b6171 !important
}

.icon-prevention-500 {
  background-color: #275b71 !important;
  background-image: url(/wp-content/uploads/prevention-500.svg);
  background-size: contain;
  background-position: center center
}

a.icon-prevention-500:hover,
a.icon-prevention-500:focus,
button.icon-prevention-500:hover,
button.icon-prevention-500:focus {
  background-color: #1a3c4b !important
}

.icon-prevention-600 {
  background-color: #003950 !important;
  background-image: url(/wp-content/uploads/prevention-600.svg);
  background-size: contain;
  background-position: center center
}

a.icon-prevention-600:hover,
a.icon-prevention-600:focus,
button.icon-prevention-600:hover,
button.icon-prevention-600:focus {
  background-color: #00151d !important
}

.icon-prevention-700 {
  background-color: #102334 !important;
  background-image: url(/wp-content/uploads/prevention-700.svg);
  background-size: contain;
  background-position: center center
}

a.icon-prevention-700:hover,
a.icon-prevention-700:focus,
button.icon-prevention-700:hover,
button.icon-prevention-700:focus {
  background-color: #04090d !important
}

.icon-rescue {
  background-color: #00d1c3 !important;
  background-image: url(/wp-content/uploads/rescue.svg?_cchid=358de51d0ad0296f6b4684416b2c01e0);
  background-size: contain;
  background-position: center center
}

a.icon-rescue:hover,
a.icon-rescue:focus,
button.icon-rescue:hover,
button.icon-rescue:focus {
  background-color: #009e93 !important
}

.icon-rescue-100 {
  background-color: #b5f1eb !important;
  background-image: url(/wp-content/uploads/rescue-100.svg);
  background-size: contain;
  background-position: center center
}

a.icon-rescue-100:hover,
a.icon-rescue-100:focus,
button.icon-rescue-100:hover,
button.icon-rescue-100:focus {
  background-color: #8ae9df !important
}

.icon-rescue-200 {
  background-color: #93eae2 !important;
  background-image: url(/wp-content/uploads/rescue-200.svg);
  background-size: contain;
  background-position: center center
}

a.icon-rescue-200:hover,
a.icon-rescue-200:focus,
button.icon-rescue-200:hover,
button.icon-rescue-200:focus {
  background-color: #68e2d7 !important
}

.icon-rescue-300 {
  background-color: #6fe4db !important;
  background-image: url(/wp-content/uploads/rescue-300.svg);
  background-size: contain;
  background-position: center center
}

a.icon-rescue-300:hover,
a.icon-rescue-300:focus,
button.icon-rescue-300:hover,
button.icon-rescue-300:focus {
  background-color: #44dcd0 !important
}

.icon-rescue-400 {
  background-color: #65dcd2 !important;
  background-image: url(/wp-content/uploads/rescue-400.svg);
  background-size: contain;
  background-position: center center
}

a.icon-rescue-400:hover,
a.icon-rescue-400:focus,
button.icon-rescue-400:hover,
button.icon-rescue-400:focus {
  background-color: #3bd3c6 !important
}

.icon-rescue-500 {
  background-color: #61d6ca !important;
  background-image: url(/wp-content/uploads/rescue-500.svg);
  background-size: contain;
  background-position: center center
}

a.icon-rescue-500:hover,
a.icon-rescue-500:focus,
button.icon-rescue-500:hover,
button.icon-rescue-500:focus {
  background-color: #39cbbc !important
}

.icon-rescue-600 {
  background-color: #00d1c3 !important;
  background-image: url(/wp-content/uploads/rescue-600.svg);
  background-size: contain;
  background-position: center center
}

a.icon-rescue-600:hover,
a.icon-rescue-600:focus,
button.icon-rescue-600:hover,
button.icon-rescue-600:focus {
  background-color: #009e93 !important
}

.icon-recycle {
  background-color: #5ca958 !important;
  background-image: url(/wp-content/uploads/recycle.svg?_cchid=e76f1d99342f798624be2c0dbb095da0);
  background-size: contain;
  background-position: center center
}

a.icon-recycle:hover,
a.icon-recycle:focus,
button.icon-recycle:hover,
button.icon-recycle:focus {
  background-color: #498846 !important
}

.icon-recycle-100 {
  background-color: #d1ecc1 !important;
  background-image: url(/wp-content/uploads/recycle-100.svg);
  background-size: contain;
  background-position: center center
}

a.icon-recycle-100:hover,
a.icon-recycle-100:focus,
button.icon-recycle-100:hover,
button.icon-recycle-100:focus {
  background-color: #b4e09a !important
}

.icon-recycle-200 {
  background-color: #badeab !important;
  background-image: url(/wp-content/uploads/recycle-200.svg);
  background-size: contain;
  background-position: center center
}

a.icon-recycle-200:hover,
a.icon-recycle-200:focus,
button.icon-recycle-200:hover,
button.icon-recycle-200:focus {
  background-color: #9cd086 !important
}

.icon-recycle-300 {
  background-color: #a3d097 !important;
  background-image: url(/wp-content/uploads/recycle-300.svg);
  background-size: contain;
  background-position: center center
}

a.icon-recycle-300:hover,
a.icon-recycle-300:focus,
button.icon-recycle-300:hover,
button.icon-recycle-300:focus {
  background-color: #84c074 !important
}

.icon-recycle-400 {
  background-color: #75c46c !important;
  background-image: url(/wp-content/uploads/recycle-400.svg);
  background-size: contain;
  background-position: center center
}

a.icon-recycle-400:hover,
a.icon-recycle-400:focus,
button.icon-recycle-400:hover,
button.icon-recycle-400:focus {
  background-color: #54b548 !important
}

.icon-recycle-500 {
  background-color: #5ca958 !important;
  background-image: url(/wp-content/uploads/recycle-500.svg);
  background-size: contain;
  background-position: center center
}

a.icon-recycle-500:hover,
a.icon-recycle-500:focus,
button.icon-recycle-500:hover,
button.icon-recycle-500:focus {
  background-color: #498846 !important
}

.icon-recycle-600 {
  background-color: #3d8944 !important;
  background-image: url(/wp-content/uploads/recycle-600.svg);
  background-size: contain;
  background-position: center center
}

a.icon-recycle-600:hover,
a.icon-recycle-600:focus,
button.icon-recycle-600:hover,
button.icon-recycle-600:focus {
  background-color: #2d6632 !important
}

.icon-optimize {
  background-color: #003a52 !important;
  background-image: url(/wp-content/uploads/optimize.svg?_cchid=aacbb805bb13d67e5f8b2f6fa37d6ad8);
  background-size: contain;
  background-position: center center
}

a.icon-optimize:hover,
a.icon-optimize:focus,
button.icon-optimize:hover,
button.icon-optimize:focus {
  background-color: #00161f !important
}

.icon-enhance {
  background-color: #045b80 !important;
  background-image: url(/wp-content/uploads/enhance.svg?_cchid=b97e70f0027c1e5ee7c25f6e411c5206);
  background-size: contain;
  background-position: center center
}

a.icon-enhance:hover,
a.icon-enhance:focus,
button.icon-enhance:hover,
button.icon-enhance:focus {
  background-color: #02384f !important
}

.icon-refine {
  background-color: #006995 !important;
  background-image: url(/wp-content/uploads/refine.svg?_cchid=43e4d5804ff0e500d9a75f1b25b0a9f9);
  background-size: contain;
  background-position: center center
}

a.icon-refine:hover,
a.icon-refine:focus,
button.icon-refine:hover,
button.icon-refine:focus {
  background-color: #004562 !important
}

.icon-maximize {
  background-color: #048dc6 !important;
  background-image: url(/wp-content/uploads/maximize.svg?_cchid=76e54935c00e6d66de7b809225c34c0e);
  background-size: contain;
  background-position: center center
}

a.icon-maximize:hover,
a.icon-maximize:focus,
button.icon-maximize:hover,
button.icon-maximize:focus {
  background-color: #036994 !important
}

.icon-reshape {
  background-color: #009dde !important;
  background-image: url(/wp-content/uploads/reshape.svg?_cchid=05c2df694450608be7aa997233a3dda6);
  background-size: contain;
  background-position: center center
}

a.icon-reshape:hover,
a.icon-reshape:focus,
button.icon-reshape:hover,
button.icon-reshape:focus {
  background-color: #0079ab !important
}

.icon-strengthen {
  background-color: #00d1c3 !important;
  background-image: url(/wp-content/uploads/strengthen.svg);
  background-size: contain;
  background-position: center center
}

a.icon-strengthen:hover,
a.icon-strengthen:focus,
button.icon-strengthen:hover,
button.icon-strengthen:focus {
  background-color: #009e93 !important
}

.icon-producers {
  background-color: #dc354d !important;
  background-image: url(/wp-content/uploads/producers.svg?_cchid=d24b41c32268447c17e50a31486d0b21);
  background-size: contain;
  background-position: center center
}

a.icon-producers:hover,
a.icon-producers:focus,
button.icon-producers:hover,
button.icon-producers:focus {
  background-color: #bd2137 !important
}

.icon-manufacturers {
  background-color: #630a53 !important;
  background-image: url(/wp-content/uploads/manufacturers.svg?_cchid=a2f055b2fc6fdfc77acf664a67337f65);
  background-size: contain;
  background-position: center center
}

a.icon-manufacturers:hover,
a.icon-manufacturers:focus,
button.icon-manufacturers:hover,
button.icon-manufacturers:focus {
  background-color: #35052c !important
}

.icon-retailers {
  background-color: #ff7f12 !important;
  background-image: url(/wp-content/uploads/retailers.svg?_cchid=444faa12501e3fab00ed3a7b963f19d4);
  background-size: contain;
  background-position: center center
}

a.icon-retailers:hover,
a.icon-retailers:focus,
button.icon-retailers:hover,
button.icon-retailers:focus {
  background-color: #de6600 !important
}

.icon-foodservice {
  background-color: #b40863 !important;
  background-image: url(/wp-content/uploads/foodservice.svg?_cchid=0d894e7e4628ea5d0243f68639f5b0e1);
  background-size: contain;
  background-position: center center
}

a.icon-foodservice:hover,
a.icon-foodservice:focus,
button.icon-foodservice:hover,
button.icon-foodservice:focus {
  background-color: #830648 !important
}

.icon-policymakers {
  background-color: #168374 !important;
  background-image: url(/wp-content/uploads/policymakers.svg?_cchid=06e02480385c94d0298a6b18fb155a24);
  background-size: contain;
  background-position: center center
}

a.icon-policymakers:hover,
a.icon-policymakers:focus,
button.icon-policymakers:hover,
button.icon-policymakers:focus {
  background-color: #0f574d !important
}

.icon-capital-providers {
  background-color: #00b982 !important;
  background-image: url(/wp-content/uploads/capital-providers.svg?_cchid=01a4ddde8489e0617063c3dc147aa22c);
  background-size: contain;
  background-position: center center
}

a.icon-capital-providers:hover,
a.icon-capital-providers:focus,
button.icon-capital-providers:hover,
button.icon-capital-providers:focus {
  background-color: #00865e !important
}

.icon-gov-grants {
  background-color: #f9e3bf !important;
  background-image: url(/wp-content/uploads/gov-grants.svg);
  background-size: contain;
  background-position: center center
}

a.icon-gov-grants:hover,
a.icon-gov-grants:focus,
button.icon-gov-grants:hover,
button.icon-gov-grants:focus {
  background-color: #f5cf90 !important
}

.icon-gov-tax {
  background-color: #ffc332 !important;
  background-image: url(/wp-content/uploads/gov-tax.svg);
  background-size: contain;
  background-position: center center
}

a.icon-gov-tax:hover,
a.icon-gov-tax:focus,
button.icon-gov-tax:hover,
button.icon-gov-tax:focus {
  background-color: #feb400 !important
}

.icon-gov-finance {
  background-color: #f1a73c !important;
  background-image: url(/wp-content/uploads/gov-finance.svg);
  background-size: contain;
  background-position: center center
}

a.icon-gov-finance:hover,
a.icon-gov-finance:focus,
button.icon-gov-finance:hover,
button.icon-gov-finance:focus {
  background-color: #e99111 !important
}

.icon-non-gov-grants {
  background-color: #0091b6 !important;
  background-image: url(/wp-content/uploads/non-gov-grants.svg);
  background-size: contain;
  background-position: center center
}

a.icon-non-gov-grants:hover,
a.icon-non-gov-grants:focus,
button.icon-non-gov-grants:hover,
button.icon-non-gov-grants:focus {
  background-color: #006883 !important
}

.icon-impact-first {
  background-color: #59c4db !important;
  background-image: url(/wp-content/uploads/impact-first.svg);
  background-size: contain;
  background-position: center center
}

a.icon-impact-first:hover,
a.icon-impact-first:focus,
button.icon-impact-first:hover,
button.icon-impact-first:focus {
  background-color: #2fb5d2 !important
}

.icon-venture-capital {
  background-color: #3d8844 !important;
  background-image: url(/wp-content/uploads/venture-capital.svg);
  background-size: contain;
  background-position: center center
}

a.icon-venture-capital:hover,
a.icon-venture-capital:focus,
button.icon-venture-capital:hover,
button.icon-venture-capital:focus {
  background-color: #2d6532 !important
}

.icon-private-equity {
  background-color: #5ca858 !important;
  background-image: url(/wp-content/uploads/private-equity.svg);
  background-size: contain;
  background-position: center center
}

a.icon-private-equity:hover,
a.icon-private-equity:focus,
button.icon-private-equity:hover,
button.icon-private-equity:focus {
  background-color: #498746 !important
}

.icon-corporate-finance {
  background-color: #85cd7c !important;
  background-image: url(/wp-content/uploads/corporate-finance.svg);
  background-size: contain;
  background-position: center center
}

a.icon-corporate-finance:hover,
a.icon-corporate-finance:focus,
button.icon-corporate-finance:hover,
button.icon-corporate-finance:focus {
  background-color: #63bf57 !important
}

.icon-commercial-project-finance {
  background-color: #b6e1ab !important;
  background-image: url(/wp-content/uploads/commercial-project-finance.svg);
  background-size: contain;
  background-position: center center
}

a.icon-commercial-project-finance:hover,
a.icon-commercial-project-finance:focus,
button.icon-commercial-project-finance:hover,
button.icon-commercial-project-finance:focus {
  background-color: #95d485 !important
}

.icon-media {
  background-color: #0092b7 !important;
  background-image: url(/wp-content/uploads/media.svg?_cchid=188144945a7d82f60f5b79dc08c6ac6b);
  background-size: contain;
  background-position: center center
}

a.icon-media:hover,
a.icon-media:focus,
button.icon-media:hover,
button.icon-media:focus {
  background-color: #006984 !important
}

@keyframes cardSlideIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    opacity: 1;
    transform: translateZ(0)
  }
}

@keyframes ticker {
  0% {
    transform: translateZ(0)
  }

  to {
    transform: translate3d(-50%, 0, 0)
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fade-in {
  animation-name: fadeIn;
  animation-duration: .7s;
  animation-fill-mode: both;
  animation-delay: 0s;
  animation-iteration-count: 1
}

@keyframes textFadeUp {
  0% {
    opacity: 0;
    transform: translatey(20px)
  }

  to {
    opacity: 1;
    transform: translatey(0)
  }
}

.text-fade-up {
  animation-name: textFadeUp;
  animation-duration: .6s;
  animation-fill-mode: both;
  animation-delay: .2s;
  animation-iteration-count: 1
}

#pageHeader {
  border-bottom: 9px solid #f3f2f0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000
}

@media (max-width: 1199.98px) {
  #pageHeader>.container {
    max-width: 100%
  }
}

.navbar-brand {
  width: 175px;
  padding-left: 15px
}

@media (min-width: 992px) {
  .navbar-brand {
    max-width: 100%;
    width: 190px;
    padding-left: 0
  }
}

.navbar {
  padding-left: 0;
  padding-right: 0
}

@media (max-width: 991.98px) {
  #pageHeader {
    z-index: 1000;
    width: 100%
  }

  #pageHeader>.container {
    max-width: inherit;
    width: 100%;
    padding: 0
  }

  #pageHeader .navbar-collapse {
    background-color: #003950;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    width: 100%
  }
}

.navbar-toggler {
  margin-right: 15px
}

.navbar-toggler:focus {
  outline: none
}

.navbar-toggler .navbar-toggler-icon {
  display: inline-block;
  cursor: pointer
}

.navbar-toggler .navbar-toggler-icon .bar1,
.navbar-toggler .navbar-toggler-icon .bar2,
.navbar-toggler .navbar-toggler-icon .bar3 {
  width: 35px;
  height: 5px;
  background-color: #343a40;
  margin: 5px 0;
  transition: .4s
}

.navbar-toggler .navbar-toggler-icon .bar1 {
  transform: rotate(-45deg) translate(-5px, 6px)
}

.navbar-toggler .navbar-toggler-icon .bar2 {
  opacity: 0
}

.navbar-toggler .navbar-toggler-icon .bar3 {
  transform: rotate(45deg) translate(-8px, -9px)
}

.navbar-toggler.collapsed .navbar-toggler-icon .bar1 {
  transform: none
}

.navbar-toggler.collapsed .navbar-toggler-icon .bar2 {
  opacity: 1
}

.navbar-toggler.collapsed .navbar-toggler-icon .bar3 {
  transform: none
}

#pageHeading {
  position: fixed;
  top: 0;
  left: 0;
  font-size: 1rem
}

#pageFooter {
  overflow: hidden
}

#pageFooter .logo-band {
  border-top: 12px solid #f3f2f0
}

#pageFooter .footer-brand {
  display: block;
  width: 190px;
  overflow: hidden
}

#pageFooter .footer-links-column,
#pageFooter .stay-connected-column {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}

#pageFooter .footer-links-column .footer-links {
  display: block;
  font-size: 1rem
}

#pageFooter .footer-links-column .footer-links .nav-item .nav-link {
  padding: 22px 0
}

#pageFooter .footer-links-column:before,
#pageFooter .footer-links-column:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 25%;
  background-color: #003950
}

@media (min-width: 768px) {

  #pageFooter .footer-links-column:before,
  #pageFooter .footer-links-column:after {
    display: none
  }
}

#pageFooter .footer-links-column:before {
  left: -25%
}

#pageFooter .footer-links-column:after {
  right: -25%
}

#pageFooter .stay-connected-column h3 {
  font-weight: 700
}

#pageFooter .stay-connected-column .socialnav a {
  margin-right: 10px
}

#pageFooter .stay-connected-column .socialnav a i {
  color: #0092b7
}

#pageFooter .stay-connected-column .newsletter-signup-cta {
  font-family: Lora, serif;
  font-size: 1.25rem
}

#pageFooter .stay-connected-column:before,
#pageFooter .stay-connected-column:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 25%;
  background-color: #0092b7
}

@media (min-width: 768px) {

  #pageFooter .stay-connected-column:before,
  #pageFooter .stay-connected-column:after {
    display: none
  }
}

#pageFooter .stay-connected-column:before {
  left: -25%
}

#pageFooter .stay-connected-column:after {
  right: -25%
}

@media (min-width: 768px) {

  #pageFooter .mega-footer:before,
  #pageFooter .mega-footer:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 35%
  }

  #pageFooter .mega-footer:before {
    background-color: #003950;
    left: 0
  }

  #pageFooter .mega-footer:after {
    background-color: #0092b7;
    right: 0
  }

  #pageFooter .mega-footer>.container {
    position: relative;
    z-index: 1
  }

  #pageFooter .footer-links-column,
  #pageFooter .stay-connected-column {
    padding-top: 5rem;
    padding-bottom: 5rem
  }

  #pageFooter .footer-links-column .footer-links {
    font-size: 1.25rem
  }

  #pageFooter .stay-connected-column {
    padding-left: 10%
  }
}

.socialnav {
  display: flex;
  z-index: 100
}

.socialnav a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 15px 0;
  background-color: #fff
}

.socialnav a:hover {
  text-decoration: none
}

.socialnav a i {
  font-size: 23px;
  color: #000
}

.socialnav.icons-dark a {
  background-color: #003950;
  margin-right: 10px
}

.socialnav.icons-dark a i {
  color: #fff
}

@media (min-width: 768px) {
  .socialnav a {
    width: 40px;
    height: 40px;
    background-color: #fff
  }

  .socialnav a i {
    font-size: 1.4rem
  }
}

.socialnav-rounded .socialnav a {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  color: #fff;
  margin-right: 25px
}

.socialnav-rounded .socialnav a i {
  color: #fff;
  font-size: 1.8rem
}

.socialnav-rounded .socialnav a:nth-of-type(1) {
  background-color: #0092b7
}

.socialnav-rounded .socialnav a:nth-of-type(2) {
  background-color: #009dde
}

.subnav {
  width: 100%;
  position: sticky;
  top: 111px;
  background-color: #168374;
  color: #fff;
  z-index: 999;
  transform: translateZ(0);
  -webkit-transform: translateZ(0)
}

.subnav .navbar {
  flex-wrap: nowrap
}

@media (min-width: 1200px) {
  .subnav .navbar {
    flex-wrap: wrap
  }
}

.subnav .navbar ul.nav {
  width: 100%;
  flex-wrap: nowrap;
  transition: all .5s ease-in-out
}

.subnav .navbar ul.nav li.nav-item {
  padding: 0;
  margin-bottom: 0
}

.subnav .navbar ul.nav li.nav-item:first-child a.nav-link {
  padding-left: 0
}

.subnav .navbar ul.nav li.nav-item:last-child a.nav-link {
  padding-right: 0;
  border-right: 0
}

.subnav .navbar ul.nav li.nav-item a.nav-link {
  padding: .75rem;
  border-right: 1px solid rgba(255, 255, 255, .3);
  opacity: .5;
  font-weight: 600;
  font-size: .8rem;
  text-transform: uppercase;
  color: #f3f2f0;
  line-height: 1
}

.subnav .navbar ul.nav li.nav-item a.nav-link:hover,
.subnav .navbar ul.nav li.nav-item a.nav-link.active {
  color: #fff;
  opacity: 1
}

@media (max-width: 1199.98px) {
  .subnav .navbar ul.nav li.nav-item a.nav-link {
    display: none;
    border-right: 0
  }

  .subnav .navbar ul.nav li.nav-item a.nav-link.active {
    display: block;
    padding: 0
  }
}

.subnav .subnav-heading {
  white-space: nowrap;
  font-size: .8rem;
  line-height: 1;
  margin-right: 1rem
}

@media (min-width: 1200px) {
  .subnav .subnav-heading {
    font-size: .9rem;
    display: block;
    line-height: 1.3;
    margin-top: .5rem
  }
}

.subnav.fixed-top {
  position: fixed;
  top: 78px;
  left: 0;
  width: 100%;
  opacity: 1
}

.subnav.fixed-top .navbar {
  flex-wrap: nowrap
}

@media (min-width: 992px) {
  .subnav.fixed-top {
    top: 110px;
    box-shadow: 0 0 5px #00000080;
    height: auto !important
  }
}

@media (min-width: 1200px) {
  .subnav.fixed-top .subnav-heading {
    display: none
  }
}

.subnav.fixed-top .nav-item-description {
  display: none
}

.subnav .nav-item-description {
  text-transform: none;
  font-size: .7rem;
  max-width: 80%
}

@media (max-width: 1199.98px) {
  .subnav .nav-item-description {
    display: none
  }
}

#subnav-mobile {
  padding: 1rem 0 2rem;
  position: relative;
  z-index: 1200;
  margin-top: 10px;
  margin-bottom: -5px
}

@media (min-width: 992px) {
  #subnav-mobile {
    margin-bottom: -16px
  }
}

@media (min-width: 1200px) {
  #subnav-mobile {
    display: none
  }
}

#subnav-mobile .nav-link {
  color: #f3f2f0
}

#subnav-mobile .nav-link:hover {
  color: #fff;
  background-color: #0039501a
}

#subnav-toggle {
  display: block;
  font-size: 30px;
  line-height: 1;
  opacity: 1;
  color: #fff
}

#subnav-toggle i {
  display: inline-block;
  margin: 2px 0;
  transition: all .4s ease-in-out;
  transform: rotate(-180deg)
}

#subnav-toggle.collapsed i {
  transform: rotate(0)
}

@media (min-width: 1200px) {
  #subnav-toggle {
    display: none
  }
}

@media (min-width: 992px) {
  #primarynav .primary-nav-links.navbar-nav {
    margin-top: 1rem;
    margin-bottom: -9px
  }

  #primarynav .primary-nav-links.navbar-nav>li.nav-item {
    font-size: .9rem;
    position: inherit;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    border-bottom: 9px solid transparent
  }

  #primarynav .primary-nav-links.navbar-nav>li.nav-item.active {
    border-color: #0003
  }

  #primarynav .primary-nav-links.navbar-nav>li.nav-item:nth-child(1):hover {
    border-color: #dc354d
  }

  #primarynav .primary-nav-links.navbar-nav>li.nav-item:nth-child(2):hover {
    border-color: #0092b7
  }

  #primarynav .primary-nav-links.navbar-nav>li.nav-item:nth-child(3):hover {
    border-color: #00b982
  }

  #primarynav .primary-nav-links.navbar-nav>li.nav-item:nth-child(4):hover {
    border-color: #ff7f12
  }

  #primarynav .primary-nav-links.navbar-nav>li.nav-item:last-of-type a {
    background-color: #168374;
    color: #fff
  }

  #primarynav .primary-nav-links.navbar-nav>li.nav-item:last-of-type a:hover {
    background-color: #0f574d
  }

  #primarynav .primary-nav-links.navbar-nav>li.nav-item a {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
    color: #344955;
    cursor: pointer
  }

  #primarynav .primary-nav-links.navbar-nav>li.nav-item a:hover {
    text-decoration: none
  }

  #primarynav .primary-nav-links.navbar-nav>li.nav-item .dropdown-menu {
    border: none;
    background-color: #003950;
    width: 100%;
    left: 0;
    right: 0;
    top: auto;
    margin-top: 23px;
    padding-top: 2rem;
    padding-bottom: 2rem
  }

  #primarynav .primary-nav-links.navbar-nav>li.nav-item .dropdown-menu .row {
    flex-wrap: nowrap;
  }


  #primarynav .primary-nav-links.navbar-nav>li.nav-item .dropdown-menu:before {
    content: "";
    background-color: #003950;
    width: 200vw;
    height: 100%;
    top: 0;
    display: block;
    position: absolute;
    left: -50vw
  }

  #primarynav .primary-nav-links.navbar-nav>li.nav-item .dropdown-menu:after {
    content: "";
    background-color: #182024;
    width: 200vw;
    height: 40px;
    bottom: -40px;
    display: block;
    position: absolute;
    left: -50vw
  }

  #primarynav .primary-nav-links.navbar-nav>li.nav-item .dropdown-menu>li.nav-item .menu-item,
  #primarynav .primary-nav-links.navbar-nav>li.nav-item .dropdown-menu .menu-item {
    color: #fff
  }

  #primarynav .primary-nav-links.navbar-nav>li.nav-item .dropdown-menu .sub-title a {
    margin-bottom: .9rem;
    text-transform: none;
    color: #fff
  }

  #primarynav .primary-nav-links.navbar-nav>li.nav-item .dropdown-menu ul li.nav-item a {
    font-weight: 300;
    font-size: .8rem
  }

  #primarynav .primary-nav-links.navbar-nav>li.nav-item .dropdown-menu ul li.nav-item a:hover {
    text-decoration: none;
    color: #6d8089
  }

  #primarynav .primary-nav-links.navbar-nav>li.nav-item .dropdown-menu .sub-menu {
    border-right: 1px solid #dee2e6;
    padding-left: .8rem;
    padding-right: .8rem
  }

  #primarynav .primary-nav-links.navbar-nav>li.nav-item .dropdown-menu .sub-menu.two-col-sublinks {
    flex: 0 0 50%;
    max-width: 45%
  }

  #primarynav .primary-nav-links.navbar-nav>li.nav-item .dropdown-menu .sub-menu.two-col-sublinks>ul {
    column-count: 2
  }

  #primarynav .primary-nav-links.navbar-nav>li.nav-item .dropdown-menu .sub-menu:last-child {
    border-right: none
  }

  #primarynav .primary-nav-links.navbar-nav .socialnav {
    padding-left: 12px
  }

  #primarynav .primary-nav-links.navbar-nav .socialnav a {
    margin: 6px 10px 12px 0;
    padding: 10px;
    width: 30px;
    height: 30px
  }

  #primarynav .primary-nav-links.navbar-nav .socialnav a i {
    color: #003950;
    font-size: 1.2rem
  }

  #primarynav .primary-nav-links.navbar-nav .subscribe-item {
    padding-left: 12px
  }

  #primarynav .primary-nav-links.navbar-nav .subscribe-item a.btn-lg,
  #primarynav .primary-nav-links.navbar-nav .subscribe-item .btn-group-lg>a.btn {
    padding: 1rem 1.9rem;
    color: #fff
  }
}

@media (max-width: 991.98px) {
  #primarynav .navbar-nav li {
    position: inherit
  }

  #primarynav .navbar-nav li a {
    color: #fff;
    padding: .75rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    text-transform: none;
    cursor: pointer
  }

  #primarynav .navbar-nav li a .arrow {
    width: 2.2rem;
    height: 2.2rem;
    transform: rotate(90deg)
  }

  #primarynav .navbar-nav li a .arrow path {
    fill: #6d8089
  }

  #primarynav .navbar-nav li a .arrow polygon {
    fill: transparent
  }

  #primarynav .navbar-nav li a:hover {
    background-color: #0092b7;
    text-decoration: none
  }

  #primarynav .navbar-nav li a:hover .arrow path {
    fill: #fff
  }

  #primarynav .navbar-nav li .dropdown-menu {
    background-color: #003950;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    overflow-y: auto;
    transition: transform .2s linear;
    display: block !important;
    transform: translate(105%);
    border: 0;
    margin-top: 0
  }

  #primarynav .navbar-nav li .dropdown-menu.show {
    transform: translate(0)
  }

  #primarynav .navbar-nav li .dropdown-menu>.container {
    padding: 0;
    max-width: inherit
  }

  #primarynav .navbar-nav li .dropdown-menu>.container>.row,
  #primarynav .navbar-nav li .results-cards .dropdown-menu>.container>.ais-Hits-list,
  .results-cards #primarynav .navbar-nav li .dropdown-menu>.container>.ais-Hits-list {
    margin: 0;
    display: block
  }

  #primarynav .navbar-nav li .dropdown-menu .sub-menu {
    margin-bottom: 0 !important;
    padding-left: 0;
    padding-right: 0
  }

  #primarynav .navbar-nav li .dropdown-menu .sub-menu ul {
    padding-left: 20px
  }

  #primarynav .navbar-nav li .dropdown-menu .sub-menu ul li a {
    font-size: 1rem;
    padding: .8rem 3rem;
    color: #fff;
    font-weight: 400
  }

  #primarynav .navbar-nav li .dropdown-menu .sub-menu ul li a:hover {
    color: #fff
  }

  #primarynav .navbar-nav li .dropdown-menu .nav-back-button {
    background-color: #003950
  }

  #primarynav .navbar-nav li .dropdown-menu .nav-back-button .left-nav-arrow {
    transition: transform .3s ease-out
  }

  #primarynav .navbar-nav li .dropdown-menu .nav-back-button:hover {
    background-color: #0092b7
  }

  #primarynav .navbar-nav li .dropdown-menu .nav-back-button:hover .left-nav-arrow {
    transform: translate(-10px)
  }

  #primarynav .navbar-nav li .socialnav {
    padding: 1.2rem 3rem
  }

  #primarynav .navbar-nav li .socialnav a {
    margin-right: 10px;
    padding: 10px
  }

  #primarynav .navbar-nav li .socialnav a i {
    color: #003950
  }

  #primarynav .navbar-nav li .subscribe-item {
    padding: 1.2rem 3rem
  }
}

@media (min-width: 1200px) {
  #primarynav .primary-nav-links.navbar-nav>li.nav-item {
    font-size: 1rem
  }

  #primarynav .primary-nav-links.navbar-nav>li.nav-item>a {
    padding: 6px 1.65rem
  }
}

#topnav {
  margin-top: 0
}

@media (max-width: 991.98px) {
  #topnav {
    display: column-reverse
  }

  #topnav li.search {
    display: none
  }
}

#topnav li:last-of-type a {
  background-color: #003950;
  color: #fff
}

@media (min-width: 992px) {
  #topnav li .nav-link {
    font-family: Lora, serif;
    color: #344955;
    font-size: 1rem;
    background-color: #f3f2f0;
    margin-left: 1rem;
    padding: 6px 12px
  }

  #topnav li .nav-link:hover {
    background-color: #0092b7;
    color: #fff
  }

  #topnav li.search .nav-link {
    background-color: transparent
  }

  #topnav li.search .nav-link:hover {
    background-color: transparent;
    color: #000
  }
}

@media (min-width: 1200px) {
  #topnav li .nav-link {
    font-size: .9rem
  }
}

.carousel.carousel-hero .carousel-indicators {
  display: none
}

.carousel.carousel-hero .carousel-controls {
  transform: translateY(-20px)
}

@media (min-width: 992px) {
  .carousel.carousel-hero .carousel-controls {
    transform: translateY(-80px)
  }
}

.carousel.carousel-hero .carousel-control-prev {
  left: 8px;
  font-size: 2rem;
  display: flex;
  width: auto
}

@media (min-width: 992px) {
  .carousel.carousel-hero .carousel-control-prev {
    left: -4%;
    font-size: 4rem;
    width: 5%
  }
}

@media (min-width: 992px) {
  .carousel.carousel-hero .carousel-control-prev {
    left: -5%
  }
}

.carousel.carousel-hero .carousel-control-next {
  right: auto;
  left: 30px;
  font-size: 2rem;
  display: flex;
  width: auto
}

@media (min-width: 992px) {
  .carousel.carousel-hero .carousel-control-next {
    left: auto;
    right: 0;
    font-size: 4rem;
    width: 5%
  }
}

.carousel.carousel-hero .bg-hero {
  padding-top: 75%
}

@media (min-width: 576px) {
  .carousel.carousel-hero .bg-hero {
    padding-top: 50%
  }
}

@media (min-width: 992px) {
  .carousel.carousel-hero .bg-hero {
    padding-top: 25%
  }
}

.carousel.carousel-hero .bg-hero .bg-fill {
  padding-bottom: 2.5rem;
  padding-right: 1rem
}

@media (min-width: 992px) {
  .carousel.carousel-hero .bg-hero .bg-fill {
    padding-bottom: 1rem;
    min-height: 160px
  }
}

.carousel.carousel-hero .bg-hero .btn-link {
  font-weight: 600
}

@media (min-width: 992px) {
  .carousel.carousel-hero .bg-hero .btn-link {
    font-size: 1.5rem
  }
}

.carousel.carousel-hero .socialnav {
  position: absolute;
  right: 0;
  bottom: 3%;
  display: flex;
  flex-direction: column
}

@media (min-width: 992px) {
  .carousel.carousel-hero .socialnav {
    bottom: 7%
  }
}

.carousel.carousel-hero .socialnav a {
  margin: 0 0 7px;
  width: 30px;
  height: 30px
}

.carousel.carousel-hero .socialnav a i {
  font-size: 20px
}

@media (min-width: 992px) {
  .carousel.carousel-hero .socialnav a {
    margin: 0 0 10px;
    width: 37px;
    height: 37px
  }

  .carousel.carousel-hero .socialnav a i {
    font-size: 23px
  }
}

.carousel.carousel-split {
  padding-bottom: 50px
}

@media (min-width: 992px) {
  .carousel.carousel-split {
    padding-bottom: 0
  }
}

.carousel.carousel-split .carousel-indicators {
  z-index: 900;
  bottom: 20px
}

@media (min-width: 992px) {
  .carousel.carousel-split .carousel-indicators {
    right: auto;
    margin-left: 25%;
    transform: translate(-25%)
  }
}

@media (min-width: 992px) {
  .carousel.carousel-split.reverse .carousel-indicators {
    right: 0;
    margin-left: 15%;
    left: auto;
    margin-right: 25%
  }
}

.carousel.carousel-two-column {
  padding-bottom: 50px
}

@media (min-width: 992px) {
  .carousel.carousel-two-column {
    padding-bottom: 0
  }
}

.carousel.carousel-card {
  margin-left: -15px;
  margin-right: -15px;
  max-width: 100%
}

@media (min-width: 768px) {

  .carousel.carousel-card.cards-3 .carousel-inner .carousel-item-right.active,
  .carousel.carousel-card.cards-3 .carousel-inner .carousel-item-next {
    transform: translate(33.333%)
  }

  .carousel.carousel-card.cards-3 .carousel-inner .carousel-item-left.active,
  .carousel.carousel-card.cards-3 .carousel-inner .carousel-item-prev {
    transform: translate(-33.333%)
  }

  .carousel.carousel-card.cards-3 .carousel-inner .carousel-item-right,
  .carousel.carousel-card.cards-3 .carousel-inner .carousel-item-left {
    transform: translate(0)
  }
}

.carousel.carousel-card.cards-2 .carousel-inner .carousel-item-right.active,
.carousel.carousel-card.cards-2 .carousel-inner .carousel-item-next {
  transform: translate(50%)
}

.carousel.carousel-card.cards-2 .carousel-inner .carousel-item-left.active,
.carousel.carousel-card.cards-2 .carousel-inner .carousel-item-prev {
  transform: translate(-50%)
}

.carousel.carousel-card.cards-2 .carousel-inner .carousel-item-right,
.carousel.carousel-card.cards-2 .carousel-inner .carousel-item-left {
  transform: translate(0)
}

@media (max-width: 767.98px) {
  .carousel.carousel-card .carousel-inner .carousel-item>div {
    display: none
  }

  .carousel.carousel-card .carousel-inner .carousel-item>div:first-child {
    display: block
  }
}

.carousel.carousel-card .carousel-inner .carousel-item.active,
.carousel.carousel-card .carousel-inner .carousel-item-next,
.carousel.carousel-card .carousel-inner .carousel-item-prev {
  display: flex
}

@media (min-width: 768px) {
  .carousel.carousel-card .carousel-control-prev {
    left: -2%
  }
}

@media (min-width: 1200px) {
  .carousel.carousel-card .carousel-control-prev {
    left: -5%
  }
}

@media (min-width: 768px) {
  .carousel.carousel-card .carousel-control-next {
    right: -2%
  }
}

@media (min-width: 1200px) {
  .carousel.carousel-card .carousel-control-next {
    right: -5%
  }
}

.carousel.carousel-inline .carousel-indicators {
  z-index: 900;
  bottom: -60px
}

.carousel.carousel-inline .carousel-control-prev {
  left: -40px
}

.carousel.carousel-inline .carousel-control-next {
  right: -40px
}

@media (min-width: 1200px) {
  .carousel.carousel-inline .carousel-control-prev {
    left: -60px
  }

  .carousel.carousel-inline .carousel-control-next {
    right: -60px
  }
}

#cta.bg-teal {
  color: #fff
}

@media (max-width: 1199.98px) {
  #carousel-insights {
    margin-bottom: 60px
  }
}

#carousel-insights .carousel-indicators {
  margin-left: 0;
  justify-content: start;
  bottom: -60px
}

@media (min-width: 992px) {
  #carousel-insights .carousel-item-content {
    min-height: 390px
  }
}

#insights-computer .screen {
  opacity: 0;
  transition: all 1s ease-in-out
}

#insights-computer.image-1 .laptop-screen-1,
#insights-computer.image-2 .laptop-screen-2,
#insights-computer.image-3 .laptop-screen-3 {
  opacity: 1
}

.icon-grid .icon-wrapper {
  max-width: 250px;
  margin: 0 auto
}

.icon-grid h3 {
  line-height: 1.3
}

@media (max-width: 767.98px) {
  .icon-grid h3 {
    font-size: 1.2rem
  }
}

@media (max-width: 767.98px) {
  .icon-grid .icon-xl {
    width: 80px;
    height: 80px
  }
}

.icons {
  display: flex;
  align-items: start;
  justify-content: center;
  flex: 1
}

.icons .stakeholder_icon,
.icons .action_area_icon,
.icons .solution_icon {
  text-align: center;
  padding: 10px 30px 30px;
  float: left
}

@media (max-width: 767.98px) {
  .logo-pile h5 {
    font-size: .9rem
  }
}

.split {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%
}

.split .row,
.split .results-cards .ais-Hits-list,
.results-cards .split .ais-Hits-list {
  min-height: 100%;
  margin-right: 0;
  margin-left: 0
}

.split .col-copy,
.split .col-limit {
  padding-right: 0;
  padding-left: 0;
  z-index: 100
}

.split .col-copy .content,
.split .col-limit .content {
  padding: 3rem 0
}

@media (min-width: 992px) {

  .split .col-copy.order-2 .content,
  .split .col-limit.order-2 .content {
    margin-left: 6vw
  }

  .split .col-copy .content,
  .split .col-limit .content {
    max-width: 35vw;
    margin-right: 6vw
  }
}

@media (min-width: 1200px) {

  .split .col-copy .content,
  .split .col-limit .content {
    max-width: 30vw
  }

  .split .col-copy .content.content-lg,
  .split .col-limit .content.content-lg {
    max-width: 33vw
  }
}

.split .col-asset {
  padding-right: 0;
  padding-left: 0;
  z-index: 100
}

.split .col-asset .bg-image {
  height: 100%
}

.split .col-asset .content {
  margin: 2rem 0
}

.split video {
  position: absolute;
  top: 0;
  left: 0
}

@media (min-width: 992px) {
  .split {
    width: 100vw;
    padding: 0
  }

  .split.split-padded {
    padding: 3rem 0
  }

  .split.split-full {
    height: 100vh;
    max-height: 100vw
  }

  .split.split-square {
    max-height: 50vw
  }

  .split .container {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: 70vw;
    padding: 0;
    margin: auto
  }

  .split .content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    margin: auto
  }

  .split .col-asset .content {
    margin: 0
  }

  .split .col-asset .content div {
    width: 100%
  }
}

.ticker {
  display: flex;
  align-items: center;
  width: 100%
}

.ticker .ticker-image {
  width: 14rem;
  margin: auto;
  margin-right: 1rem;
  padding: 20px
}

.ticker.ticker-1 {
  width: 30rem;
  animation-name: ticker;
  animation-duration: 4s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-2 {
  width: 60rem;
  animation-name: ticker;
  animation-duration: 8s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-3 {
  width: 90rem;
  animation-name: ticker;
  animation-duration: 12s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-4 {
  width: 120rem;
  animation-name: ticker;
  animation-duration: 16s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-5 {
  width: 150rem;
  animation-name: ticker;
  animation-duration: 20s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-6 {
  width: 180rem;
  animation-name: ticker;
  animation-duration: 24s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-7 {
  width: 210rem;
  animation-name: ticker;
  animation-duration: 28s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-8 {
  width: 240rem;
  animation-name: ticker;
  animation-duration: 32s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-9 {
  width: 270rem;
  animation-name: ticker;
  animation-duration: 36s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-10 {
  width: 300rem;
  animation-name: ticker;
  animation-duration: 40s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-11 {
  width: 330rem;
  animation-name: ticker;
  animation-duration: 44s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-12 {
  width: 360rem;
  animation-name: ticker;
  animation-duration: 48s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-13 {
  width: 390rem;
  animation-name: ticker;
  animation-duration: 52s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-14 {
  width: 420rem;
  animation-name: ticker;
  animation-duration: 56s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-15 {
  width: 450rem;
  animation-name: ticker;
  animation-duration: 60s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-16 {
  width: 480rem;
  animation-name: ticker;
  animation-duration: 64s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-17 {
  width: 510rem;
  animation-name: ticker;
  animation-duration: 68s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-18 {
  width: 540rem;
  animation-name: ticker;
  animation-duration: 72s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-19 {
  width: 570rem;
  animation-name: ticker;
  animation-duration: 76s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-20 {
  width: 600rem;
  animation-name: ticker;
  animation-duration: 80s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-21 {
  width: 630rem;
  animation-name: ticker;
  animation-duration: 84s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-22 {
  width: 660rem;
  animation-name: ticker;
  animation-duration: 88s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-23 {
  width: 690rem;
  animation-name: ticker;
  animation-duration: 92s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-24 {
  width: 720rem;
  animation-name: ticker;
  animation-duration: 96s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-25 {
  width: 750rem;
  animation-name: ticker;
  animation-duration: 100s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-26 {
  width: 780rem;
  animation-name: ticker;
  animation-duration: 104s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-27 {
  width: 810rem;
  animation-name: ticker;
  animation-duration: 108s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-28 {
  width: 840rem;
  animation-name: ticker;
  animation-duration: 112s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-29 {
  width: 870rem;
  animation-name: ticker;
  animation-duration: 116s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-30 {
  width: 900rem;
  animation-name: ticker;
  animation-duration: 120s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-31 {
  width: 930rem;
  animation-name: ticker;
  animation-duration: 124s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-32 {
  width: 960rem;
  animation-name: ticker;
  animation-duration: 128s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-33 {
  width: 990rem;
  animation-name: ticker;
  animation-duration: 132s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-34 {
  width: 1020rem;
  animation-name: ticker;
  animation-duration: 136s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-35 {
  width: 1050rem;
  animation-name: ticker;
  animation-duration: 140s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-36 {
  width: 1080rem;
  animation-name: ticker;
  animation-duration: 144s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-37 {
  width: 1110rem;
  animation-name: ticker;
  animation-duration: 148s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-38 {
  width: 1140rem;
  animation-name: ticker;
  animation-duration: 152s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-39 {
  width: 1170rem;
  animation-name: ticker;
  animation-duration: 156s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-40 {
  width: 1200rem;
  animation-name: ticker;
  animation-duration: 160s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-41 {
  width: 1230rem;
  animation-name: ticker;
  animation-duration: 164s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-42 {
  width: 1260rem;
  animation-name: ticker;
  animation-duration: 168s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-43 {
  width: 1290rem;
  animation-name: ticker;
  animation-duration: 172s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-44 {
  width: 1320rem;
  animation-name: ticker;
  animation-duration: 176s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-45 {
  width: 1350rem;
  animation-name: ticker;
  animation-duration: 180s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-46 {
  width: 1380rem;
  animation-name: ticker;
  animation-duration: 184s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-47 {
  width: 1410rem;
  animation-name: ticker;
  animation-duration: 188s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-48 {
  width: 1440rem;
  animation-name: ticker;
  animation-duration: 192s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-49 {
  width: 1470rem;
  animation-name: ticker;
  animation-duration: 196s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.ticker.ticker-50 {
  width: 1500rem;
  animation-name: ticker;
  animation-duration: 200s;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-iteration-count: infinite
}

.laptop-container {
  width: 100%;
  position: relative
}

.laptop-container .laptop {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 63.19%;
  z-index: 1;
  pointer-events: none
}

.laptop-container .laptop img {
  width: 100%
}

.laptop-container .screen {
  z-index: 0;
  position: absolute;
  width: 80.7%;
  height: 80%;
  left: 9.6%;
  top: 4.4%;
  object-fit: cover;
  object-position: left top
}

.cta-insights-engine {
  overflow-x: clip
}

.cta-insights-engine .col-asset .laptop-container {
  width: 130%;
  bottom: 0;
  margin-left: auto;
  margin-right: auto
}

.cta-insights-engine .col-asset .laptop-container.top {
  bottom: auto
}

@media (min-width: 992px) {
  .cta-insights-engine .col-asset .laptop-container {
    position: absolute;
    width: 200%;
    bottom: -60px
  }
}

@media (min-width: 1200px) {
  .cta-insights-engine .col-asset .laptop-container {
    position: absolute;
    bottom: -60px;
    width: 165%
  }
}

@media (min-width: 1440px) {
  .cta-insights-engine .col-asset .laptop-container {
    width: 135%
  }
}

@media (min-width: 1200px) {
  .cta-insights-engine .col-copy {
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center
  }
}

.cta-insights-engine.no-overlap .col-asset .laptop-container {
  width: 100%;
  bottom: 0;
  margin-left: auto;
  margin-right: auto
}

@media (min-width: 992px) {
  .cta-insights-engine.no-overlap .col-asset .laptop-container {
    position: relative;
    width: 100%;
    bottom: auto;
    margin-right: -66px
  }
}

@media (min-width: 1200px) {
  .cta-insights-engine.no-overlap .col-asset .laptop-container {
    position: relative;
    bottom: auto;
    width: 100%
  }
}

@media (min-width: 1440px) {
  .cta-insights-engine.no-overlap .col-asset .laptop-container {
    width: 100%
  }
}

.carousel.carousel-testimonial .bg-testimonial,
.carousel.carousel-testimonial .carousel.carousel-testimonial {
  background-image: none
}

.carousel.carousel-testimonial .bg-testimonial:before,
.carousel.carousel-testimonial .carousel.carousel-testimonial:before {
  display: none
}

.carousel.carousel-testimonial .carousel-indicators {
  margin: 0;
  justify-content: center;
  bottom: 7px
}

@media (min-width: 992px) {
  .carousel.carousel-testimonial .carousel-indicators {
    top: 40px;
    bottom: auto
  }
}

.carousel.carousel-testimonial .carousel-indicators li {
  background-color: transparent;
  border-color: #fff
}

.carousel.carousel-testimonial .carousel-indicators li.active {
  background-color: #fff
}

.carousel.carousel-testimonial .carousel-control-prev {
  left: 0;
  color: #fff
}

.carousel.carousel-testimonial .carousel-control-next {
  right: 0;
  color: #fff
}

.solution_taxonomy {
  margin: 1rem .25rem
}

.solution_taxonomy label {
  display: block
}

.solution_taxonomy .col-1of7 {
  width: 14.2857142857%
}

.solution_taxonomy .col-5of7 {
  width: 71.4285714286%
}

.solution_taxonomy .group {
  flex-grow: 1;
  display: flex;
  flex-direction: column
}

.solution_taxonomy .group label {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 10px solid #003950
}

.solution_taxonomy .group.prevention label {
  border-bottom-color: #003950
}

.solution_taxonomy .group.rescue label {
  border-bottom-color: #65dcd2
}

.solution_taxonomy .group.recycle label {
  border-bottom-color: #00b982
}

.solution_taxonomy .group:last-child .icons {
  border-right: none
}

@media (max-width: 1199.98px) {

  .solution_taxonomy .col-1of7,
  .solution_taxonomy .col-5of7 {
    display: block;
    width: 100%
  }

  .solution_taxonomy .group .icons {
    border: none
  }
}

@media (max-width: 991.98px) {
  .solution_taxonomy .group .icons {
    flex-wrap: wrap
  }

  .solution_taxonomy .group .icons .action_area_icon {
    width: 33.33%;
    flex: initial
  }
}

@media (max-width: 767.98px) {
  .solution_taxonomy h5 {
    font-size: 1rem
  }

  .solution_taxonomy .group .icons .action_area_icon {
    width: 50%
  }
}

@media (max-width: 575.98px) {
  .solution_taxonomy .group .solutions {
    display: block
  }

  .solution_taxonomy .group .solutions .solution {
    width: auto;
    float: none
  }
}

body.show-search {
  overflow-y: hidden
}

body.show-search #siteSearch {
  opacity: 1;
  visibility: visible;
  pointer-events: all
}

#siteSearch {
  position: fixed;
  top: 110px;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: 9999;
  background-color: #ffffffe6;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: scroll
}

#siteSearch .bg-light {
  box-shadow: 0 5px 5px #00395033
}

.ais-InstantSearch__root {
  display: flex;
  flex-direction: column;
  flex-grow: 1
}

.ais-Highlight-highlighted,
.ais-Snippet-highlighted {
  font-style: normal;
  font-weight: 700;
  text-decoration: underline
}

.ais-InstantSearch__root {
  width: 100%;
  display: flex;
  flex-direction: column
}

.ais-SearchBox-input:focus {
  box-shadow: 0 2px 4px #0000001a
}

#searchbox {
  flex-grow: 0;
  margin-bottom: 8px
}

.ais-SearchBox {
  position: relative;
  height: auto;
  width: 100%
}

.ais-SearchBox-submit,
.ais-SearchBox-reset {
  position: absolute;
  top: 0;
  left: inherit;
  margin: 14px 16px;
  cursor: pointer
}

.ais-SearchBox-reset {
  background: none;
  padding: 0;
  border: none;
  right: 30px
}

.ais-SearchBox-input {
  width: 100%;
  padding: 8px 16px;
  font-weight: 400;
  border: none;
  font-family: inherit;
  line-height: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  appearance: none
}

#filters .ais-RefinementList .ais-RefinementList-list {
  list-style: none;
  padding: 0;
  padding-bottom: 1rem
}

#filters .ais-RefinementList-label {
  cursor: pointer;
  display: flex;
  align-items: center
}

#filters .ais-RefinementList-count {
  background: none;
  padding: 0;
  font-size: 12px;
  line-height: 24px;
  color: #999;
  float: right
}

#filters .ais-RefinementList-labelText,
#filters .ais-RefinementList-count {
  margin-left: .3rem
}

#stats .ais-Stats {
  font-size: .8rem;
  color: #848484
}

#hits .ais-Hits ul.ais-Hits-list {
  list-style: none;
  padding: 0
}

#hits .ais-Hits ul.ais-Hits-list li.ais-Hits-item {
  padding: 1rem;
  margin-bottom: 1.5rem;
  background-color: #f3f2f0;
  box-shadow: 2px 2px 5px #0039501a
}

.ais-Pagination-list {
  display: flex;
  margin: 0 0 16px;
  padding: 0;
  background: none;
  list-style: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: none;
  box-shadow: none;
  flex-wrap: wrap
}

.ais-Pagination-link {
  display: block
}

.ais-Pagination-item,
.ais-Pagination-item--disabled {
  flex: 0 0 40px;
  width: auto;
  height: auto;
  margin: 4px;
  background-color: #5468ff;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-align: center;
  border-radius: 4px;
  transition: all .1s linear
}

.ais-Pagination-item--disabled {
  display: none
}

.ais-Pagination-item:hover,
.ais-Pagination-item--selected {
  background-color: #3a46a1
}

.ais-Pagination-item .ais-Pagination-link,
.ais-Pagination-item--disabled .ais-Pagination-link {
  text-decoration: none;
  color: #fff;
  line-height: 32px
}

#pagination {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%
}

#collection-hits .ais-Hits ul.ais-Hits-list {
  list-style: none;
  padding: 0
}

.ais-MenuSelect,
.ais-SortBy {
  position: relative;
  width: auto;
  border: 1px solid #6d8089;
  background: #ffffff;
  min-width: 50%;
  padding: .9rem
}

.ais-MenuSelect select,
.ais-SortBy select {
  background: transparent;
  border: none;
  color: #6d8089;
  width: 100%
}

.ais-MenuSelect select:focus-visible,
.ais-SortBy select:focus-visible {
  outline: 0
}

.financing-stats h6 {
  font-size: .9rem;
  font-weight: 700
}

.financing-stats p {
  margin: 3px 0;
  display: flex;
  align-items: center
}

.financing-stats i {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: .5rem
}

#modal-popup button.close {
  position: absolute;
  z-index: 1000;
  right: 5px;
  top: 5px
}

.grid-overlap-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  height: 300px;
  max-width: 1200px
}

.grid-overlap-wrapper.details-active {
  width: 65%
}

.grid-overlap-wrapper.details-active .overlap-item {
  opacity: .6;
  z-index: 20
}

.grid-overlap-wrapper .grid-overlap {
  width: 100%
}

.grid-overlap-wrapper .grid-overlap .overlap-item {
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s ease
}

.grid-overlap-wrapper .grid-overlap .overlap-item:hover {
  cursor: pointer
}

.grid-overlap-wrapper .grid-overlap .overlap-item:nth-of-type(1) {
  left: 0;
  top: 5%;
  z-index: 30;
  max-width: 38%
}

.grid-overlap-wrapper .grid-overlap .overlap-item:nth-of-type(2) {
  top: 25%;
  left: 27%;
  z-index: 40;
  max-width: 25%
}

.grid-overlap-wrapper .grid-overlap .overlap-item:nth-of-type(3) {
  left: 49%;
  top: 3%;
  z-index: 35;
  max-width: 30%
}

.grid-overlap-wrapper .grid-overlap .overlap-item:nth-of-type(4) {
  right: 0;
  left: auto;
  top: 20%;
  max-width: 25%;
  z-index: 25
}

.item-details {
  background-color: #fff;
  z-index: 0;
  font-size: 14px;
  line-height: 1.4;
  padding: 3rem;
  height: auto;
  opacity: 0;
  transition: all .5s ease
}

.item-details .close-details {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1;
  padding: 1px 5px;
  border: 0;
  background: transparent
}

.grid-overlap {
  padding-left: 0;
  position: relative;
  list-style-type: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap
}

@media (min-width: 992px) {
  .grid-overlap-wrapper {
    height: 500px;
    transition: all .5s ease
  }

  .item-details {
    transition: opacity 1s;
    width: 35%;
    position: relative;
    opacity: 0
  }

  .item-details.active {
    z-index: 100;
    opacity: 1
  }

  .grid-overlap .overlap-item.active {
    z-index: 1000;
    width: 60% !important;
    max-width: 60% !important;
    top: 0 !important;
    left: 50% !important;
    z-index: 100 !important;
    transform: translate(-50%);
    opacity: 1 !important
  }
}

@media (max-width: 1199.98px) {
  .item-details {
    position: fixed;
    right: -100%;
    top: 70px;
    width: 100%;
    height: calc(100% - 70px);
    padding: 100px 20px 20px
  }

  .item-details.active {
    z-index: 1000 !important;
    opacity: 1 !important;
    right: 0 !important
  }

  .item-details .close-details {
    top: 100px
  }

  .grid-overlap-wrapper.details-active {
    width: 100%
  }
}

#modal-share .socialnav {
  margin-left: 5px
}

#modal-share .socialnav a {
  width: 48px;
  height: 48px;
  margin-left: 5px;
  margin-right: 5px
}

.btn-share {
  line-height: 1
}

#popup-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all .3s ease-in-out;
  transform: translateY(100%)
}

#popup-footer .popup-img {
  opacity: 0;
  visibility: hidden
}

#popup-footer #popup-controls {
  top: -39px
}

@media (min-width: 992px) {
  #popup-footer #popup-controls {
    top: -50px
  }
}

#popup-footer #popup-minimize {
  transform: rotate(-180deg) translateY(4px)
}

#popup-footer.popup-active {
  transform: translateY(0);
  max-height: 100%
}

#popup-footer.popup-active #popup-minimize {
  transform: rotate(0) translateY(0)
}

#popup-footer.popup-active .popup-img {
  opacity: 1;
  visibility: visible
}

@media (max-width: 1199.98px) {
  #popup-footer.popup-active {
    overflow-y: auto
  }

  #popup-footer.popup-active #popup-controls {
    top: 10px
  }
}

#popup-footer .popup-img {
  position: absolute;
  left: -50px;
  top: -75px;
  transition: all .5s ease-in-out
}

@media (min-width: 992px) {
  #popup-footer .popup-img {
    max-width: 300px
  }
}

@media (min-width: 1200px) {
  #popup-footer .popup-img {
    max-width: 420px
  }
}

@media (max-width: 1199.98px) {
  #popup-footer .popup-img {
    display: none
  }
}

#popup-footer .wForm .actions {
  margin-top: 0
}

#popup-footer .wForm #disabled-explanation {
  font-size: 14px
}

#popup-controls {
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: #275b71
}

#popup-close,
#popup-minimize {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 2rem;
  line-height: 1
}

#popup-close:focus,
#popup-close:active,
#popup-minimize:focus,
#popup-minimize:active {
  outline: none
}

@media (min-width: 992px) {

  #popup-close,
  #popup-minimize {
    font-size: 3rem
  }
}

#popup-minimize {
  transform: rotate(0) translateY(0);
  transition: all .3s ease-in-out
}

.subscribe-form-overlay {
  transform: translate(100%);
  transition: transform .5s ease-out;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  padding: 0;
  z-index: 9999
}

.subscribe-form-overlay .subscribe-form-overlay__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  padding: 20px
}

.subscribe-form-overlay .close-btn {
  position: fixed;
  top: 10px;
  right: 17px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  border: none;
  background-color: transparent
}

body.show-subscribe-form {
  overflow: hidden
}

body.show-subscribe-form .subscribe-form-overlay {
  transform: translate(0)
}

.horizontal-carousel-arrows-only.flickity-resize .filterable-list-item {
  height: 100%;
  display: flex;
  flex-direction: column
}

@media (max-width: 575.98px) {
  .key-indicators-box {
    flex-wrap: wrap
  }

  .key-indicators-box>div {
    border-left: none !important;
    padding-left: 0 !important;
    border-bottom: 1px solid #6d8089;
    margin-bottom: .4375rem
  }

  .key-indicators-box>div:last-child {
    border-bottom: none;
    padding-bottom: 0 !important
  }

  .key-indicators-box .key-indicators-box__stat {
    width: 100%;
    border-bottom: none
  }
}

@media (min-width: 576px) {
  .key-indicators-box .key-indicators-box__label {
    max-width: 6.25rem
  }
}

.horizontal-card .card-text p:last-child {
  margin-bottom: 0 !important
}

@media (max-width: 991.98px) {
  .stakeholder-layout .border-left[class^=col-] {
    border-left: 0 !important
  }
}

.sector,
.solution-group {
  margin: 1.5rem auto;
  position: relative
}

.sector label,
.solution-group label {
  position: absolute;
  margin-left: -1rem;
  font-size: .75rem;
  writing-mode: vertical-lr;
  transform: rotate(-180deg)
}

.sector .row,
.sector .results-cards .ais-Hits-list,
.results-cards .sector .ais-Hits-list,
.solution-group .row,
.solution-group .results-cards .ais-Hits-list,
.results-cards .solution-group .ais-Hits-list {
  position: relative;
  align-items: center;
  border-left: 5px solid transparent;
  cursor: pointer
}

@media (max-width: 991.98px) {

  .sector .row,
  .sector .results-cards .ais-Hits-list,
  .results-cards .sector .ais-Hits-list,
  .solution-group .row,
  .solution-group .results-cards .ais-Hits-list,
  .results-cards .solution-group .ais-Hits-list {
    padding-left: 10px
  }
}

.sector .row:before,
.sector .results-cards .ais-Hits-list:before,
.results-cards .sector .ais-Hits-list:before,
.solution-group .row:before,
.solution-group .results-cards .ais-Hits-list:before,
.results-cards .solution-group .ais-Hits-list:before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  left: 15px;
  top: 0;
  background-color: transparent
}

.sector .row.row-prevention:before,
.sector .results-cards .row-prevention.ais-Hits-list:before,
.results-cards .sector .row-prevention.ais-Hits-list:before,
.solution-group .row.row-prevention:before,
.solution-group .results-cards .row-prevention.ais-Hits-list:before,
.results-cards .solution-group .row-prevention.ais-Hits-list:before {
  background-color: #003950
}

.sector .row.row-rescue:before,
.sector .results-cards .row-rescue.ais-Hits-list:before,
.results-cards .sector .row-rescue.ais-Hits-list:before,
.solution-group .row.row-rescue:before,
.solution-group .results-cards .row-rescue.ais-Hits-list:before,
.results-cards .solution-group .row-rescue.ais-Hits-list:before {
  background-color: #00d1c3
}

.sector .row.row-recycle:before,
.sector .results-cards .row-recycle.ais-Hits-list:before,
.results-cards .sector .row-recycle.ais-Hits-list:before,
.solution-group .row.row-recycle:before,
.solution-group .results-cards .row-recycle.ais-Hits-list:before,
.results-cards .solution-group .row-recycle.ais-Hits-list:before {
  background-color: #5ca958
}

.sector .row h4,
.sector .results-cards .ais-Hits-list h4,
.results-cards .sector .ais-Hits-list h4,
.solution-group .row h4,
.solution-group .results-cards .ais-Hits-list h4,
.results-cards .solution-group .ais-Hits-list h4 {
  font-size: 1.2rem
}

@media (min-width: 1200px) {

  .sector .row h4,
  .sector .results-cards .ais-Hits-list h4,
  .results-cards .sector .ais-Hits-list h4,
  .solution-group .row h4,
  .solution-group .results-cards .ais-Hits-list h4,
  .results-cards .solution-group .ais-Hits-list h4 {
    font-size: 1.4rem
  }
}

@media (max-width: 991.98px) {

  .sector .row .icon-img-sm,
  .sector .results-cards .ais-Hits-list .icon-img-sm,
  .results-cards .sector .ais-Hits-list .icon-img-sm,
  .solution-group .row .icon-img-sm,
  .solution-group .results-cards .ais-Hits-list .icon-img-sm,
  .results-cards .solution-group .ais-Hits-list .icon-img-sm {
    width: 40px
  }
}

@media (max-width: 1439.98px) {

  .sector .row small,
  .sector .results-cards .ais-Hits-list small,
  .results-cards .sector .ais-Hits-list small,
  .solution-group .row small,
  .solution-group .results-cards .ais-Hits-list small,
  .results-cards .solution-group .ais-Hits-list small {
    font-size: 70%
  }
}

.sector .stat-text,
.solution-group .stat-text {
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px
}

.sector .collapse-trigger,
.solution-group .collapse-trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #003950;
  color: #fff;
  font-size: .85rem;
  padding: 1rem;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-left: 10px
}

@media (min-width: 768px) {

  .sector .collapse-trigger,
  .solution-group .collapse-trigger {
    margin: 1rem -2rem 2rem 2rem
  }
}

.sector .collapse-trigger span,
.solution-group .collapse-trigger span {
  margin-right: .75rem
}

.sector .collapse-trigger br,
.solution-group .collapse-trigger br {
  display: none
}

@media (min-width: 1200px) {

  .sector .collapse-trigger,
  .solution-group .collapse-trigger {
    flex-direction: column;
    margin: 0 0 .5rem
  }

  .sector .collapse-trigger span,
  .solution-group .collapse-trigger span {
    margin-right: 0
  }

  .sector .collapse-trigger span:nth-of-type(1),
  .solution-group .collapse-trigger span:nth-of-type(1) {
    margin-bottom: 5px
  }

  .sector .collapse-trigger br,
  .solution-group .collapse-trigger br {
    display: block
  }
}

#accelerator-how img {
  width: 150px
}

#accelerator-timeline img {
  margin: 0 auto 40px
}

@media (max-width: 767.98px) {
  .the-refed-nonprofit-food-recovery-accelerator h2 {
    font-size: 23px
  }

  .accelerator-logos {
    display: block;
    text-align: center
  }

  .accelerator-logos img {
    display: block;
    margin: 0 auto
  }
}

#faq .text-white:hover {
  color: #fff !important
}

#faq .btn-collapse svg {
  width: 25px;
  margin-left: 15px
}

.btn-collapse svg {
  width: 11px;
  stroke: #fff;
  fill: #fff;
  margin-left: 10px;
  transition: all .4s ease-in-out
}

.btn-collapse.collapsed svg {
  transform: rotate(-180deg)
}

@media (max-width: 991.98px) {
  .article-layout .w-50 {
    width: 100% !important
  }
}

#capital-providers-page .collapse-arrow-trigger {
  padding: 15px;
  margin-top: 10px
}

#capital-providers-page .collapse-arrow-trigger .arrow {
  transform: rotate(-180deg);
  transition: all .4s ease-in-out;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent
}

#capital-providers-page .collapse-arrow-trigger .arrow.arrow-down {
  border-top: 15px solid #ffffff
}

@media (min-width: 992px) {
  #capital-providers-page .collapse-arrow-trigger {
    padding: 30px;
    margin-top: 0
  }
}

#capital-providers-page .collapsed .arrow {
  transform: rotate(0)
}

@media (min-width: 992px) {
  #cta-capital-tracker-tool {
    padding-top: 150px
  }
}

#cta-capital-tracker-tool h3 {
  color: #0092b7
}

#capital-tracker-iframe {
  pointer-events: none
}

@media (min-width: 992px) {
  .homepage-layout .bg-hero {
    height: calc(100vh - 111px)
  }
}

.homepage-layout .bg-hero .h1 {
  font-size: calc(16px + 2vw)
}

@media (min-width: 992px) {
  .homepage-layout .cta-insights-engine .col-asset .laptop-container {
    position: absolute;
    bottom: -80px
  }
}

@media (max-width: 991.98px) {
  .card-area-focus.bg-image {
    padding-top: 55%
  }
}

.card-area-focus h3 {
  font-size: 2rem;
  line-height: 1.1
}

@media (min-width: 1200px) {
  .card-area-focus h3 {
    font-size: 2.5rem
  }
}

.card-area-focus .card-content {
  padding: 20px 35px
}

@media (max-width: 991.98px) {
  #stakeholder-list .icon-md {
    width: 50px;
    height: 50px
  }
}

.border-large {
  position: relative
}

.border-large:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  display: block;
  z-index: 100
}

@media (min-width: 576px) {
  .border-large:before {
    width: 15px
  }
}

@media (min-width: 1440px) {
  .border-large:before {
    width: 25px
  }
}

@media (min-width: 1600px) {
  .border-large:before {
    width: 50px
  }
}

.border-large.border-dark:before {
  background-color: #003950
}

.border-large.border-recycle-500:before {
  background-color: #5ca958
}

.border-large.border-teal-550:before {
  background-color: #006054
}

@media (max-width: 1199.98px) {
  .button-play {
    max-width: 100px;
    margin-top: 30px
  }
}

.icon-social {
  width: 28px;
  height: 28px;
  background-color: #0092b7;
  display: flex;
  align-items: center;
  justify-content: center
}

.icon-social i {
  font-size: 1.1rem
}

#accordion-emissions .btn-collapse {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between
}

#accordion-emissions .btn-collapse:focus {
  outline: none
}

#accordion-emissions .btn-collapse svg {
  width: 20px;
  stroke: #848484;
  fill: #848484
}

#accordion-emissions .card-body p {
  margin-bottom: 0
}

#accordion-emissions .card-body .collapse-panel {
  border-left: 20px solid
}

#food-waste-consumes .display-4 {
  margin-right: 10px
}

@media (max-width: 767.98px) {
  #roadmap-2030 .icons h5 {
    font-size: 1rem
  }
}

@media (max-width: 767.98px) {

  .newsroom-layout #pageContent,
  .article-layout #pageContent {
    padding-top: 114px
  }
}

@media (max-width: 767.98px) {

  .newsroom-layout .bg-hero .btn,
  .article-layout .bg-hero .btn {
    font-size: .8rem
  }
}

.newsroom-layout #pagination,
.article-layout #pagination {
  position: relative
}

@media (max-width: 991.98px) {
  #secondarynav {
    font-size: .9rem
  }
}

#solution-adoption .row.arrow-header,
#solution-adoption .results-cards .arrow-header.ais-Hits-list,
.results-cards #solution-adoption .arrow-header.ais-Hits-list {
  position: relative
}

#solution-adoption .row.arrow-header .arrow,
#solution-adoption .results-cards .arrow-header.ais-Hits-list .arrow,
.results-cards #solution-adoption .arrow-header.ais-Hits-list .arrow {
  transform: rotate(180deg);
  width: 100%;
  height: 4rem
}

#solution-adoption .row.arrow-header .arrow svg,
#solution-adoption .results-cards .arrow-header.ais-Hits-list .arrow svg,
.results-cards #solution-adoption .arrow-header.ais-Hits-list .arrow svg {
  height: 100%;
  width: 100%
}

#solution-adoption .row.arrow-header .arrow svg polygon,
#solution-adoption .results-cards .arrow-header.ais-Hits-list .arrow svg polygon,
.results-cards #solution-adoption .arrow-header.ais-Hits-list .arrow svg polygon,
#solution-adoption .row.arrow-header .arrow svg path,
#solution-adoption .results-cards .arrow-header.ais-Hits-list .arrow svg path,
.results-cards #solution-adoption .arrow-header.ais-Hits-list .arrow svg path {
  fill: #168374
}

#solution-adoption .row.arrow-header .arrow:after,
#solution-adoption .results-cards .arrow-header.ais-Hits-list .arrow:after,
.results-cards #solution-adoption .arrow-header.ais-Hits-list .arrow:after {
  content: "";
  border: 1px solid transparent
}

#solution-adoption .stat {
  line-height: 1.2
}

#solution-adoption .stat .number {
  font-size: 2rem
}

@media (min-width: 992px) {
  #solution-adoption .stat .number {
    font-size: 2.2rem
  }
}

#solution-adoption .stat label {
  font-size: .8rem
}

#solution-adoption .h4 {
  font-size: 1.3rem;
  line-height: 1
}

@media (min-width: 992px) {
  #solution-adoption .h4 {
    font-size: 1.5rem
  }
}

@media (min-width: 768px) {

  #solution-adoption .row.arrow-header,
  #solution-adoption .results-cards .arrow-header.ais-Hits-list,
  .results-cards #solution-adoption .arrow-header.ais-Hits-list {
    height: 10rem
  }

  #solution-adoption .row.arrow-header .arrow,
  #solution-adoption .results-cards .arrow-header.ais-Hits-list .arrow,
  .results-cards #solution-adoption .arrow-header.ais-Hits-list .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 3rem;
    height: 100%;
    left: 50%;
    transform: rotate(0);
    border-style: solid;
    border-width: 5rem 0 5rem 3rem;
    border-color: transparent transparent transparent #168374
  }

  #solution-adoption .row.arrow-header .arrow svg,
  #solution-adoption .results-cards .arrow-header.ais-Hits-list .arrow svg,
  .results-cards #solution-adoption .arrow-header.ais-Hits-list .arrow svg {
    display: none
  }

  #solution-adoption .row.arrow-header .col:first-child,
  #solution-adoption .results-cards .arrow-header.ais-Hits-list .col:first-child,
  .results-cards #solution-adoption .arrow-header.ais-Hits-list .col:first-child {
    height: auto
  }

  #solution-adoption .row.arrow-header .col:last-child,
  #solution-adoption .results-cards .arrow-header.ais-Hits-list .col:last-child,
  .results-cards #solution-adoption .arrow-header.ais-Hits-list .col:last-child {
    height: auto
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #solution-adoption .stat {
    flex-direction: column !important;
    align-items: start !important
  }
}

#project-settings-page .row,
#project-settings-page .results-cards .ais-Hits-list,
.results-cards #project-settings-page .ais-Hits-list {
  margin-top: .25rem
}

#project-settings-page .heading {
  font-weight: bolder;
  font-size: 1.4rem;
  background-color: #003950;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 1rem;
  cursor: pointer;
  transition: all .3s ease-in-out
}

#project-settings-page .heading:hover {
  background-color: #00bbea
}

#project-settings-page .subheading {
  font-weight: bolder;
  font-size: 1rem;
  background-color: #f3f2f0;
  color: #344955;
  text-transform: uppercase;
  padding: .5rem 1rem
}

#project-settings-page .info {
  font-size: 80%;
  font-weight: 400;
  padding: 1rem;
  background-color: #f8f8f7;
  margin-bottom: .25rem;
  display: flex;
  justify-content: space-between
}

#project-settings-page #colorPaletteContent .info,
#project-settings-page #iconContent .info,
#project-settings-page #colorPaletteContent code,
#project-settings-page #iconContent code {
  display: block
}

#application-steps {
  margin-left: -5px;
  margin-right: -5px
}

@media (max-width: 1199.98px) {
  #application-steps .process-step {
    position: relative
  }
}

#application-steps .step {
  padding-left: 5px;
  padding-right: 5px;
  width: 100%
}

@media (min-width: 992px) {
  #application-steps .step .bg-light {
    height: 275px;
    position: relative
  }
}

#application-steps .step-date {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6d8089 !important
}

@media (min-width: 992px) {
  #application-steps .step-date {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    width: 75%;
    text-align: center
  }
}

#application-steps .step-date h6 {
  font-size: .8rem
}

@media (min-width: 992px) {
  #application-steps #application-process {
    width: 40%
  }

  #application-steps #application-process .step {
    max-width: 50%
  }
}

@media (min-width: 992px) {
  #application-steps #selection-process {
    width: 60%
  }

  #application-steps #selection-process .step {
    max-width: 33%
  }
}

#application-steps .step-number {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background-color: #003950;
  font-family: Lora, serif;
  font-size: 1.7rem;
  margin: 0 auto 20px;
  position: relative
}

#application-steps .step-number.no-arrow:before,
#application-steps .step-number.no-arrow:after {
  display: none
}

#application-steps .step-number:before {
  content: "";
  height: 4px;
  background-color: #003950;
  width: 310%;
  position: absolute;
  right: -310%;
  top: 50%;
  transform: translateY(-50%)
}

@media (max-width: 991.98px) {
  #application-steps .step-number:before {
    display: none
  }
}

#application-steps .step-number:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 13px solid #003950;
  position: absolute;
  top: 50%;
  right: calc(-310% - 10px);
  transform: translateY(-50%)
}

@media (max-width: 991.98px) {
  #application-steps .step-number:after {
    display: none
  }
}

#application-steps .step-border {
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  height: 10px
}

@media (max-width: 991.98px) {
  #application-steps .step-border {
    position: absolute;
    left: -15px;
    top: 0;
    height: 100%
  }
}

@media (max-width: 991.98px) {
  #application-steps .step-label {
    position: absolute;
    left: -64px;
    top: 0;
    writing-mode: vertical-rl;
    text-orientation: upright
  }
}

.image-wrapper {
  width: 33%;
  padding: 20px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center
}

@media (min-width: 992px) {
  .image-wrapper {
    width: 25%
  }
}

.image-wrapper .image-item {
  max-width: 65%
}

.image-wrapper .image-item img {
  width: 100%
}

#news-and-updates .bg-light:before,
#news-and-updates .bg-light:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #f3f2f0
}

#news-and-updates .bg-light:before {
  left: -100%
}

#news-and-updates .bg-light:after {
  right: -100%
}

@media (min-width: 992px) {
  #news-and-updates .bg-light:before {
    display: none
  }
}

.split-section .col-text {
  padding-top: 7rem;
  padding-bottom: 7rem
}

.split-section .col-image {
  padding: 0
}

.split-section .bkg {
  position: absolute;
  display: block;
  inset: 0;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none
}

@media (max-width: 991.98px) {
  .split-section .container {
    max-width: initial;
    padding-left: 15px;
    padding-right: 15px
  }

  .split-section .col-image {
    width: 100%;
    padding-bottom: 56.25%
  }

  .split-section .col-image .bkg,
  .split-section .col-image img {
    width: 100%
  }

  .split-section .col-text {
    padding-left: 0;
    padding-right: 0;
    z-index: -1;
    pointer-events: none;
    padding-bottom: 2rem;
    padding-top: 2rem
  }

  .split-section .col-text .col-text-content {
    margin: auto;
    padding-left: .9375rem;
    padding-right: .9375rem;
    max-width: 720px !important
  }
}

@media (max-width: 991.98px) and (max-width: 767.98px) {
  .split-section .col-text .col-text-content {
    max-width: 540px !important
  }
}

@media (max-width: 991.98px) and (max-width: 575.98px) {
  .split-section .col-text .col-text-content {
    max-width: initial !important
  }
}

@media (min-width: 992px) {
  .split-section {
    position: relative
  }

  .split-section.image-left .col-text {
    padding-left: 7rem
  }

  .split-section.image-right .col-text {
    padding-right: 7rem
  }

  .split-section .col-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover
  }

  .split-section .text-to-browser-edge .bkg {
    right: 0;
    left: auto
  }

  .split-section .image-to-browser-edge img {
    left: 0;
    right: auto
  }

  .split-section.image-left>.container>.row,
  .results-cards .split-section.image-left>.container>.ais-Hits-list {
    flex-direction: row-reverse
  }

  .split-section.image-left .text-to-browser-edge .bkg {
    left: 0;
    right: auto
  }

  .split-section.image-left .image-to-browser-edge .bkg {
    right: 0;
    left: auto
  }
}

@media (min-width: 992px) {

  .split-section .text-to-browser-edge .bkg,
  .split-section .text-to-browser-edge img,
  .split-section .image-to-browser-edge .bkg,
  .split-section .image-to-browser-edge img {
    width: calc(100% + (100vw - 960px)/2)
  }
}

@media (min-width: 1200px) {

  .split-section .text-to-browser-edge .bkg,
  .split-section .text-to-browser-edge img,
  .split-section .text-to-browser-edge .bg-image,
  .split-section .image-to-browser-edge .bkg,
  .split-section .image-to-browser-edge img,
  .split-section .image-to-browser-edge .bg-image {
    width: calc(100% + (100vw - 1140px)/2)
  }
}

.split-section .column-primary .bkg {
  background-color: #0092b7
}

.split-section .column-secondary .bkg {
  background-color: #5ca958
}

.split-section .column-success .bkg {
  background-color: #00b982
}

.split-section .column-info .bkg {
  background-color: #17a2b8
}

.split-section .column-warning .bkg {
  background-color: #ffc432
}

.split-section .column-danger .bkg {
  background-color: #dc354d
}

.split-section .column-mid .bkg {
  background-color: #6d8089
}

.split-section .column-dark .bkg {
  background-color: #003950
}

.split-section .column-white .bkg {
  background-color: #fff
}

.split-section .column-black .bkg {
  background-color: #000
}

.split-section .column-lighter .bkg {
  background-color: #f8f8f7
}

.split-section .column-light .bkg {
  background-color: #f3f2f0
}

.split-section .column-primary,
.split-section .column-secondary,
.split-section .column-success,
.split-section .column-info,
.split-section .column-warning,
.split-section .column-danger,
.split-section .column-mid,
.split-section .column-dark,
.split-section .column-black {
  color: #fff
}

.split-section .column-info .btn-info {
  background-color: #0092b7
}

.accordion .accordian-label {
  font-size: 1.4rem;
  color: #65dcd2
}

.accordion .accordian-label .toggle {
  width: 1.7rem;
  float: right;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: .8125rem
}

.accordion .accordian-label .toggle svg {
  display: block;
  max-width: 100%;
  transform: rotate(0);
  transform-origin: 50% 65%;
  transition: transform .2s linear
}

.accordion .accordian-label .toggle svg polygon {
  fill: #fff
}

.accordion .accordian-label .toggle svg path {
  fill: transparent
}

.accordion .accordian-label.collapsed {
  color: #fff
}

.accordion .accordian-label.collapsed:hover {
  color: #65dcd2
}

.accordion .accordian-label.collapsed:hover .toggle svg polygon {
  fill: transparent
}

.accordion .accordian-label.collapsed:hover .toggle svg path {
  fill: #65dcd2
}

.accordion .accordian-label.collapsed .toggle svg {
  max-width: 100%;
  transform: rotate(180deg)
}

.accordion .accordian-label.collapsed .toggle svg polygon {
  fill: transparent
}

.accordion .accordian-label.collapsed .toggle svg path {
  fill: #6d8089
}

.theory-of-change h6 {
  cursor: pointer;
  font-size: 1rem;
  text-transform: none;
  border-bottom-width: .6rem !important;
  padding-bottom: .5rem;
  background-color: #f3f2f0;
  padding: 1rem
}

.theory-of-change h6:hover {
  background-color: #f8f8f7
}

.theory-of-change h6 .toggle {
  width: 1rem;
  float: right
}

.theory-of-change h6 .toggle svg {
  max-width: 100%;
  transform: rotate(0);
  transform-origin: 50% 65%;
  transition: transform .2s linear
}

.theory-of-change h6 .toggle svg polygon {
  fill: #0092b7
}

.theory-of-change h6 .toggle svg path {
  fill: #0092b7
}

.theory-of-change h6.collapsed .toggle svg {
  max-width: 100%;
  transform: rotate(180deg)
}

.theory-of-change .col-12,
.theory-of-change .results-cards .ais-Hits-list .ais-Hits-item,
.results-cards .ais-Hits-list .theory-of-change .ais-Hits-item {
  display: flex;
  flex-direction: column;
  padding: 0 .7rem
}

.theory-of-change .block {
  background-color: #f3f2f0;
  margin: 0 0 10px;
  padding: 1rem;
  width: 100%
}

.theory-of-change .block p:first-child {
  margin-top: 0
}

.theory-of-change .block p:last-child {
  margin-bottom: 0
}

@media (min-width: 992px) {
  .theory-of-change h6 {
    cursor: default;
    pointer-events: none;
    background-color: transparent;
    padding: 0 0 .9rem
  }

  .theory-of-change h6 .toggle {
    display: none
  }

  .theory-of-change h6:hover {
    background-color: inherit
  }

  .theory-of-change .block-container {
    flex: 1;
    flex-direction: column;
    display: flex
  }

  .theory-of-change .block {
    flex: 1;
    display: flex;
    align-items: center;
    position: relative
  }

  .theory-of-change #col1-block2.block:before,
  .theory-of-change #col3-block2.block:before,
  .theory-of-change #col3-block3.block:before,
  .theory-of-change #col3-block4.block:before,
  .theory-of-change #col3-block5.block:before {
    content: "";
    position: absolute;
    border-top: 1px solid #848484;
    height: 0;
    width: .7rem;
    top: 50%;
    left: 100%
  }

  .theory-of-change #col3-block2.block:after,
  .theory-of-change #col3-block4.block:after,
  .theory-of-change #col3-block6.block:after,
  .theory-of-change #col4-block1.block:after {
    content: "";
    position: absolute;
    border-top: 1px solid #848484;
    height: 0;
    width: .7rem;
    top: 50%;
    left: -.7rem
  }

  .theory-of-change #col3-block6.block:after {
    top: 20%
  }

  .theory-of-change #col1-block1.block:before,
  .theory-of-change #col1-block3.block:before,
  .theory-of-change #col2-block1.block:before,
  .theory-of-change #col2-block2.block:before,
  .theory-of-change #col2-block3.block:before,
  .theory-of-change #col4-block1.block:before {
    content: "";
    position: absolute;
    border-top: 1px solid #848484;
    height: 0;
    width: 1.4rem;
    top: 50%;
    left: 100%
  }

  .theory-of-change #col4-block1.block:before {
    width: .7rem
  }

  .theory-of-change #col1-block2.block:after {
    content: "";
    position: absolute;
    border-top: 1px solid #848484;
    border-bottom: 1px solid #848484;
    border-left: 1px solid #848484;
    height: 70%;
    top: 15%;
    width: .7rem;
    left: calc(100% + .7rem)
  }

  .theory-of-change #col2-block1.block:after {
    content: "";
    position: absolute;
    border-top: 1px solid #848484;
    border-bottom: 1px solid #848484;
    border-right: 1px solid #848484;
    height: 60%;
    top: 70%;
    width: .7rem;
    left: 100%
  }

  .theory-of-change #col2-block2.block:after {
    content: "";
    position: absolute;
    border-top: 1px solid #848484;
    border-bottom: 1px solid #848484;
    border-right: 1px solid #848484;
    height: 60%;
    top: 70%;
    width: .7rem;
    left: 100%
  }

  .theory-of-change #col2-block4.block:after {
    content: "";
    position: absolute;
    border-top: 1px solid #848484;
    border-bottom: 1px solid #848484;
    border-right: 1px solid #848484;
    height: 80%;
    bottom: 40%;
    width: .7rem;
    left: 100%
  }

  .theory-of-change #col2-block1.block:before {
    top: 33%
  }

  .theory-of-change #col2-block3.block:before {
    top: 66%
  }

  .theory-of-change #col3-block1.block:after {
    content: "";
    position: absolute;
    border-top: 1px solid #848484;
    border-bottom: 1px solid #848484;
    border-right: 1px solid #848484;
    height: 530%;
    top: 50%;
    width: .7rem;
    left: 100%
  }

  .theory-of-change #col5-block2.block:before {
    content: "";
    position: absolute;
    border-top: 1px solid #848484;
    border-bottom: 1px solid #848484;
    border-left: 1px solid #848484;
    height: 100%;
    top: 0;
    transform: translateY(-50%);
    width: .7rem;
    right: 100%
  }

  .theory-of-change #col5-block3.block:before {
    content: "";
    position: absolute;
    border-left: 1px solid #848484;
    height: 120%;
    top: 0;
    transform: translateY(-50%);
    width: .7rem;
    right: 100%
  }

  .theory-of-change #col5-block4.block:before {
    content: "";
    position: absolute;
    border-top: 1px solid #848484;
    border-bottom: 1px solid #848484;
    border-left: 1px solid #848484;
    height: 110%;
    top: -4%;
    transform: translateY(-50%);
    width: .7rem;
    right: 100%
  }
}

.newsroom-filter input[type=text] {
  background: transparent;
  border: 1px solid #0092b7;
  padding: .3125rem .5rem .3125rem 1.625rem
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .newsroom-filter input[type=text] {
    width: 10.5rem
  }
}

.newsroom-filter .ri-search-line {
  position: absolute;
  color: #0092b7;
  top: 5px;
  left: 20px
}

.newsroom-filter input[type=date] {
  border: none;
  border-bottom: 1px solid #0092b7;
  background: transparent
}

.newsroom-filter input[type=date] {
  position: relative;
  padding: .625rem 0px
}

.newsroom-filter input[type=date]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1
}

.newsroom-filter input[type=date]:before {
  content: "\ea4d";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: -6px;
  color: #0092b7;
  font-size: 2.25rem;
  transform: scaleY(1.4)
}

.newsroom-filter input[type=date]:before:hover,
.newsroom-filter input[type=date]:before:focus {
  border: none;
  outline: none
}

.newsroom-filter .date-pickers label {
  text-transform: none;
  font-weight: 400;
  padding-right: 0
}

#searchbox input {
  border: 1px solid #6d8089;
  padding: 1rem
}

.ais-Pagination-list li .ais-Pagination-link {
  background-color: #003950;
  border-radius: 4px
}

@media (min-width: 992px) {
  .ais-Pagination-list li .ais-Pagination-link {
    padding: 5px 12px
  }
}

.ais-Pagination-list li .ais-Pagination-link:hover,
.ais-Pagination-list li .ais-Pagination-link--selected {
  background-color: #0092b7;
  color: #fff
}

.results-cards .ais-Hits-list .ais-Hits-item {
  margin-bottom: 2rem
}

.results-cards .ais-Hits-list .ais-Hits-item .badge {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 17px;
  z-index: 25
}

.results-cards #pagination {
  position: relative !important
}

.container {
  position: relative
}

@media (max-width: 767.98px) {
  .container {
    padding-left: 20px;
    padding-right: 20px
  }
}

.lead {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.3
}

@media (min-width: 768px) {
  .lead {
    font-size: 1.4rem;
    line-height: 1.5
  }
}

.carousel {
  padding: 0
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  font-size: 4rem;
  color: inherit;
  width: 5%;
  opacity: 1
}

.carousel .carousel-control-prev:hover,
.carousel .carousel-control-next:hover {
  opacity: .7
}

.carousel .carousel-control-prev {
  left: 0;
  display: none
}

@media (min-width: 768px) {
  .carousel .carousel-control-prev {
    display: flex
  }
}

.carousel .carousel-control-next {
  right: 0;
  display: none
}

@media (min-width: 768px) {
  .carousel .carousel-control-next {
    display: flex
  }
}

.carousel .carousel-indicators {
  bottom: 30px
}

.carousel .carousel-indicators li {
  height: .75rem;
  width: .75rem;
  border: 2px solid #003950;
  background-color: transparent;
  background-clip: inherit;
  border-radius: 50%
}

.carousel .carousel-indicators li.active {
  background-color: #003950
}

@media (max-width: 767.98px) {
  .btn {
    padding: .7rem 1rem
  }
}

@media (max-width: 767.98px) {

  .btn.btn-lg,
  .btn-group-lg>.btn {
    font-size: 1.1rem
  }
}

.btn-link {
  padding: 0 25px 0 0;
  position: relative;
  color: #0092b7
}

.btn-link:after {
  content: "\ea6d";
  font-family: remixicon !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px
}

.btn-link:hover {
  color: #00556b;
  text-decoration: none
}

.btn-link.download-link {
  padding-right: 35px;
  text-align: left
}

.btn-link.download-link:after {
  content: "\ec5a";
  font-family: remixicon !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  background-color: #0092b7;
  width: 25px;
  height: 25px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center
}

.bg-dark .carousel-indicators li {
  border: 2px solid #ffffff;
  background-color: transparent
}

.bg-dark .carousel-indicators li.active {
  background-color: #fff;
  border-color: #fff
}

.card {
  border: 0;
  background-color: transparent
}

.card .card-body {
  padding: 1.25rem 0
}

.sticky-top {
  top: 130px;
  z-index: 200
}

.editor-link {
  display: none
}

.editor-link .btn-editor,
.editor-link.btn-editor {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  padding: 0;
  font-size: 1.5rem;
  background-color: #ffc432 !important;
  border-color: #ffc432 !important;
  border-radius: 100%
}

.cms-editor-active .editor-link {
  display: block;
  z-index: 2
}

.editor-mode #modal-popop {
  display: none
}

.cms-editor-link .ri-edit-2-line,
.editable .ri-edit-2-line {
  visibility: hidden;
  color: #ff7f12
}

.cms-editor-link ul li,
.editable ul li {
  margin-bottom: .75rem
}

.cms-region-highlighted .cms-editor-link,
.cms-region-highlighted .editable {
  outline: 2px dotted #ffc432 !important
}

.cms-region-highlighted .cms-editor-link.global-editor-link,
.cms-region-highlighted .editable.global-editor-link {
  outline: 2px dotted #ff7f12 !important
}

.cms-region-highlighted .cms-editor-link .ri-edit-2-line,
.cms-region-highlighted .editable .ri-edit-2-line {
  visibility: visible;
  color: #ff7f12
}

.editable img {
  max-width: 100%;
  height: auto;
  display: block
}

.AlignCenter {
  text-align: center
}

.AlignCenter img,
img.AlignCenter {
  margin: 0 auto
}

img.AlignRight {
  margin-left: auto;
  margin-right: 0
}

img.AlignLeft {
  margin-left: 0;
  margin-right: auto
}

.AlignLeft {
  text-align: left
}

.AlignRight {
  text-align: right
}

.AlignRight img {
  margin-left: auto;
  margin-right: 0
}

img.editable {
  max-width: 100%;
  height: auto
}

.wFormContainer {
  max-width: 100% !important
}

.wFormContainer .wFormHeader,
.wFormContainer .wFormTitle {
  display: none !important
}

.wForm,
.wForm form {
  padding: 0 !important
}

.wForm form>div.oneField {
  border: 0;
  padding: 2px 0;
  margin-top: 5px
}

.wForm form>div.oneField:nth-of-type(1) {
  margin-top: 0
}

.wForm .wf-acl-hidden {
  display: none !important
}

.wForm .wFormTitle {
  display: none
}

.wForm .label {
  font-family: Open Sans, sans-serif
}

.wForm .label.preField {
  color: #344955 !important;
  font-family: Open Sans, sans-serif !important;
  text-transform: none;
  font-weight: 600
}

.wForm .inputWrapper {
  display: block;
  width: 100%
}

.wForm .inputWrapper input[type=text],
.wForm .inputWrapper input[type=email],
.wForm .inputWrapper textarea {
  border: 0 !important;
  line-height: 38px !important;
  height: 38px !important;
  font-size: 13px !important;
  background-color: #f8f8f7 !important;
  width: 100% !important;
  max-width: 100%;
  padding-left: 10px !important
}

.wForm .inputWrapper textarea {
  height: 150px !important
}

.wForm .inputWrapper {
  border: 0 !important;
  width: 100%
}

.wForm select {
  width: 100% !important
}

.wForm .inputWrapper select:not([multiple]) {
  height: 38px !important;
  line-height: 38px !important;
  border-radius: 0 !important
}

.wForm .actions {
  padding: 0 !important;
  border: 0 !important
}

.wForm .actions .primaryAction {
  padding: 12px 30px !important;
  margin-top: 0 !important;
  text-transform: uppercase !important;
  font-weight: 100 !important;
  background-color: #0092b7;
  text-transform: none !important;
  border-radius: 0;
  font-weight: 600 !important;
  color: #fff !important;
  border: 0 !important
}

.wForm .actions .primaryAction:disabled {
  opacity: .5
}

.wForm .choices.vertical {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px
}

.wForm .postField {
  text-transform: none !important;
  font-weight: 600;
  font-family: Open Sans, sans-serif;
  color: #344955
}

.wForm .section.inline.group {
  display: flex;
  justify-content: space-between
}

.wForm .section.inline.group #tfa_2-D,
.wForm .section.inline.group #tfa_3-D {
  width: 48% !important
}

.wForm .section.inline.group .oneField {
  width: 48% !important;
  padding: 0
}

.wForm .section.inline.group .oneField .inputWrapper {
  border: 1px solid #344955
}

.wForm .section.inline.group .oneField .inputWrapper select {
  width: 100% !important;
  color: #344955
}

.wForm .input-checkbox-faux {
  padding-right: 5px
}

.supportInfo {
  display: none
}

.bg-dark .wForm .label.preField,
.bg-prevention-500 .wForm .label.preField {
  color: #fff !important
}

.bg-dark .wForm .inputWrapper select:not([multiple]),
.bg-prevention-500 .wForm .inputWrapper select:not([multiple]) {
  border: 1px solid #ffffff !important;
  background: #ffffff;
  padding-left: 5px;
  color: #6d8089;
  font-size: .8rem
}

.bg-dark .wForm .actions,
.bg-prevention-500 .wForm .actions {
  padding: 0 !important;
  border: 0;
  margin-top: 30px
}

.bg-dark .wForm .actions .primaryAction,
.bg-prevention-500 .wForm .actions .primaryAction {
  padding: 12px 30px !important;
  margin-top: 0 !important;
  text-transform: uppercase !important;
  font-weight: 100 !important;
  background-color: #0092b7;
  text-transform: none !important;
  border-radius: 0;
  font-weight: 600 !important
}

.bg-dark .wForm .choices.vertical,
.bg-prevention-500 .wForm .choices.vertical {
  display: block;
  margin-top: 0;
  margin-bottom: 0
}

.bg-dark .wForm .choices.vertical .oneChoice,
.bg-prevention-500 .wForm .choices.vertical .oneChoice {
  display: block
}

.bg-dark .wForm .choices.vertical .oneChoice label,
.bg-prevention-500 .wForm .choices.vertical .oneChoice label {
  color: #fff !important
}

.bg-dark .wForm .postField,
.bg-prevention-500 .wForm .postField {
  text-transform: none !important;
  font-weight: 600;
  font-family: Open Sans, sans-serif;
  color: #344955
}

.bg-dark .wForm .section.inline.group,
.bg-prevention-500 .wForm .section.inline.group {
  display: flex;
  justify-content: space-between
}

.bg-dark .wForm .section.inline.group .oneField,
.bg-prevention-500 .wForm .section.inline.group .oneField {
  width: 48% !important;
  padding: 0
}

.bg-dark .wForm .section.inline.group .oneField .inputWrapper,
.bg-prevention-500 .wForm .section.inline.group .oneField .inputWrapper {
  border: 1px solid #344955
}

.bg-dark .wForm .section.inline.group .oneField .inputWrapper select,
.bg-prevention-500 .wForm .section.inline.group .oneField .inputWrapper select {
  width: 100% !important;
  color: #344955
}

.bg-lighter .wForm .inputWrapper,
.bg-light .wForm .inputWrapper {
  display: block
}

.bg-lighter .wForm .inputWrapper input[type=text],
.bg-lighter .wForm .inputWrapper input[type=email],
.bg-lighter .wForm .inputWrapper textarea,
.bg-light .wForm .inputWrapper input[type=text],
.bg-light .wForm .inputWrapper input[type=email],
.bg-light .wForm .inputWrapper textarea {
  background-color: #fff !important
}

.grant-fund-form .wForm .oneField {
  margin-top: 20px
}

.grant-fund-form .wForm .inputWrapper {
  display: block
}

.grant-fund-form .wForm .inputWrapper select {
  background-color: #f3f2f0 !important;
  border: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
  font-size: .8rem;
  font-weight: 100
}

.captcha {
  padding-bottom: 1em !important
}

.wForm .captcha .oneField {
  margin: 0;
  padding: 0
}

.captchaHelp {
  display: none
}

.disabled-explanation {
  font-size: .9rem
}

/*  */
.css-2b097c-container {
  position: relative;
  box-sizing: border-box;
}

.css-yk16xz-control {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 80%);
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  cursor: default;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 38px;
  outline: 0 !important;
  position: relative;
  -webkit-transition: all 100ms;
  transition: all 100ms;
  box-sizing: border-box;
}

.css-yk16xz-control:hover {
  border-color: hsl(0, 0%, 70%);
}

.css-g1d714-ValueContainer {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2px 8px;
  -webkit-overflow-scrolling: touch;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.css-1uccc91-singleValue {
  color: hsl(0, 0%, 20%);
  margin-left: 2px;
  margin-right: 2px;
  max-width: calc(100% - 8px);
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-sizing: border-box;
}

.css-b8ldur-Input {
  margin: 2px;
  padding-bottom: 2px;
  padding-top: 2px;
  visibility: visible;
  color: hsl(0, 0%, 20%);
  box-sizing: border-box;
}

.css-1hb7zxy-IndicatorsContainer {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  box-sizing: border-box;
}

.css-1okebmr-indicatorSeparator {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: hsl(0, 0%, 80%);
  margin-bottom: 8px;
  margin-top: 8px;
  width: 1px;
  box-sizing: border-box;
}

.css-tlfecz-indicatorContainer {
  color: hsl(0, 0%, 80%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-transition: color 150ms;
  transition: color 150ms;
  box-sizing: border-box;
}

.css-tlfecz-indicatorContainer:hover {
  color: hsl(0, 0%, 60%);
}

.css-6q0nyr-Svg {
  display: inline-block;
  fill: currentColor;
  line-height: 1;
  stroke: currentColor;
  stroke-width: 0;
}

/*  */
#tfa_1,
*[id^="tfa_1["] {
  width: 676px !important;
}

#tfa_1-D,
*[id^="tfa_1["][class~="field-container-D"] {
  width: auto !important;
}

#tfa_3,
*[id^="tfa_3["] {
  width: 696px !important;
}

#tfa_3-D,
*[id^="tfa_3["][class~="field-container-D"] {
  width: auto !important;
}

#tfa_5,
*[id^="tfa_5["] {
  width: 676px !important;
}

#tfa_5-D,
*[id^="tfa_5["][class~="field-container-D"] {
  width: auto !important;
}

#tfa_7,
*[id^="tfa_7["] {
  width: 656px !important;
}

#tfa_7-D,
*[id^="tfa_7["][class~="field-container-D"] {
  width: auto !important;
}

#tfa_8,
*[id^="tfa_8["] {
  width: 656px !important;
}

#tfa_8-D,
*[id^="tfa_8["][class~="field-container-D"] {
  width: auto !important;
}

#tfa_9,
*[id^="tfa_9["] {
  width: 676px !important;
}

#tfa_9-D,
*[id^="tfa_9["][class~="field-container-D"] {
  width: auto !important;
}
