/* Custom PHPCG default colors */

/* Admin CORE custom variables */

/* ------------------ Overwrite Bootstrap default variables ----------------- */

/* global */

/* Text basics */

/* ~14px*/

/* ~12px*/

/* ~25px*/

/* ~23px*/

/* ~21px*/

/* ~19px*/

/* ~17px*/

/* ~15px*/

/* 18/12*/

/* 20/12/*/

/* 16/12*/

/* 14/12*/

/* navbar */

/* Define common padding and border radius sizes */

/* cards */

/* Bootstrap functions */

/* Bootstrap variables */

/* Variables*/

/**/

/* Variables should follow the `$component-state-property-size` formula for*/

/* consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.*/

/* Color system*/

/* stylelint-disable-next-line scss/dollar-variable-default*/

/* stylelint-disable-next-line scss/dollar-variable-default*/

/* stylelint-disable-next-line scss/dollar-variable-default*/

/* Set a specific jump point for requesting color jumps*/

/* The yiq lightness value that determines when the lightness of color changes from "dark" to "light". Acceptable values are between 0 and 255.*/

/* Customize the light and dark text colors for use in our YIQ color contrast function.*/

/* Options*/

/**/

/* Quickly modify global styling by enabling or disabling optional features.*/

/* Deprecated, no longer affects any compiled CSS*/

/* Spacing*/

/**/

/* Control the default styling of most Bootstrap elements by modifying these*/

/* variables. Mostly focused on spacing.*/

/* You can add more entries to the $spacers map, should you need more variation.*/

/* stylelint-disable-next-line scss/dollar-variable-default*/

/* This variable affects the `.h-*` and `.w-*` classes.*/

/* stylelint-disable-next-line scss/dollar-variable-default*/

/* Body*/

/**/

/* Settings for the `<body>` element.*/

/* Links*/

/**/

/* Style anchor elements.*/

/* Darken percentage for links with `.text-*` class (e.g. `.text-success`)*/

/* Paragraphs*/

/**/

/* Style p element.*/

/* Grid breakpoints*/

/**/

/* Define the minimum dimensions at which your layout will change,*/

/* adapting to different screen sizes, for use in media queries.*/

/* Grid containers*/

/**/

/* Define the maximum width of `.container` for different screen sizes.*/

/* Grid columns*/

/**/

/* Set the number of columns and specify the width of the gutters.*/

/* Components*/

/**/

/* Define common padding and border radius sizes and more.*/

/* stylelint-disable-next-line scss/dollar-variable-default*/

/* Typography*/

/**/

/* Font, line-height, and color for body text, headings, and more.*/

/* stylelint-disable value-keyword-case*/

/* stylelint-enable value-keyword-case*/

/* Assumes the browser default, typically `16px`*/

/* Tables*/

/**/

/* Customizes the `.table` component with basic values, each used across all table variations.*/

/* Buttons + Forms*/

/**/

/* Shared variables that are reassigned to `$input-` and `$btn-` specific variables.*/

/* Buttons*/

/**/

/* For each of Bootstrap's buttons, define text, background, and border color.*/

/* Allows for customizing button radius independently from global border radius*/

/* Forms*/

/* Extra padding to account for the presence of the background-image based indicator*/

/* In pixels because image dimensions*/

/* Used so we can have multiple background elements (e.g., arrow and feedback icon)*/

/* For focus box shadow issue in IE/Edge*/

/* Form validation*/

/* stylelint-disable-next-line scss/dollar-variable-default*/

/* Z-index master list*/

/**/

/* Warning: Avoid customizing these values. They're used for a bird's eye view*/

/* of components dependent on the z-axis and are designed to all work together.*/

/* Navs*/

/* Navbar*/

/* Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link*/

/* Dropdowns*/

/**/

/* Dropdown menu container and contents.*/

/* Pagination*/

/* Jumbotron*/

/* Cards*/

/* Tooltips*/

/* Form tooltips must come after regular tooltips*/

/* Popovers*/

/* Toasts*/

/* Badges*/

/* Use a higher than normal value to ensure completely rounded edges when*/

/* customizing padding or font-size on labels.*/

/* Modals*/

/* Padding applied to the modal body*/

/* Keep this for backwards compatibility*/

/* Alerts*/

/**/

/* Define alert colors, border radius, and padding.*/

/* Progress bars*/

/* List group*/

/* Image thumbnails*/

/* Figures*/

/* Breadcrumbs*/

/* Carousel*/

/* Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)*/

/* Spinners*/

/* Close*/

/* Code*/

/* Utilities*/

/* Printing*/

/* Color variants - https://codepen.io/migli/pen/QaGNVp */

/* Bootstrap 4 mixins from ../../../../../../node_modules/bootstrap/scss/utilities - no change */

/* Color contrast - from Bootstrap 4 utilities - no change */

/* Color variants - https://codepen.io/migli/pen/QaGNVp */

/*  Add color variants to $colors */

/* remap grays */

/* from Bootstrap 4 utilities - replaced $theme-colors with $colors */

/* text colors*/

.text-blue {
  color: #2196f3 !important;
}

a.text-blue {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-blue:focus {
  color: #0c7cd5 !important;
}

a.text-blue:hover {
  color: #0c7cd5 !important;
}

.text-indigo {
  color: #3f51b5 !important;
}

a.text-indigo {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-indigo:focus {
  color: #32408f !important;
}

a.text-indigo:hover {
  color: #32408f !important;
}

.text-purple {
  color: #9c27b0 !important;
}

a.text-purple {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-purple:focus {
  color: #771e86 !important;
}

a.text-purple:hover {
  color: #771e86 !important;
}

.text-pink {
  color: #e91e63 !important;
}

a.text-pink {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-pink:focus {
  color: #c1134e !important;
}

a.text-pink:hover {
  color: #c1134e !important;
}

.text-red {
  color: #f44336 !important;
}

a.text-red {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-red:focus {
  color: #ea1c0d !important;
}

a.text-red:hover {
  color: #ea1c0d !important;
}

.text-orange {
  color: #ff9800 !important;
}

a.text-orange {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-orange:focus {
  color: #cc7a00 !important;
}

a.text-orange:hover {
  color: #cc7a00 !important;
}

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

a.text-yellow {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-yellow:focus {
  color: #d39e00 !important;
}

a.text-yellow:hover {
  color: #d39e00 !important;
}

.text-green {
  color: #4caf50 !important;
}

a.text-green {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-green:focus {
  color: #3d8b40 !important;
}

a.text-green:hover {
  color: #3d8b40 !important;
}

.text-teal {
  color: #009688 !important;
}

a.text-teal {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-teal:focus {
  color: #00635a !important;
}

a.text-teal:hover {
  color: #00635a !important;
}

.text-cyan {
  color: #00bcd4 !important;
}

a.text-cyan {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-cyan:focus {
  color: #008fa1 !important;
}

a.text-cyan:hover {
  color: #008fa1 !important;
}

.text-slate {
  color: #607d8b !important;
}

a.text-slate {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-slate:focus {
  color: #4b626d !important;
}

a.text-slate:hover {
  color: #4b626d !important;
}

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

a.text-white {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-white:focus {
  color: #e6e6e6 !important;
}

a.text-white:hover {
  color: #e6e6e6 !important;
}

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

a.text-gray {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-gray:focus {
  color: #545b62 !important;
}

a.text-gray:hover {
  color: #545b62 !important;
}

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

a.text-gray-dark {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-gray-dark:focus {
  color: #1d2124 !important;
}

a.text-gray-dark:hover {
  color: #1d2124 !important;
}

.text-primary {
  color: #2196f3 !important;
}

a.text-primary {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-primary:focus {
  color: #0c7cd5 !important;
}

a.text-primary:hover {
  color: #0c7cd5 !important;
}

.text-success {
  color: #4caf50 !important;
}

a.text-success {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-success:focus {
  color: #3d8b40 !important;
}

a.text-success:hover {
  color: #3d8b40 !important;
}

.text-info {
  color: #00bcd4 !important;
}

a.text-info {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-info:focus {
  color: #008fa1 !important;
}

a.text-info:hover {
  color: #008fa1 !important;
}

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

a.text-warning {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-warning:focus {
  color: #d39e00 !important;
}

a.text-warning:hover {
  color: #d39e00 !important;
}

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

a.text-danger {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-danger:focus {
  color: #ea1c0d !important;
}

a.text-danger:hover {
  color: #ea1c0d !important;
}

.text-blue-100 {
  color: #e9f5fe !important;
}

a.text-blue-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-blue-100:focus {
  color: #b8dffc !important;
}

a.text-blue-100:hover {
  color: #b8dffc !important;
}

.text-blue-200 {
  color: #c8e5fc !important;
}

a.text-blue-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-blue-200:focus {
  color: #98cef9 !important;
}

a.text-blue-200:hover {
  color: #98cef9 !important;
}

.text-blue-300 {
  color: #90cbf9 !important;
}

a.text-blue-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-blue-300:focus {
  color: #60b4f6 !important;
}

a.text-blue-300:hover {
  color: #60b4f6 !important;
}

.text-blue-400 {
  color: #59b0f6 !important;
}

a.text-blue-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-blue-400:focus {
  color: #2999f3 !important;
}

a.text-blue-400:hover {
  color: #2999f3 !important;
}

.text-blue-500 {
  color: #2196f3 !important;
}

a.text-blue-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-blue-500:focus {
  color: #0c7cd5 !important;
}

a.text-blue-500:hover {
  color: #0c7cd5 !important;
}

.text-blue-600 {
  color: #1971b6 !important;
}

a.text-blue-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-blue-600:focus {
  color: #135589 !important;
}

a.text-blue-600:hover {
  color: #135589 !important;
}

.text-blue-700 {
  color: #114b7a !important;
}

a.text-blue-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-blue-700:focus {
  color: #0b2f4d !important;
}

a.text-blue-700:hover {
  color: #0b2f4d !important;
}

.text-blue-800 {
  color: #08263d !important;
}

a.text-blue-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-blue-800:focus {
  color: #020a10 !important;
}

a.text-blue-800:hover {
  color: #020a10 !important;
}

.text-blue-900 {
  color: #051724 !important;
}

a.text-blue-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-blue-900:focus {
  color: black !important;
}

a.text-blue-900:hover {
  color: black !important;
}

.text-indigo-100 {
  color: #eceef8 !important;
}

a.text-indigo-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-indigo-100:focus {
  color: #c7cdea !important;
}

a.text-indigo-100:hover {
  color: #c7cdea !important;
}

.text-indigo-200 {
  color: #cfd4ed !important;
}

a.text-indigo-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-indigo-200:focus {
  color: #aab3df !important;
}

a.text-indigo-200:hover {
  color: #aab3df !important;
}

.text-indigo-300 {
  color: #9fa8da !important;
}

a.text-indigo-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-indigo-300:focus {
  color: #7a87cc !important;
}

a.text-indigo-300:hover {
  color: #7a87cc !important;
}

.text-indigo-400 {
  color: #6f7dc8 !important;
}

a.text-indigo-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-indigo-400:focus {
  color: #4a5cba !important;
}

a.text-indigo-400:hover {
  color: #4a5cba !important;
}

.text-indigo-500 {
  color: #3f51b5 !important;
}

a.text-indigo-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-indigo-500:focus {
  color: #32408f !important;
}

a.text-indigo-500:hover {
  color: #32408f !important;
}

.text-indigo-600 {
  color: #2f3d88 !important;
}

a.text-indigo-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-indigo-600:focus {
  color: #222c62 !important;
}

a.text-indigo-600:hover {
  color: #222c62 !important;
}

.text-indigo-700 {
  color: #20295b !important;
}

a.text-indigo-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-indigo-700:focus {
  color: #131835 !important;
}

a.text-indigo-700:hover {
  color: #131835 !important;
}

.text-indigo-800 {
  color: #10142d !important;
}

a.text-indigo-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-indigo-800:focus {
  color: #030307 !important;
}

a.text-indigo-800:hover {
  color: #030307 !important;
}

.text-indigo-900 {
  color: #090c1b !important;
}

a.text-indigo-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-indigo-900:focus {
  color: black !important;
}

a.text-indigo-900:hover {
  color: black !important;
}

.text-purple-100 {
  color: #f5e9f7 !important;
}

a.text-purple-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-purple-100:focus {
  color: #e4c4e9 !important;
}

a.text-purple-100:hover {
  color: #e4c4e9 !important;
}

.text-purple-200 {
  color: #e6c9eb !important;
}

a.text-purple-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-purple-200:focus {
  color: #d5a4dd !important;
}

a.text-purple-200:hover {
  color: #d5a4dd !important;
}

.text-purple-300 {
  color: #ce93d8 !important;
}

a.text-purple-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-purple-300:focus {
  color: #bd6eca !important;
}

a.text-purple-300:hover {
  color: #bd6eca !important;
}

.text-purple-400 {
  color: #b55dc4 !important;
}

a.text-purple-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-purple-400:focus {
  color: #9e40ae !important;
}

a.text-purple-400:hover {
  color: #9e40ae !important;
}

.text-purple-500 {
  color: #9c27b0 !important;
}

a.text-purple-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-purple-500:focus {
  color: #771e86 !important;
}

a.text-purple-500:hover {
  color: #771e86 !important;
}

.text-purple-600 {
  color: #751d84 !important;
}

a.text-purple-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-purple-600:focus {
  color: #50145a !important;
}

a.text-purple-600:hover {
  color: #50145a !important;
}

.text-purple-700 {
  color: #4e1458 !important;
}

a.text-purple-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-purple-700:focus {
  color: #290b2e !important;
}

a.text-purple-700:hover {
  color: #290b2e !important;
}

.text-purple-800 {
  color: #270a2c !important;
}

a.text-purple-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-purple-800:focus {
  color: #020102 !important;
}

a.text-purple-800:hover {
  color: #020102 !important;
}

.text-purple-900 {
  color: #17061a !important;
}

a.text-purple-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-purple-900:focus {
  color: black !important;
}

a.text-purple-900:hover {
  color: black !important;
}

.text-pink-100 {
  color: #fde9ef !important;
}

a.text-pink-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-pink-100:focus {
  color: #f9bacd !important;
}

a.text-pink-100:hover {
  color: #f9bacd !important;
}

.text-pink-200 {
  color: #fac7d8 !important;
}

a.text-pink-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-pink-200:focus {
  color: #f698b7 !important;
}

a.text-pink-200:hover {
  color: #f698b7 !important;
}

.text-pink-300 {
  color: #f48fb1 !important;
}

a.text-pink-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-pink-300:focus {
  color: #ef6191 !important;
}

a.text-pink-300:hover {
  color: #ef6191 !important;
}

.text-pink-400 {
  color: #ef568a !important;
}

a.text-pink-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-pink-400:focus {
  color: #eb276a !important;
}

a.text-pink-400:hover {
  color: #eb276a !important;
}

.text-pink-500 {
  color: #e91e63 !important;
}

a.text-pink-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-pink-500:focus {
  color: #c1134e !important;
}

a.text-pink-500:hover {
  color: #c1134e !important;
}

.text-pink-600 {
  color: #af174a !important;
}

a.text-pink-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-pink-600:focus {
  color: #821137 !important;
}

a.text-pink-600:hover {
  color: #821137 !important;
}

.text-pink-700 {
  color: #750f32 !important;
}

a.text-pink-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-pink-700:focus {
  color: #48091f !important;
}

a.text-pink-700:hover {
  color: #48091f !important;
}

.text-pink-800 {
  color: #3a0819 !important;
}

a.text-pink-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-pink-800:focus {
  color: #0d0206 !important;
}

a.text-pink-800:hover {
  color: #0d0206 !important;
}

.text-pink-900 {
  color: #23050f !important;
}

a.text-pink-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-pink-900:focus {
  color: black !important;
}

a.text-pink-900:hover {
  color: black !important;
}

.text-red-100 {
  color: #feeceb !important;
}

a.text-red-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-red-100:focus {
  color: #fcbeba !important;
}

a.text-red-100:hover {
  color: #fcbeba !important;
}

.text-red-200 {
  color: #fcd0cd !important;
}

a.text-red-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-red-200:focus {
  color: #f9a39d !important;
}

a.text-red-200:hover {
  color: #f9a39d !important;
}

.text-red-300 {
  color: #faa19b !important;
}

a.text-red-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-red-300:focus {
  color: #f8736a !important;
}

a.text-red-300:hover {
  color: #f8736a !important;
}

.text-red-400 {
  color: #f77268 !important;
}

a.text-red-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-red-400:focus {
  color: #f44538 !important;
}

a.text-red-400:hover {
  color: #f44538 !important;
}

.text-red-500 {
  color: #f44336 !important;
}

a.text-red-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-red-500:focus {
  color: #ea1c0d !important;
}

a.text-red-500:hover {
  color: #ea1c0d !important;
}

.text-red-600 {
  color: #b73229 !important;
}

a.text-red-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-red-600:focus {
  color: #8d2720 !important;
}

a.text-red-600:hover {
  color: #8d2720 !important;
}

.text-red-700 {
  color: #7a221b !important;
}

a.text-red-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-red-700:focus {
  color: #501612 !important;
}

a.text-red-700:hover {
  color: #501612 !important;
}

.text-red-800 {
  color: #3d110e !important;
}

a.text-red-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-red-800:focus {
  color: #140504 !important;
}

a.text-red-800:hover {
  color: #140504 !important;
}

.text-red-900 {
  color: #250a08 !important;
}

a.text-red-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-red-900:focus {
  color: black !important;
}

a.text-red-900:hover {
  color: black !important;
}

.text-orange-100 {
  color: #fff5e6 !important;
}

a.text-orange-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-orange-100:focus {
  color: #ffe1b3 !important;
}

a.text-orange-100:hover {
  color: #ffe1b3 !important;
}

.text-orange-200 {
  color: #ffe5bf !important;
}

a.text-orange-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-orange-200:focus {
  color: #ffd08c !important;
}

a.text-orange-200:hover {
  color: #ffd08c !important;
}

.text-orange-300 {
  color: #ffcc80 !important;
}

a.text-orange-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-orange-300:focus {
  color: #ffb84d !important;
}

a.text-orange-300:hover {
  color: #ffb84d !important;
}

.text-orange-400 {
  color: #ffb240 !important;
}

a.text-orange-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-orange-400:focus {
  color: #ff9d0d !important;
}

a.text-orange-400:hover {
  color: #ff9d0d !important;
}

.text-orange-500 {
  color: #ff9800 !important;
}

a.text-orange-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-orange-500:focus {
  color: #cc7a00 !important;
}

a.text-orange-500:hover {
  color: #cc7a00 !important;
}

.text-orange-600 {
  color: #bf7200 !important;
}

a.text-orange-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-orange-600:focus {
  color: #8c5400 !important;
}

a.text-orange-600:hover {
  color: #8c5400 !important;
}

.text-orange-700 {
  color: #804c00 !important;
}

a.text-orange-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-orange-700:focus {
  color: #4d2e00 !important;
}

a.text-orange-700:hover {
  color: #4d2e00 !important;
}

.text-orange-800 {
  color: #402600 !important;
}

a.text-orange-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-orange-800:focus {
  color: #0d0800 !important;
}

a.text-orange-800:hover {
  color: #0d0800 !important;
}

.text-orange-900 {
  color: #261700 !important;
}

a.text-orange-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-orange-900:focus {
  color: black !important;
}

a.text-orange-900:hover {
  color: black !important;
}

.text-yellow-100 {
  color: #fff9e6 !important;
}

a.text-yellow-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-yellow-100:focus {
  color: #ffedb3 !important;
}

a.text-yellow-100:hover {
  color: #ffedb3 !important;
}

.text-yellow-200 {
  color: #fff0c1 !important;
}

a.text-yellow-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-yellow-200:focus {
  color: #ffe48e !important;
}

a.text-yellow-200:hover {
  color: #ffe48e !important;
}

.text-yellow-300 {
  color: #ffe083 !important;
}

a.text-yellow-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-yellow-300:focus {
  color: #ffd350 !important;
}

a.text-yellow-300:hover {
  color: #ffd350 !important;
}

.text-yellow-400 {
  color: #ffd145 !important;
}

a.text-yellow-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-yellow-400:focus {
  color: #ffc412 !important;
}

a.text-yellow-400:hover {
  color: #ffc412 !important;
}

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

a.text-yellow-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-yellow-500:focus {
  color: #d39e00 !important;
}

a.text-yellow-500:hover {
  color: #d39e00 !important;
}

.text-yellow-600 {
  color: #bf9105 !important;
}

a.text-yellow-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-yellow-600:focus {
  color: #8d6b04 !important;
}

a.text-yellow-600:hover {
  color: #8d6b04 !important;
}

.text-yellow-700 {
  color: #806104 !important;
}

a.text-yellow-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-yellow-700:focus {
  color: #4f3c02 !important;
}

a.text-yellow-700:hover {
  color: #4f3c02 !important;
}

.text-yellow-800 {
  color: #403002 !important;
}

a.text-yellow-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-yellow-800:focus {
  color: #0f0b00 !important;
}

a.text-yellow-800:hover {
  color: #0f0b00 !important;
}

.text-yellow-900 {
  color: #261d01 !important;
}

a.text-yellow-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-yellow-900:focus {
  color: black !important;
}

a.text-yellow-900:hover {
  color: black !important;
}

.text-green-100 {
  color: #edf7ee !important;
}

a.text-green-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-green-100:focus {
  color: #cae7cd !important;
}

a.text-green-100:hover {
  color: #cae7cd !important;
}

.text-green-200 {
  color: #d2ebd3 !important;
}

a.text-green-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-green-200:focus {
  color: #afdbb0 !important;
}

a.text-green-200:hover {
  color: #afdbb0 !important;
}

.text-green-300 {
  color: #a6d7a8 !important;
}

a.text-green-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-green-300:focus {
  color: #83c786 !important;
}

a.text-green-300:hover {
  color: #83c786 !important;
}

.text-green-400 {
  color: #79c37c !important;
}

a.text-green-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-green-400:focus {
  color: #56b35a !important;
}

a.text-green-400:hover {
  color: #56b35a !important;
}

.text-green-500 {
  color: #4caf50 !important;
}

a.text-green-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-green-500:focus {
  color: #3d8b40 !important;
}

a.text-green-500:hover {
  color: #3d8b40 !important;
}

.text-green-600 {
  color: #39833c !important;
}

a.text-green-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-green-600:focus {
  color: #2a5f2c !important;
}

a.text-green-600:hover {
  color: #2a5f2c !important;
}

.text-green-700 {
  color: #265828 !important;
}

a.text-green-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-green-700:focus {
  color: #173418 !important;
}

a.text-green-700:hover {
  color: #173418 !important;
}

.text-green-800 {
  color: #132c14 !important;
}

a.text-green-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-green-800:focus {
  color: #040804 !important;
}

a.text-green-800:hover {
  color: #040804 !important;
}

.text-green-900 {
  color: #0b1a0c !important;
}

a.text-green-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-green-900:focus {
  color: black !important;
}

a.text-green-900:hover {
  color: black !important;
}

.text-teal-100 {
  color: #e6f5f3 !important;
}

a.text-teal-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-teal-100:focus {
  color: #c2e6e2 !important;
}

a.text-teal-100:hover {
  color: #c2e6e2 !important;
}

.text-teal-200 {
  color: #bfe5e1 !important;
}

a.text-teal-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-teal-200:focus {
  color: #9bd6d0 !important;
}

a.text-teal-200:hover {
  color: #9bd6d0 !important;
}

.text-teal-300 {
  color: #80cbc4 !important;
}

a.text-teal-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-teal-300:focus {
  color: #5cbcb3 !important;
}

a.text-teal-300:hover {
  color: #5cbcb3 !important;
}

.text-teal-400 {
  color: #40b0a6 !important;
}

a.text-teal-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-teal-400:focus {
  color: #328b83 !important;
}

a.text-teal-400:hover {
  color: #328b83 !important;
}

.text-teal-500 {
  color: #009688 !important;
}

a.text-teal-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-teal-500:focus {
  color: #00635a !important;
}

a.text-teal-500:hover {
  color: #00635a !important;
}

.text-teal-600 {
  color: #007166 !important;
}

a.text-teal-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-teal-600:focus {
  color: #003e38 !important;
}

a.text-teal-600:hover {
  color: #003e38 !important;
}

.text-teal-700 {
  color: #004b44 !important;
}

a.text-teal-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-teal-700:focus {
  color: #001816 !important;
}

a.text-teal-700:hover {
  color: #001816 !important;
}

.text-teal-800 {
  color: #002622 !important;
}

a.text-teal-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-teal-800:focus {
  color: black !important;
}

a.text-teal-800:hover {
  color: black !important;
}

.text-teal-900 {
  color: #001714 !important;
}

a.text-teal-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-teal-900:focus {
  color: black !important;
}

a.text-teal-900:hover {
  color: black !important;
}

.text-cyan-100 {
  color: #e6f8fb !important;
}

a.text-cyan-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-cyan-100:focus {
  color: #baecf4 !important;
}

a.text-cyan-100:hover {
  color: #baecf4 !important;
}

.text-cyan-200 {
  color: #bfeef4 !important;
}

a.text-cyan-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-cyan-200:focus {
  color: #93e2ed !important;
}

a.text-cyan-200:hover {
  color: #93e2ed !important;
}

.text-cyan-300 {
  color: #80deea !important;
}

a.text-cyan-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-cyan-300:focus {
  color: #54d3e3 !important;
}

a.text-cyan-300:hover {
  color: #54d3e3 !important;
}

.text-cyan-400 {
  color: #40cddf !important;
}

a.text-cyan-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-cyan-400:focus {
  color: #22b7ca !important;
}

a.text-cyan-400:hover {
  color: #22b7ca !important;
}

.text-cyan-500 {
  color: #00bcd4 !important;
}

a.text-cyan-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-cyan-500:focus {
  color: #008fa1 !important;
}

a.text-cyan-500:hover {
  color: #008fa1 !important;
}

.text-cyan-600 {
  color: #008d9f !important;
}

a.text-cyan-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-cyan-600:focus {
  color: #00606c !important;
}

a.text-cyan-600:hover {
  color: #00606c !important;
}

.text-cyan-700 {
  color: #005e6a !important;
}

a.text-cyan-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-cyan-700:focus {
  color: #003137 !important;
}

a.text-cyan-700:hover {
  color: #003137 !important;
}

.text-cyan-800 {
  color: #002f35 !important;
}

a.text-cyan-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-cyan-800:focus {
  color: #000202 !important;
}

a.text-cyan-800:hover {
  color: #000202 !important;
}

.text-cyan-900 {
  color: #001c20 !important;
}

a.text-cyan-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-cyan-900:focus {
  color: black !important;
}

a.text-cyan-900:hover {
  color: black !important;
}

.text-slate-100 {
  color: #eff2f3 !important;
}

a.text-slate-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-slate-100:focus {
  color: #d2dadd !important;
}

a.text-slate-100:hover {
  color: #d2dadd !important;
}

.text-slate-200 {
  color: #d7dfe2 !important;
}

a.text-slate-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-slate-200:focus {
  color: #b9c7cd !important;
}

a.text-slate-200:hover {
  color: #b9c7cd !important;
}

.text-slate-300 {
  color: #b0bec5 !important;
}

a.text-slate-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-slate-300:focus {
  color: #93a6af !important;
}

a.text-slate-300:hover {
  color: #93a6af !important;
}

.text-slate-400 {
  color: #889ea8 !important;
}

a.text-slate-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-slate-400:focus {
  color: #6b8692 !important;
}

a.text-slate-400:hover {
  color: #6b8692 !important;
}

.text-slate-500 {
  color: #607d8b !important;
}

a.text-slate-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-slate-500:focus {
  color: #4b626d !important;
}

a.text-slate-500:hover {
  color: #4b626d !important;
}

.text-slate-600 {
  color: #485e68 !important;
}

a.text-slate-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-slate-600:focus {
  color: #33434a !important;
}

a.text-slate-600:hover {
  color: #33434a !important;
}

.text-slate-700 {
  color: #303f46 !important;
}

a.text-slate-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-slate-700:focus {
  color: #1b2428 !important;
}

a.text-slate-700:hover {
  color: #1b2428 !important;
}

.text-slate-800 {
  color: #181f23 !important;
}

a.text-slate-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-slate-800:focus {
  color: #030405 !important;
}

a.text-slate-800:hover {
  color: #030405 !important;
}

.text-slate-900 {
  color: #0e1315 !important;
}

a.text-slate-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-slate-900:focus {
  color: black !important;
}

a.text-slate-900:hover {
  color: black !important;
}

.text-white-100 {
  color: white !important;
}

a.text-white-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-white-100:focus {
  color: #e6e6e6 !important;
}

a.text-white-100:hover {
  color: #e6e6e6 !important;
}

.text-white-200 {
  color: white !important;
}

a.text-white-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-white-200:focus {
  color: #e6e6e6 !important;
}

a.text-white-200:hover {
  color: #e6e6e6 !important;
}

.text-white-300 {
  color: white !important;
}

a.text-white-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-white-300:focus {
  color: #e6e6e6 !important;
}

a.text-white-300:hover {
  color: #e6e6e6 !important;
}

.text-white-400 {
  color: white !important;
}

a.text-white-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-white-400:focus {
  color: #e6e6e6 !important;
}

a.text-white-400:hover {
  color: #e6e6e6 !important;
}

.text-white-500 {
  color: white !important;
}

a.text-white-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-white-500:focus {
  color: #e6e6e6 !important;
}

a.text-white-500:hover {
  color: #e6e6e6 !important;
}

.text-white-600 {
  color: #bfbfbf !important;
}

a.text-white-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-white-600:focus {
  color: #a6a6a6 !important;
}

a.text-white-600:hover {
  color: #a6a6a6 !important;
}

.text-white-700 {
  color: gray !important;
}

a.text-white-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-white-700:focus {
  color: #676767 !important;
}

a.text-white-700:hover {
  color: #676767 !important;
}

.text-white-800 {
  color: #404040 !important;
}

a.text-white-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-white-800:focus {
  color: #272727 !important;
}

a.text-white-800:hover {
  color: #272727 !important;
}

.text-white-900 {
  color: #262626 !important;
}

a.text-white-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-white-900:focus {
  color: #0d0d0d !important;
}

a.text-white-900:hover {
  color: #0d0d0d !important;
}

.text-gray-100 {
  color: #f0f1f2 !important;
}

a.text-gray-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-gray-100:focus {
  color: #d5d8da !important;
}

a.text-gray-100:hover {
  color: #d5d8da !important;
}

.text-gray-200 {
  color: #dadddf !important;
}

a.text-gray-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-gray-200:focus {
  color: #bfc4c7 !important;
}

a.text-gray-200:hover {
  color: #bfc4c7 !important;
}

.text-gray-300 {
  color: #b6babe !important;
}

a.text-gray-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-gray-300:focus {
  color: #9ba1a6 !important;
}

a.text-gray-300:hover {
  color: #9ba1a6 !important;
}

.text-gray-400 {
  color: #91989e !important;
}

a.text-gray-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-gray-400:focus {
  color: #767f86 !important;
}

a.text-gray-400:hover {
  color: #767f86 !important;
}

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

a.text-gray-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-gray-500:focus {
  color: #545b62 !important;
}

a.text-gray-500:hover {
  color: #545b62 !important;
}

.text-gray-600 {
  color: #51585e !important;
}

a.text-gray-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-gray-600:focus {
  color: #393e43 !important;
}

a.text-gray-600:hover {
  color: #393e43 !important;
}

.text-gray-700 {
  color: #363b3f !important;
}

a.text-gray-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-gray-700:focus {
  color: #1e2124 !important;
}

a.text-gray-700:hover {
  color: #1e2124 !important;
}

.text-gray-800 {
  color: #1b1d1f !important;
}

a.text-gray-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-gray-800:focus {
  color: #030404 !important;
}

a.text-gray-800:hover {
  color: #030404 !important;
}

.text-gray-900 {
  color: #101213 !important;
}

a.text-gray-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-gray-900:focus {
  color: black !important;
}

a.text-gray-900:hover {
  color: black !important;
}

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

a.text-gray-dark-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-gray-dark-100:focus {
  color: #d1d1d3 !important;
}

a.text-gray-dark-100:hover {
  color: #d1d1d3 !important;
}

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

a.text-gray-dark-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-gray-dark-200:focus {
  color: #b2b5b6 !important;
}

a.text-gray-dark-200:hover {
  color: #b2b5b6 !important;
}

.text-gray-dark-300 {
  color: #9a9da0 !important;
}

a.text-gray-dark-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-gray-dark-300:focus {
  color: #808487 !important;
}

a.text-gray-dark-300:hover {
  color: #808487 !important;
}

.text-gray-dark-400 {
  color: #676b70 !important;
}

a.text-gray-dark-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-gray-dark-400:focus {
  color: #4f5255 !important;
}

a.text-gray-dark-400:hover {
  color: #4f5255 !important;
}

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

a.text-gray-dark-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-gray-dark-500:focus {
  color: #1d2124 !important;
}

a.text-gray-dark-500:hover {
  color: #1d2124 !important;
}

.text-gray-dark-600 {
  color: #272c30 !important;
}

a.text-gray-dark-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-gray-dark-600:focus {
  color: #101214 !important;
}

a.text-gray-dark-600:hover {
  color: #101214 !important;
}

.text-gray-dark-700 {
  color: #1a1d20 !important;
}

a.text-gray-dark-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-gray-dark-700:focus {
  color: #030404 !important;
}

a.text-gray-dark-700:hover {
  color: #030404 !important;
}

.text-gray-dark-800 {
  color: #0d0f10 !important;
}

a.text-gray-dark-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-gray-dark-800:focus {
  color: black !important;
}

a.text-gray-dark-800:hover {
  color: black !important;
}

.text-gray-dark-900 {
  color: #08090a !important;
}

a.text-gray-dark-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-gray-dark-900:focus {
  color: black !important;
}

a.text-gray-dark-900:hover {
  color: black !important;
}

.text-primary-100 {
  color: #e9f5fe !important;
}

a.text-primary-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-primary-100:focus {
  color: #b8dffc !important;
}

a.text-primary-100:hover {
  color: #b8dffc !important;
}

.text-primary-200 {
  color: #c8e5fc !important;
}

a.text-primary-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-primary-200:focus {
  color: #98cef9 !important;
}

a.text-primary-200:hover {
  color: #98cef9 !important;
}

.text-primary-300 {
  color: #90cbf9 !important;
}

a.text-primary-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-primary-300:focus {
  color: #60b4f6 !important;
}

a.text-primary-300:hover {
  color: #60b4f6 !important;
}

.text-primary-400 {
  color: #59b0f6 !important;
}

a.text-primary-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-primary-400:focus {
  color: #2999f3 !important;
}

a.text-primary-400:hover {
  color: #2999f3 !important;
}

.text-primary-500 {
  color: #2196f3 !important;
}

a.text-primary-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-primary-500:focus {
  color: #0c7cd5 !important;
}

a.text-primary-500:hover {
  color: #0c7cd5 !important;
}

.text-primary-600 {
  color: #1971b6 !important;
}

a.text-primary-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-primary-600:focus {
  color: #135589 !important;
}

a.text-primary-600:hover {
  color: #135589 !important;
}

.text-primary-700 {
  color: #114b7a !important;
}

a.text-primary-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-primary-700:focus {
  color: #0b2f4d !important;
}

a.text-primary-700:hover {
  color: #0b2f4d !important;
}

.text-primary-800 {
  color: #08263d !important;
}

a.text-primary-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-primary-800:focus {
  color: #020a10 !important;
}

a.text-primary-800:hover {
  color: #020a10 !important;
}

.text-primary-900 {
  color: #051724 !important;
}

a.text-primary-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-primary-900:focus {
  color: black !important;
}

a.text-primary-900:hover {
  color: black !important;
}

.text-success-100 {
  color: #edf7ee !important;
}

a.text-success-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-success-100:focus {
  color: #cae7cd !important;
}

a.text-success-100:hover {
  color: #cae7cd !important;
}

.text-success-200,
.card.bg-success a:hover {
  color: #d2ebd3 !important;
}

a.text-success-200,
.card.bg-success a:hover {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-success-200:focus,
.card.bg-success a:focus:hover {
  color: #afdbb0 !important;
}

a.text-success-200:hover,
.card.bg-success a:hover {
  color: #afdbb0 !important;
}

.text-success-300 {
  color: #a6d7a8 !important;
}

a.text-success-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-success-300:focus {
  color: #83c786 !important;
}

a.text-success-300:hover {
  color: #83c786 !important;
}

.text-success-400 {
  color: #79c37c !important;
}

a.text-success-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-success-400:focus {
  color: #56b35a !important;
}

a.text-success-400:hover {
  color: #56b35a !important;
}

.text-success-500 {
  color: #4caf50 !important;
}

a.text-success-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-success-500:focus {
  color: #3d8b40 !important;
}

a.text-success-500:hover {
  color: #3d8b40 !important;
}

.text-success-600 {
  color: #39833c !important;
}

a.text-success-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-success-600:focus {
  color: #2a5f2c !important;
}

a.text-success-600:hover {
  color: #2a5f2c !important;
}

.text-success-700 {
  color: #265828 !important;
}

a.text-success-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-success-700:focus {
  color: #173418 !important;
}

a.text-success-700:hover {
  color: #173418 !important;
}

.text-success-800 {
  color: #132c14 !important;
}

a.text-success-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-success-800:focus {
  color: #040804 !important;
}

a.text-success-800:hover {
  color: #040804 !important;
}

.text-success-900 {
  color: #0b1a0c !important;
}

a.text-success-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-success-900:focus {
  color: black !important;
}

a.text-success-900:hover {
  color: black !important;
}

.text-info-100 {
  color: #e6f8fb !important;
}

a.text-info-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-info-100:focus {
  color: #baecf4 !important;
}

a.text-info-100:hover {
  color: #baecf4 !important;
}

.text-info-200,
.card.bg-info a:hover {
  color: #bfeef4 !important;
}

a.text-info-200,
.card.bg-info a:hover {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-info-200:focus,
.card.bg-info a:focus:hover {
  color: #93e2ed !important;
}

a.text-info-200:hover,
.card.bg-info a:hover {
  color: #93e2ed !important;
}

.text-info-300 {
  color: #80deea !important;
}

a.text-info-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-info-300:focus {
  color: #54d3e3 !important;
}

a.text-info-300:hover {
  color: #54d3e3 !important;
}

.text-info-400 {
  color: #40cddf !important;
}

a.text-info-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-info-400:focus {
  color: #22b7ca !important;
}

a.text-info-400:hover {
  color: #22b7ca !important;
}

.text-info-500 {
  color: #00bcd4 !important;
}

a.text-info-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-info-500:focus {
  color: #008fa1 !important;
}

a.text-info-500:hover {
  color: #008fa1 !important;
}

.text-info-600 {
  color: #008d9f !important;
}

a.text-info-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-info-600:focus {
  color: #00606c !important;
}

a.text-info-600:hover {
  color: #00606c !important;
}

.text-info-700 {
  color: #005e6a !important;
}

a.text-info-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-info-700:focus {
  color: #003137 !important;
}

a.text-info-700:hover {
  color: #003137 !important;
}

.text-info-800 {
  color: #002f35 !important;
}

a.text-info-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-info-800:focus {
  color: #000202 !important;
}

a.text-info-800:hover {
  color: #000202 !important;
}

.text-info-900 {
  color: #001c20 !important;
}

a.text-info-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-info-900:focus {
  color: black !important;
}

a.text-info-900:hover {
  color: black !important;
}

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

a.text-warning-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-warning-100:focus {
  color: #ffedb3 !important;
}

a.text-warning-100:hover {
  color: #ffedb3 !important;
}

.text-warning-200,
.card.bg-warning a:hover {
  color: #fff0c1 !important;
}

a.text-warning-200,
.card.bg-warning a:hover {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-warning-200:focus,
.card.bg-warning a:focus:hover {
  color: #ffe48e !important;
}

a.text-warning-200:hover,
.card.bg-warning a:hover {
  color: #ffe48e !important;
}

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

a.text-warning-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-warning-300:focus {
  color: #ffd350 !important;
}

a.text-warning-300:hover {
  color: #ffd350 !important;
}

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

a.text-warning-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-warning-400:focus {
  color: #ffc412 !important;
}

a.text-warning-400:hover {
  color: #ffc412 !important;
}

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

a.text-warning-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-warning-500:focus {
  color: #d39e00 !important;
}

a.text-warning-500:hover {
  color: #d39e00 !important;
}

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

a.text-warning-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-warning-600:focus {
  color: #8d6b04 !important;
}

a.text-warning-600:hover {
  color: #8d6b04 !important;
}

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

a.text-warning-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-warning-700:focus {
  color: #4f3c02 !important;
}

a.text-warning-700:hover {
  color: #4f3c02 !important;
}

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

a.text-warning-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-warning-800:focus {
  color: #0f0b00 !important;
}

a.text-warning-800:hover {
  color: #0f0b00 !important;
}

.text-warning-900 {
  color: #261d01 !important;
}

a.text-warning-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-warning-900:focus {
  color: black !important;
}

a.text-warning-900:hover {
  color: black !important;
}

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

a.text-danger-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-danger-100:focus {
  color: #fcbeba !important;
}

a.text-danger-100:hover {
  color: #fcbeba !important;
}

.text-danger-200,
.card.bg-danger a:hover {
  color: #fcd0cd !important;
}

a.text-danger-200,
.card.bg-danger a:hover {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-danger-200:focus,
.card.bg-danger a:focus:hover {
  color: #f9a39d !important;
}

a.text-danger-200:hover,
.card.bg-danger a:hover {
  color: #f9a39d !important;
}

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

a.text-danger-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-danger-300:focus {
  color: #f8736a !important;
}

a.text-danger-300:hover {
  color: #f8736a !important;
}

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

a.text-danger-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-danger-400:focus {
  color: #f44538 !important;
}

a.text-danger-400:hover {
  color: #f44538 !important;
}

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

a.text-danger-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-danger-500:focus {
  color: #ea1c0d !important;
}

a.text-danger-500:hover {
  color: #ea1c0d !important;
}

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

a.text-danger-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-danger-600:focus {
  color: #8d2720 !important;
}

a.text-danger-600:hover {
  color: #8d2720 !important;
}

.text-danger-700 {
  color: #7a221b !important;
}

a.text-danger-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-danger-700:focus {
  color: #501612 !important;
}

a.text-danger-700:hover {
  color: #501612 !important;
}

.text-danger-800 {
  color: #3d110e !important;
}

a.text-danger-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-danger-800:focus {
  color: #140504 !important;
}

a.text-danger-800:hover {
  color: #140504 !important;
}

.text-danger-900 {
  color: #250a08 !important;
}

a.text-danger-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.text-danger-900:focus {
  color: black !important;
}

a.text-danger-900:hover {
  color: black !important;
}

/* background colors */

.bg-blue {
  background-color: #2196f3 !important;
}

a.bg-blue {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-blue:focus {
  background-color: #0c7cd5 !important;
}

a.bg-blue:hover {
  background-color: #0c7cd5 !important;
}

.btn-blue {
  background-color: #2196f3 !important;
}

a.btn-blue {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-blue:focus {
  background-color: #0c7cd5 !important;
}

a.btn-blue:hover {
  background-color: #0c7cd5 !important;
}

.bg-indigo {
  background-color: #3f51b5 !important;
}

a.bg-indigo {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-indigo:focus {
  background-color: #32408f !important;
}

a.bg-indigo:hover {
  background-color: #32408f !important;
}

.btn-indigo {
  background-color: #3f51b5 !important;
}

a.btn-indigo {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-indigo:focus {
  background-color: #32408f !important;
}

a.btn-indigo:hover {
  background-color: #32408f !important;
}

.bg-purple {
  background-color: #9c27b0 !important;
}

a.bg-purple {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-purple:focus {
  background-color: #771e86 !important;
}

a.bg-purple:hover {
  background-color: #771e86 !important;
}

.btn-purple {
  background-color: #9c27b0 !important;
}

a.btn-purple {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-purple:focus {
  background-color: #771e86 !important;
}

a.btn-purple:hover {
  background-color: #771e86 !important;
}

.bg-pink {
  background-color: #e91e63 !important;
}

a.bg-pink {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-pink:focus {
  background-color: #c1134e !important;
}

a.bg-pink:hover {
  background-color: #c1134e !important;
}

.btn-pink {
  background-color: #e91e63 !important;
}

a.btn-pink {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-pink:focus {
  background-color: #c1134e !important;
}

a.btn-pink:hover {
  background-color: #c1134e !important;
}

.bg-red {
  background-color: #f44336 !important;
}

a.bg-red {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-red:focus {
  background-color: #ea1c0d !important;
}

a.bg-red:hover {
  background-color: #ea1c0d !important;
}

.btn-red {
  background-color: #f44336 !important;
}

a.btn-red {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-red:focus {
  background-color: #ea1c0d !important;
}

a.btn-red:hover {
  background-color: #ea1c0d !important;
}

.bg-orange {
  background-color: #ff9800 !important;
}

a.bg-orange {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-orange:focus {
  background-color: #cc7a00 !important;
}

a.bg-orange:hover {
  background-color: #cc7a00 !important;
}

.btn-orange {
  background-color: #ff9800 !important;
}

a.btn-orange {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-orange:focus {
  background-color: #cc7a00 !important;
}

a.btn-orange:hover {
  background-color: #cc7a00 !important;
}

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

a.bg-yellow {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-yellow:focus {
  background-color: #d39e00 !important;
}

a.bg-yellow:hover {
  background-color: #d39e00 !important;
}

.btn-yellow {
  background-color: #ffc107 !important;
}

a.btn-yellow {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-yellow:focus {
  background-color: #d39e00 !important;
}

a.btn-yellow:hover {
  background-color: #d39e00 !important;
}

.bg-green {
  background-color: #4caf50 !important;
}

a.bg-green {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-green:focus {
  background-color: #3d8b40 !important;
}

a.bg-green:hover {
  background-color: #3d8b40 !important;
}

.btn-green {
  background-color: #4caf50 !important;
}

a.btn-green {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-green:focus {
  background-color: #3d8b40 !important;
}

a.btn-green:hover {
  background-color: #3d8b40 !important;
}

.bg-teal {
  background-color: #009688 !important;
}

a.bg-teal {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-teal:focus {
  background-color: #00635a !important;
}

a.bg-teal:hover {
  background-color: #00635a !important;
}

.btn-teal {
  background-color: #009688 !important;
}

a.btn-teal {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-teal:focus {
  background-color: #00635a !important;
}

a.btn-teal:hover {
  background-color: #00635a !important;
}

.bg-cyan {
  background-color: #00bcd4 !important;
}

a.bg-cyan {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-cyan:focus {
  background-color: #008fa1 !important;
}

a.bg-cyan:hover {
  background-color: #008fa1 !important;
}

.btn-cyan {
  background-color: #00bcd4 !important;
}

a.btn-cyan {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-cyan:focus {
  background-color: #008fa1 !important;
}

a.btn-cyan:hover {
  background-color: #008fa1 !important;
}

.bg-slate {
  background-color: #607d8b !important;
}

a.bg-slate {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-slate:focus {
  background-color: #4b626d !important;
}

a.bg-slate:hover {
  background-color: #4b626d !important;
}

.btn-slate {
  background-color: #607d8b !important;
}

a.btn-slate {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-slate:focus {
  background-color: #4b626d !important;
}

a.btn-slate:hover {
  background-color: #4b626d !important;
}

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

a.bg-white {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-white:focus {
  background-color: #e6e6e6 !important;
}

a.bg-white:hover {
  background-color: #e6e6e6 !important;
}

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

a.btn-white {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-white:focus {
  background-color: #e6e6e6 !important;
}

a.btn-white:hover {
  background-color: #e6e6e6 !important;
}

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

a.bg-gray {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-gray:focus {
  background-color: #545b62 !important;
}

a.bg-gray:hover {
  background-color: #545b62 !important;
}

.btn-gray {
  background-color: #6c757d !important;
}

a.btn-gray {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-gray:focus {
  background-color: #545b62 !important;
}

a.btn-gray:hover {
  background-color: #545b62 !important;
}

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

a.bg-gray-dark {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

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

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

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

a.btn-gray-dark {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-gray-dark:focus {
  background-color: #1d2124 !important;
}

a.btn-gray-dark:hover {
  background-color: #1d2124 !important;
}

.bg-primary {
  background-color: #2196f3 !important;
}

a.bg-primary {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-primary:focus {
  background-color: #0c7cd5 !important;
}

a.bg-primary:hover {
  background-color: #0c7cd5 !important;
}

.btn-primary {
  background-color: #2196f3 !important;
}

a.btn-primary {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-primary:focus {
  background-color: #0c7cd5 !important;
}

a.btn-primary:hover {
  background-color: #0c7cd5 !important;
}

.bg-success {
  background-color: #4caf50 !important;
}

a.bg-success {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-success:focus {
  background-color: #3d8b40 !important;
}

a.bg-success:hover {
  background-color: #3d8b40 !important;
}

.btn-success {
  background-color: #4caf50 !important;
}

a.btn-success {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-success:focus {
  background-color: #3d8b40 !important;
}

a.btn-success:hover {
  background-color: #3d8b40 !important;
}

.bg-info {
  background-color: #00bcd4 !important;
}

a.bg-info {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-info:focus {
  background-color: #008fa1 !important;
}

a.bg-info:hover {
  background-color: #008fa1 !important;
}

.btn-info {
  background-color: #00bcd4 !important;
}

a.btn-info {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-info:focus {
  background-color: #008fa1 !important;
}

a.btn-info:hover {
  background-color: #008fa1 !important;
}

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

a.bg-warning {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

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

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

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

a.btn-warning {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-warning:focus {
  background-color: #d39e00 !important;
}

a.btn-warning:hover {
  background-color: #d39e00 !important;
}

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

a.bg-danger {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-danger:focus {
  background-color: #ea1c0d !important;
}

a.bg-danger:hover {
  background-color: #ea1c0d !important;
}

.btn-danger {
  background-color: #f44336 !important;
}

a.btn-danger {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-danger:focus {
  background-color: #ea1c0d !important;
}

a.btn-danger:hover {
  background-color: #ea1c0d !important;
}

.bg-blue-100 {
  background-color: #e9f5fe !important;
}

a.bg-blue-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-blue-100:focus {
  background-color: #b8dffc !important;
}

a.bg-blue-100:hover {
  background-color: #b8dffc !important;
}

.btn-blue-100 {
  background-color: #e9f5fe !important;
}

a.btn-blue-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-blue-100:focus {
  background-color: #b8dffc !important;
}

a.btn-blue-100:hover {
  background-color: #b8dffc !important;
}

.bg-blue-200 {
  background-color: #c8e5fc !important;
}

a.bg-blue-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-blue-200:focus {
  background-color: #98cef9 !important;
}

a.bg-blue-200:hover {
  background-color: #98cef9 !important;
}

.btn-blue-200 {
  background-color: #c8e5fc !important;
}

a.btn-blue-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-blue-200:focus {
  background-color: #98cef9 !important;
}

a.btn-blue-200:hover {
  background-color: #98cef9 !important;
}

.bg-blue-300 {
  background-color: #90cbf9 !important;
}

a.bg-blue-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-blue-300:focus {
  background-color: #60b4f6 !important;
}

a.bg-blue-300:hover {
  background-color: #60b4f6 !important;
}

.btn-blue-300 {
  background-color: #90cbf9 !important;
}

a.btn-blue-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-blue-300:focus {
  background-color: #60b4f6 !important;
}

a.btn-blue-300:hover {
  background-color: #60b4f6 !important;
}

.bg-blue-400 {
  background-color: #59b0f6 !important;
}

a.bg-blue-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-blue-400:focus {
  background-color: #2999f3 !important;
}

a.bg-blue-400:hover {
  background-color: #2999f3 !important;
}

.btn-blue-400 {
  background-color: #59b0f6 !important;
}

a.btn-blue-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-blue-400:focus {
  background-color: #2999f3 !important;
}

a.btn-blue-400:hover {
  background-color: #2999f3 !important;
}

.bg-blue-500 {
  background-color: #2196f3 !important;
}

a.bg-blue-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-blue-500:focus {
  background-color: #0c7cd5 !important;
}

a.bg-blue-500:hover {
  background-color: #0c7cd5 !important;
}

.btn-blue-500 {
  background-color: #2196f3 !important;
}

a.btn-blue-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-blue-500:focus {
  background-color: #0c7cd5 !important;
}

a.btn-blue-500:hover {
  background-color: #0c7cd5 !important;
}

.bg-blue-600 {
  background-color: #1971b6 !important;
}

a.bg-blue-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-blue-600:focus {
  background-color: #135589 !important;
}

a.bg-blue-600:hover {
  background-color: #135589 !important;
}

.btn-blue-600 {
  background-color: #1971b6 !important;
}

a.btn-blue-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-blue-600:focus {
  background-color: #135589 !important;
}

a.btn-blue-600:hover {
  background-color: #135589 !important;
}

.bg-blue-700 {
  background-color: #114b7a !important;
}

a.bg-blue-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-blue-700:focus {
  background-color: #0b2f4d !important;
}

a.bg-blue-700:hover {
  background-color: #0b2f4d !important;
}

.btn-blue-700 {
  background-color: #114b7a !important;
}

a.btn-blue-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-blue-700:focus {
  background-color: #0b2f4d !important;
}

a.btn-blue-700:hover {
  background-color: #0b2f4d !important;
}

.bg-blue-800 {
  background-color: #08263d !important;
}

a.bg-blue-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-blue-800:focus {
  background-color: #020a10 !important;
}

a.bg-blue-800:hover {
  background-color: #020a10 !important;
}

.btn-blue-800 {
  background-color: #08263d !important;
}

a.btn-blue-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-blue-800:focus {
  background-color: #020a10 !important;
}

a.btn-blue-800:hover {
  background-color: #020a10 !important;
}

.bg-blue-900 {
  background-color: #051724 !important;
}

a.bg-blue-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-blue-900:focus {
  background-color: black !important;
}

a.bg-blue-900:hover {
  background-color: black !important;
}

.btn-blue-900 {
  background-color: #051724 !important;
}

a.btn-blue-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-blue-900:focus {
  background-color: black !important;
}

a.btn-blue-900:hover {
  background-color: black !important;
}

.bg-indigo-100 {
  background-color: #eceef8 !important;
}

a.bg-indigo-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-indigo-100:focus {
  background-color: #c7cdea !important;
}

a.bg-indigo-100:hover {
  background-color: #c7cdea !important;
}

.btn-indigo-100 {
  background-color: #eceef8 !important;
}

a.btn-indigo-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-indigo-100:focus {
  background-color: #c7cdea !important;
}

a.btn-indigo-100:hover {
  background-color: #c7cdea !important;
}

.bg-indigo-200 {
  background-color: #cfd4ed !important;
}

a.bg-indigo-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-indigo-200:focus {
  background-color: #aab3df !important;
}

a.bg-indigo-200:hover {
  background-color: #aab3df !important;
}

.btn-indigo-200 {
  background-color: #cfd4ed !important;
}

a.btn-indigo-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-indigo-200:focus {
  background-color: #aab3df !important;
}

a.btn-indigo-200:hover {
  background-color: #aab3df !important;
}

.bg-indigo-300 {
  background-color: #9fa8da !important;
}

a.bg-indigo-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-indigo-300:focus {
  background-color: #7a87cc !important;
}

a.bg-indigo-300:hover {
  background-color: #7a87cc !important;
}

.btn-indigo-300 {
  background-color: #9fa8da !important;
}

a.btn-indigo-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-indigo-300:focus {
  background-color: #7a87cc !important;
}

a.btn-indigo-300:hover {
  background-color: #7a87cc !important;
}

.bg-indigo-400 {
  background-color: #6f7dc8 !important;
}

a.bg-indigo-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-indigo-400:focus {
  background-color: #4a5cba !important;
}

a.bg-indigo-400:hover {
  background-color: #4a5cba !important;
}

.btn-indigo-400 {
  background-color: #6f7dc8 !important;
}

a.btn-indigo-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-indigo-400:focus {
  background-color: #4a5cba !important;
}

a.btn-indigo-400:hover {
  background-color: #4a5cba !important;
}

.bg-indigo-500 {
  background-color: #3f51b5 !important;
}

a.bg-indigo-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-indigo-500:focus {
  background-color: #32408f !important;
}

a.bg-indigo-500:hover {
  background-color: #32408f !important;
}

.btn-indigo-500 {
  background-color: #3f51b5 !important;
}

a.btn-indigo-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-indigo-500:focus {
  background-color: #32408f !important;
}

a.btn-indigo-500:hover {
  background-color: #32408f !important;
}

.bg-indigo-600 {
  background-color: #2f3d88 !important;
}

a.bg-indigo-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-indigo-600:focus {
  background-color: #222c62 !important;
}

a.bg-indigo-600:hover {
  background-color: #222c62 !important;
}

.btn-indigo-600 {
  background-color: #2f3d88 !important;
}

a.btn-indigo-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-indigo-600:focus {
  background-color: #222c62 !important;
}

a.btn-indigo-600:hover {
  background-color: #222c62 !important;
}

.bg-indigo-700 {
  background-color: #20295b !important;
}

a.bg-indigo-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-indigo-700:focus {
  background-color: #131835 !important;
}

a.bg-indigo-700:hover {
  background-color: #131835 !important;
}

.btn-indigo-700 {
  background-color: #20295b !important;
}

a.btn-indigo-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-indigo-700:focus {
  background-color: #131835 !important;
}

a.btn-indigo-700:hover {
  background-color: #131835 !important;
}

.bg-indigo-800 {
  background-color: #10142d !important;
}

a.bg-indigo-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-indigo-800:focus {
  background-color: #030307 !important;
}

a.bg-indigo-800:hover {
  background-color: #030307 !important;
}

.btn-indigo-800 {
  background-color: #10142d !important;
}

a.btn-indigo-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-indigo-800:focus {
  background-color: #030307 !important;
}

a.btn-indigo-800:hover {
  background-color: #030307 !important;
}

.bg-indigo-900 {
  background-color: #090c1b !important;
}

a.bg-indigo-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-indigo-900:focus {
  background-color: black !important;
}

a.bg-indigo-900:hover {
  background-color: black !important;
}

.btn-indigo-900 {
  background-color: #090c1b !important;
}

a.btn-indigo-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-indigo-900:focus {
  background-color: black !important;
}

a.btn-indigo-900:hover {
  background-color: black !important;
}

.bg-purple-100 {
  background-color: #f5e9f7 !important;
}

a.bg-purple-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-purple-100:focus {
  background-color: #e4c4e9 !important;
}

a.bg-purple-100:hover {
  background-color: #e4c4e9 !important;
}

.btn-purple-100 {
  background-color: #f5e9f7 !important;
}

a.btn-purple-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-purple-100:focus {
  background-color: #e4c4e9 !important;
}

a.btn-purple-100:hover {
  background-color: #e4c4e9 !important;
}

.bg-purple-200 {
  background-color: #e6c9eb !important;
}

a.bg-purple-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-purple-200:focus {
  background-color: #d5a4dd !important;
}

a.bg-purple-200:hover {
  background-color: #d5a4dd !important;
}

.btn-purple-200 {
  background-color: #e6c9eb !important;
}

a.btn-purple-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-purple-200:focus {
  background-color: #d5a4dd !important;
}

a.btn-purple-200:hover {
  background-color: #d5a4dd !important;
}

.bg-purple-300 {
  background-color: #ce93d8 !important;
}

a.bg-purple-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-purple-300:focus {
  background-color: #bd6eca !important;
}

a.bg-purple-300:hover {
  background-color: #bd6eca !important;
}

.btn-purple-300 {
  background-color: #ce93d8 !important;
}

a.btn-purple-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-purple-300:focus {
  background-color: #bd6eca !important;
}

a.btn-purple-300:hover {
  background-color: #bd6eca !important;
}

.bg-purple-400 {
  background-color: #b55dc4 !important;
}

a.bg-purple-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-purple-400:focus {
  background-color: #9e40ae !important;
}

a.bg-purple-400:hover {
  background-color: #9e40ae !important;
}

.btn-purple-400 {
  background-color: #b55dc4 !important;
}

a.btn-purple-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-purple-400:focus {
  background-color: #9e40ae !important;
}

a.btn-purple-400:hover {
  background-color: #9e40ae !important;
}

.bg-purple-500 {
  background-color: #9c27b0 !important;
}

a.bg-purple-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-purple-500:focus {
  background-color: #771e86 !important;
}

a.bg-purple-500:hover {
  background-color: #771e86 !important;
}

.btn-purple-500 {
  background-color: #9c27b0 !important;
}

a.btn-purple-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-purple-500:focus {
  background-color: #771e86 !important;
}

a.btn-purple-500:hover {
  background-color: #771e86 !important;
}

.bg-purple-600 {
  background-color: #751d84 !important;
}

a.bg-purple-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-purple-600:focus {
  background-color: #50145a !important;
}

a.bg-purple-600:hover {
  background-color: #50145a !important;
}

.btn-purple-600 {
  background-color: #751d84 !important;
}

a.btn-purple-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-purple-600:focus {
  background-color: #50145a !important;
}

a.btn-purple-600:hover {
  background-color: #50145a !important;
}

.bg-purple-700 {
  background-color: #4e1458 !important;
}

a.bg-purple-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-purple-700:focus {
  background-color: #290b2e !important;
}

a.bg-purple-700:hover {
  background-color: #290b2e !important;
}

.btn-purple-700 {
  background-color: #4e1458 !important;
}

a.btn-purple-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-purple-700:focus {
  background-color: #290b2e !important;
}

a.btn-purple-700:hover {
  background-color: #290b2e !important;
}

.bg-purple-800 {
  background-color: #270a2c !important;
}

a.bg-purple-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-purple-800:focus {
  background-color: #020102 !important;
}

a.bg-purple-800:hover {
  background-color: #020102 !important;
}

.btn-purple-800 {
  background-color: #270a2c !important;
}

a.btn-purple-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-purple-800:focus {
  background-color: #020102 !important;
}

a.btn-purple-800:hover {
  background-color: #020102 !important;
}

.bg-purple-900 {
  background-color: #17061a !important;
}

a.bg-purple-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-purple-900:focus {
  background-color: black !important;
}

a.bg-purple-900:hover {
  background-color: black !important;
}

.btn-purple-900 {
  background-color: #17061a !important;
}

a.btn-purple-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-purple-900:focus {
  background-color: black !important;
}

a.btn-purple-900:hover {
  background-color: black !important;
}

.bg-pink-100 {
  background-color: #fde9ef !important;
}

a.bg-pink-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-pink-100:focus {
  background-color: #f9bacd !important;
}

a.bg-pink-100:hover {
  background-color: #f9bacd !important;
}

.btn-pink-100 {
  background-color: #fde9ef !important;
}

a.btn-pink-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-pink-100:focus {
  background-color: #f9bacd !important;
}

a.btn-pink-100:hover {
  background-color: #f9bacd !important;
}

.bg-pink-200 {
  background-color: #fac7d8 !important;
}

a.bg-pink-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-pink-200:focus {
  background-color: #f698b7 !important;
}

a.bg-pink-200:hover {
  background-color: #f698b7 !important;
}

.btn-pink-200 {
  background-color: #fac7d8 !important;
}

a.btn-pink-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-pink-200:focus {
  background-color: #f698b7 !important;
}

a.btn-pink-200:hover {
  background-color: #f698b7 !important;
}

.bg-pink-300 {
  background-color: #f48fb1 !important;
}

a.bg-pink-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-pink-300:focus {
  background-color: #ef6191 !important;
}

a.bg-pink-300:hover {
  background-color: #ef6191 !important;
}

.btn-pink-300 {
  background-color: #f48fb1 !important;
}

a.btn-pink-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-pink-300:focus {
  background-color: #ef6191 !important;
}

a.btn-pink-300:hover {
  background-color: #ef6191 !important;
}

.bg-pink-400 {
  background-color: #ef568a !important;
}

a.bg-pink-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-pink-400:focus {
  background-color: #eb276a !important;
}

a.bg-pink-400:hover {
  background-color: #eb276a !important;
}

.btn-pink-400 {
  background-color: #ef568a !important;
}

a.btn-pink-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-pink-400:focus {
  background-color: #eb276a !important;
}

a.btn-pink-400:hover {
  background-color: #eb276a !important;
}

.bg-pink-500 {
  background-color: #e91e63 !important;
}

a.bg-pink-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-pink-500:focus {
  background-color: #c1134e !important;
}

a.bg-pink-500:hover {
  background-color: #c1134e !important;
}

.btn-pink-500 {
  background-color: #e91e63 !important;
}

a.btn-pink-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-pink-500:focus {
  background-color: #c1134e !important;
}

a.btn-pink-500:hover {
  background-color: #c1134e !important;
}

.bg-pink-600 {
  background-color: #af174a !important;
}

a.bg-pink-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-pink-600:focus {
  background-color: #821137 !important;
}

a.bg-pink-600:hover {
  background-color: #821137 !important;
}

.btn-pink-600 {
  background-color: #af174a !important;
}

a.btn-pink-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-pink-600:focus {
  background-color: #821137 !important;
}

a.btn-pink-600:hover {
  background-color: #821137 !important;
}

.bg-pink-700 {
  background-color: #750f32 !important;
}

a.bg-pink-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-pink-700:focus {
  background-color: #48091f !important;
}

a.bg-pink-700:hover {
  background-color: #48091f !important;
}

.btn-pink-700 {
  background-color: #750f32 !important;
}

a.btn-pink-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-pink-700:focus {
  background-color: #48091f !important;
}

a.btn-pink-700:hover {
  background-color: #48091f !important;
}

.bg-pink-800 {
  background-color: #3a0819 !important;
}

a.bg-pink-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-pink-800:focus {
  background-color: #0d0206 !important;
}

a.bg-pink-800:hover {
  background-color: #0d0206 !important;
}

.btn-pink-800 {
  background-color: #3a0819 !important;
}

a.btn-pink-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-pink-800:focus {
  background-color: #0d0206 !important;
}

a.btn-pink-800:hover {
  background-color: #0d0206 !important;
}

.bg-pink-900 {
  background-color: #23050f !important;
}

a.bg-pink-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-pink-900:focus {
  background-color: black !important;
}

a.bg-pink-900:hover {
  background-color: black !important;
}

.btn-pink-900 {
  background-color: #23050f !important;
}

a.btn-pink-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-pink-900:focus {
  background-color: black !important;
}

a.btn-pink-900:hover {
  background-color: black !important;
}

.bg-red-100 {
  background-color: #feeceb !important;
}

a.bg-red-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-red-100:focus {
  background-color: #fcbeba !important;
}

a.bg-red-100:hover {
  background-color: #fcbeba !important;
}

.btn-red-100 {
  background-color: #feeceb !important;
}

a.btn-red-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-red-100:focus {
  background-color: #fcbeba !important;
}

a.btn-red-100:hover {
  background-color: #fcbeba !important;
}

.bg-red-200 {
  background-color: #fcd0cd !important;
}

a.bg-red-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-red-200:focus {
  background-color: #f9a39d !important;
}

a.bg-red-200:hover {
  background-color: #f9a39d !important;
}

.btn-red-200 {
  background-color: #fcd0cd !important;
}

a.btn-red-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-red-200:focus {
  background-color: #f9a39d !important;
}

a.btn-red-200:hover {
  background-color: #f9a39d !important;
}

.bg-red-300 {
  background-color: #faa19b !important;
}

a.bg-red-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-red-300:focus {
  background-color: #f8736a !important;
}

a.bg-red-300:hover {
  background-color: #f8736a !important;
}

.btn-red-300 {
  background-color: #faa19b !important;
}

a.btn-red-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-red-300:focus {
  background-color: #f8736a !important;
}

a.btn-red-300:hover {
  background-color: #f8736a !important;
}

.bg-red-400 {
  background-color: #f77268 !important;
}

a.bg-red-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-red-400:focus {
  background-color: #f44538 !important;
}

a.bg-red-400:hover {
  background-color: #f44538 !important;
}

.btn-red-400 {
  background-color: #f77268 !important;
}

a.btn-red-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-red-400:focus {
  background-color: #f44538 !important;
}

a.btn-red-400:hover {
  background-color: #f44538 !important;
}

.bg-red-500 {
  background-color: #f44336 !important;
}

a.bg-red-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-red-500:focus {
  background-color: #ea1c0d !important;
}

a.bg-red-500:hover {
  background-color: #ea1c0d !important;
}

.btn-red-500 {
  background-color: #f44336 !important;
}

a.btn-red-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-red-500:focus {
  background-color: #ea1c0d !important;
}

a.btn-red-500:hover {
  background-color: #ea1c0d !important;
}

.bg-red-600 {
  background-color: #b73229 !important;
}

a.bg-red-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-red-600:focus {
  background-color: #8d2720 !important;
}

a.bg-red-600:hover {
  background-color: #8d2720 !important;
}

.btn-red-600 {
  background-color: #b73229 !important;
}

a.btn-red-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-red-600:focus {
  background-color: #8d2720 !important;
}

a.btn-red-600:hover {
  background-color: #8d2720 !important;
}

.bg-red-700 {
  background-color: #7a221b !important;
}

a.bg-red-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-red-700:focus {
  background-color: #501612 !important;
}

a.bg-red-700:hover {
  background-color: #501612 !important;
}

.btn-red-700 {
  background-color: #7a221b !important;
}

a.btn-red-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-red-700:focus {
  background-color: #501612 !important;
}

a.btn-red-700:hover {
  background-color: #501612 !important;
}

.bg-red-800 {
  background-color: #3d110e !important;
}

a.bg-red-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-red-800:focus {
  background-color: #140504 !important;
}

a.bg-red-800:hover {
  background-color: #140504 !important;
}

.btn-red-800 {
  background-color: #3d110e !important;
}

a.btn-red-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-red-800:focus {
  background-color: #140504 !important;
}

a.btn-red-800:hover {
  background-color: #140504 !important;
}

.bg-red-900 {
  background-color: #250a08 !important;
}

a.bg-red-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-red-900:focus {
  background-color: black !important;
}

a.bg-red-900:hover {
  background-color: black !important;
}

.btn-red-900 {
  background-color: #250a08 !important;
}

a.btn-red-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-red-900:focus {
  background-color: black !important;
}

a.btn-red-900:hover {
  background-color: black !important;
}

.bg-orange-100 {
  background-color: #fff5e6 !important;
}

a.bg-orange-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-orange-100:focus {
  background-color: #ffe1b3 !important;
}

a.bg-orange-100:hover {
  background-color: #ffe1b3 !important;
}

.btn-orange-100 {
  background-color: #fff5e6 !important;
}

a.btn-orange-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-orange-100:focus {
  background-color: #ffe1b3 !important;
}

a.btn-orange-100:hover {
  background-color: #ffe1b3 !important;
}

.bg-orange-200 {
  background-color: #ffe5bf !important;
}

a.bg-orange-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-orange-200:focus {
  background-color: #ffd08c !important;
}

a.bg-orange-200:hover {
  background-color: #ffd08c !important;
}

.btn-orange-200 {
  background-color: #ffe5bf !important;
}

a.btn-orange-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-orange-200:focus {
  background-color: #ffd08c !important;
}

a.btn-orange-200:hover {
  background-color: #ffd08c !important;
}

.bg-orange-300 {
  background-color: #ffcc80 !important;
}

a.bg-orange-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-orange-300:focus {
  background-color: #ffb84d !important;
}

a.bg-orange-300:hover {
  background-color: #ffb84d !important;
}

.btn-orange-300 {
  background-color: #ffcc80 !important;
}

a.btn-orange-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-orange-300:focus {
  background-color: #ffb84d !important;
}

a.btn-orange-300:hover {
  background-color: #ffb84d !important;
}

.bg-orange-400 {
  background-color: #ffb240 !important;
}

a.bg-orange-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-orange-400:focus {
  background-color: #ff9d0d !important;
}

a.bg-orange-400:hover {
  background-color: #ff9d0d !important;
}

.btn-orange-400 {
  background-color: #ffb240 !important;
}

a.btn-orange-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-orange-400:focus {
  background-color: #ff9d0d !important;
}

a.btn-orange-400:hover {
  background-color: #ff9d0d !important;
}

.bg-orange-500 {
  background-color: #ff9800 !important;
}

a.bg-orange-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-orange-500:focus {
  background-color: #cc7a00 !important;
}

a.bg-orange-500:hover {
  background-color: #cc7a00 !important;
}

.btn-orange-500 {
  background-color: #ff9800 !important;
}

a.btn-orange-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-orange-500:focus {
  background-color: #cc7a00 !important;
}

a.btn-orange-500:hover {
  background-color: #cc7a00 !important;
}

.bg-orange-600 {
  background-color: #bf7200 !important;
}

a.bg-orange-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-orange-600:focus {
  background-color: #8c5400 !important;
}

a.bg-orange-600:hover {
  background-color: #8c5400 !important;
}

.btn-orange-600 {
  background-color: #bf7200 !important;
}

a.btn-orange-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-orange-600:focus {
  background-color: #8c5400 !important;
}

a.btn-orange-600:hover {
  background-color: #8c5400 !important;
}

.bg-orange-700 {
  background-color: #804c00 !important;
}

a.bg-orange-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-orange-700:focus {
  background-color: #4d2e00 !important;
}

a.bg-orange-700:hover {
  background-color: #4d2e00 !important;
}

.btn-orange-700 {
  background-color: #804c00 !important;
}

a.btn-orange-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-orange-700:focus {
  background-color: #4d2e00 !important;
}

a.btn-orange-700:hover {
  background-color: #4d2e00 !important;
}

.bg-orange-800 {
  background-color: #402600 !important;
}

a.bg-orange-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-orange-800:focus {
  background-color: #0d0800 !important;
}

a.bg-orange-800:hover {
  background-color: #0d0800 !important;
}

.btn-orange-800 {
  background-color: #402600 !important;
}

a.btn-orange-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-orange-800:focus {
  background-color: #0d0800 !important;
}

a.btn-orange-800:hover {
  background-color: #0d0800 !important;
}

.bg-orange-900 {
  background-color: #261700 !important;
}

a.bg-orange-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-orange-900:focus {
  background-color: black !important;
}

a.bg-orange-900:hover {
  background-color: black !important;
}

.btn-orange-900 {
  background-color: #261700 !important;
}

a.btn-orange-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-orange-900:focus {
  background-color: black !important;
}

a.btn-orange-900:hover {
  background-color: black !important;
}

.bg-yellow-100 {
  background-color: #fff9e6 !important;
}

a.bg-yellow-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-yellow-100:focus {
  background-color: #ffedb3 !important;
}

a.bg-yellow-100:hover {
  background-color: #ffedb3 !important;
}

.btn-yellow-100 {
  background-color: #fff9e6 !important;
}

a.btn-yellow-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-yellow-100:focus {
  background-color: #ffedb3 !important;
}

a.btn-yellow-100:hover {
  background-color: #ffedb3 !important;
}

.bg-yellow-200 {
  background-color: #fff0c1 !important;
}

a.bg-yellow-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-yellow-200:focus {
  background-color: #ffe48e !important;
}

a.bg-yellow-200:hover {
  background-color: #ffe48e !important;
}

.btn-yellow-200 {
  background-color: #fff0c1 !important;
}

a.btn-yellow-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-yellow-200:focus {
  background-color: #ffe48e !important;
}

a.btn-yellow-200:hover {
  background-color: #ffe48e !important;
}

.bg-yellow-300 {
  background-color: #ffe083 !important;
}

a.bg-yellow-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-yellow-300:focus {
  background-color: #ffd350 !important;
}

a.bg-yellow-300:hover {
  background-color: #ffd350 !important;
}

.btn-yellow-300 {
  background-color: #ffe083 !important;
}

a.btn-yellow-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-yellow-300:focus {
  background-color: #ffd350 !important;
}

a.btn-yellow-300:hover {
  background-color: #ffd350 !important;
}

.bg-yellow-400 {
  background-color: #ffd145 !important;
}

a.bg-yellow-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-yellow-400:focus {
  background-color: #ffc412 !important;
}

a.bg-yellow-400:hover {
  background-color: #ffc412 !important;
}

.btn-yellow-400 {
  background-color: #ffd145 !important;
}

a.btn-yellow-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-yellow-400:focus {
  background-color: #ffc412 !important;
}

a.btn-yellow-400:hover {
  background-color: #ffc412 !important;
}

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

a.bg-yellow-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-yellow-500:focus {
  background-color: #d39e00 !important;
}

a.bg-yellow-500:hover {
  background-color: #d39e00 !important;
}

.btn-yellow-500 {
  background-color: #ffc107 !important;
}

a.btn-yellow-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-yellow-500:focus {
  background-color: #d39e00 !important;
}

a.btn-yellow-500:hover {
  background-color: #d39e00 !important;
}

.bg-yellow-600 {
  background-color: #bf9105 !important;
}

a.bg-yellow-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-yellow-600:focus {
  background-color: #8d6b04 !important;
}

a.bg-yellow-600:hover {
  background-color: #8d6b04 !important;
}

.btn-yellow-600 {
  background-color: #bf9105 !important;
}

a.btn-yellow-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-yellow-600:focus {
  background-color: #8d6b04 !important;
}

a.btn-yellow-600:hover {
  background-color: #8d6b04 !important;
}

.bg-yellow-700 {
  background-color: #806104 !important;
}

a.bg-yellow-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-yellow-700:focus {
  background-color: #4f3c02 !important;
}

a.bg-yellow-700:hover {
  background-color: #4f3c02 !important;
}

.btn-yellow-700 {
  background-color: #806104 !important;
}

a.btn-yellow-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-yellow-700:focus {
  background-color: #4f3c02 !important;
}

a.btn-yellow-700:hover {
  background-color: #4f3c02 !important;
}

.bg-yellow-800 {
  background-color: #403002 !important;
}

a.bg-yellow-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-yellow-800:focus {
  background-color: #0f0b00 !important;
}

a.bg-yellow-800:hover {
  background-color: #0f0b00 !important;
}

.btn-yellow-800 {
  background-color: #403002 !important;
}

a.btn-yellow-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-yellow-800:focus {
  background-color: #0f0b00 !important;
}

a.btn-yellow-800:hover {
  background-color: #0f0b00 !important;
}

.bg-yellow-900 {
  background-color: #261d01 !important;
}

a.bg-yellow-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-yellow-900:focus {
  background-color: black !important;
}

a.bg-yellow-900:hover {
  background-color: black !important;
}

.btn-yellow-900 {
  background-color: #261d01 !important;
}

a.btn-yellow-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-yellow-900:focus {
  background-color: black !important;
}

a.btn-yellow-900:hover {
  background-color: black !important;
}

.bg-green-100 {
  background-color: #edf7ee !important;
}

a.bg-green-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-green-100:focus {
  background-color: #cae7cd !important;
}

a.bg-green-100:hover {
  background-color: #cae7cd !important;
}

.btn-green-100 {
  background-color: #edf7ee !important;
}

a.btn-green-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-green-100:focus {
  background-color: #cae7cd !important;
}

a.btn-green-100:hover {
  background-color: #cae7cd !important;
}

.bg-green-200 {
  background-color: #d2ebd3 !important;
}

a.bg-green-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-green-200:focus {
  background-color: #afdbb0 !important;
}

a.bg-green-200:hover {
  background-color: #afdbb0 !important;
}

.btn-green-200 {
  background-color: #d2ebd3 !important;
}

a.btn-green-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-green-200:focus {
  background-color: #afdbb0 !important;
}

a.btn-green-200:hover {
  background-color: #afdbb0 !important;
}

.bg-green-300 {
  background-color: #a6d7a8 !important;
}

a.bg-green-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-green-300:focus {
  background-color: #83c786 !important;
}

a.bg-green-300:hover {
  background-color: #83c786 !important;
}

.btn-green-300 {
  background-color: #a6d7a8 !important;
}

a.btn-green-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-green-300:focus {
  background-color: #83c786 !important;
}

a.btn-green-300:hover {
  background-color: #83c786 !important;
}

.bg-green-400 {
  background-color: #79c37c !important;
}

a.bg-green-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-green-400:focus {
  background-color: #56b35a !important;
}

a.bg-green-400:hover {
  background-color: #56b35a !important;
}

.btn-green-400 {
  background-color: #79c37c !important;
}

a.btn-green-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-green-400:focus {
  background-color: #56b35a !important;
}

a.btn-green-400:hover {
  background-color: #56b35a !important;
}

.bg-green-500 {
  background-color: #4caf50 !important;
}

a.bg-green-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-green-500:focus {
  background-color: #3d8b40 !important;
}

a.bg-green-500:hover {
  background-color: #3d8b40 !important;
}

.btn-green-500 {
  background-color: #4caf50 !important;
}

a.btn-green-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-green-500:focus {
  background-color: #3d8b40 !important;
}

a.btn-green-500:hover {
  background-color: #3d8b40 !important;
}

.bg-green-600 {
  background-color: #39833c !important;
}

a.bg-green-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-green-600:focus {
  background-color: #2a5f2c !important;
}

a.bg-green-600:hover {
  background-color: #2a5f2c !important;
}

.btn-green-600 {
  background-color: #39833c !important;
}

a.btn-green-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-green-600:focus {
  background-color: #2a5f2c !important;
}

a.btn-green-600:hover {
  background-color: #2a5f2c !important;
}

.bg-green-700 {
  background-color: #265828 !important;
}

a.bg-green-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-green-700:focus {
  background-color: #173418 !important;
}

a.bg-green-700:hover {
  background-color: #173418 !important;
}

.btn-green-700 {
  background-color: #265828 !important;
}

a.btn-green-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-green-700:focus {
  background-color: #173418 !important;
}

a.btn-green-700:hover {
  background-color: #173418 !important;
}

.bg-green-800 {
  background-color: #132c14 !important;
}

a.bg-green-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-green-800:focus {
  background-color: #040804 !important;
}

a.bg-green-800:hover {
  background-color: #040804 !important;
}

.btn-green-800 {
  background-color: #132c14 !important;
}

a.btn-green-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-green-800:focus {
  background-color: #040804 !important;
}

a.btn-green-800:hover {
  background-color: #040804 !important;
}

.bg-green-900 {
  background-color: #0b1a0c !important;
}

a.bg-green-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-green-900:focus {
  background-color: black !important;
}

a.bg-green-900:hover {
  background-color: black !important;
}

.btn-green-900 {
  background-color: #0b1a0c !important;
}

a.btn-green-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-green-900:focus {
  background-color: black !important;
}

a.btn-green-900:hover {
  background-color: black !important;
}

.bg-teal-100 {
  background-color: #e6f5f3 !important;
}

a.bg-teal-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-teal-100:focus {
  background-color: #c2e6e2 !important;
}

a.bg-teal-100:hover {
  background-color: #c2e6e2 !important;
}

.btn-teal-100 {
  background-color: #e6f5f3 !important;
}

a.btn-teal-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-teal-100:focus {
  background-color: #c2e6e2 !important;
}

a.btn-teal-100:hover {
  background-color: #c2e6e2 !important;
}

.bg-teal-200 {
  background-color: #bfe5e1 !important;
}

a.bg-teal-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-teal-200:focus {
  background-color: #9bd6d0 !important;
}

a.bg-teal-200:hover {
  background-color: #9bd6d0 !important;
}

.btn-teal-200 {
  background-color: #bfe5e1 !important;
}

a.btn-teal-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-teal-200:focus {
  background-color: #9bd6d0 !important;
}

a.btn-teal-200:hover {
  background-color: #9bd6d0 !important;
}

.bg-teal-300 {
  background-color: #80cbc4 !important;
}

a.bg-teal-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-teal-300:focus {
  background-color: #5cbcb3 !important;
}

a.bg-teal-300:hover {
  background-color: #5cbcb3 !important;
}

.btn-teal-300 {
  background-color: #80cbc4 !important;
}

a.btn-teal-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-teal-300:focus {
  background-color: #5cbcb3 !important;
}

a.btn-teal-300:hover {
  background-color: #5cbcb3 !important;
}

.bg-teal-400 {
  background-color: #40b0a6 !important;
}

a.bg-teal-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-teal-400:focus {
  background-color: #328b83 !important;
}

a.bg-teal-400:hover {
  background-color: #328b83 !important;
}

.btn-teal-400 {
  background-color: #40b0a6 !important;
}

a.btn-teal-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-teal-400:focus {
  background-color: #328b83 !important;
}

a.btn-teal-400:hover {
  background-color: #328b83 !important;
}

.bg-teal-500 {
  background-color: #009688 !important;
}

a.bg-teal-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-teal-500:focus {
  background-color: #00635a !important;
}

a.bg-teal-500:hover {
  background-color: #00635a !important;
}

.btn-teal-500 {
  background-color: #009688 !important;
}

a.btn-teal-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-teal-500:focus {
  background-color: #00635a !important;
}

a.btn-teal-500:hover {
  background-color: #00635a !important;
}

.bg-teal-600 {
  background-color: #007166 !important;
}

a.bg-teal-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-teal-600:focus {
  background-color: #003e38 !important;
}

a.bg-teal-600:hover {
  background-color: #003e38 !important;
}

.btn-teal-600 {
  background-color: #007166 !important;
}

a.btn-teal-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-teal-600:focus {
  background-color: #003e38 !important;
}

a.btn-teal-600:hover {
  background-color: #003e38 !important;
}

.bg-teal-700 {
  background-color: #004b44 !important;
}

a.bg-teal-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-teal-700:focus {
  background-color: #001816 !important;
}

a.bg-teal-700:hover {
  background-color: #001816 !important;
}

.btn-teal-700 {
  background-color: #004b44 !important;
}

a.btn-teal-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-teal-700:focus {
  background-color: #001816 !important;
}

a.btn-teal-700:hover {
  background-color: #001816 !important;
}

.bg-teal-800 {
  background-color: #002622 !important;
}

a.bg-teal-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-teal-800:focus {
  background-color: black !important;
}

a.bg-teal-800:hover {
  background-color: black !important;
}

.btn-teal-800 {
  background-color: #002622 !important;
}

a.btn-teal-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-teal-800:focus {
  background-color: black !important;
}

a.btn-teal-800:hover {
  background-color: black !important;
}

.bg-teal-900 {
  background-color: #001714 !important;
}

a.bg-teal-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-teal-900:focus {
  background-color: black !important;
}

a.bg-teal-900:hover {
  background-color: black !important;
}

.btn-teal-900 {
  background-color: #001714 !important;
}

a.btn-teal-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-teal-900:focus {
  background-color: black !important;
}

a.btn-teal-900:hover {
  background-color: black !important;
}

.bg-cyan-100 {
  background-color: #e6f8fb !important;
}

a.bg-cyan-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-cyan-100:focus {
  background-color: #baecf4 !important;
}

a.bg-cyan-100:hover {
  background-color: #baecf4 !important;
}

.btn-cyan-100 {
  background-color: #e6f8fb !important;
}

a.btn-cyan-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-cyan-100:focus {
  background-color: #baecf4 !important;
}

a.btn-cyan-100:hover {
  background-color: #baecf4 !important;
}

.bg-cyan-200 {
  background-color: #bfeef4 !important;
}

a.bg-cyan-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-cyan-200:focus {
  background-color: #93e2ed !important;
}

a.bg-cyan-200:hover {
  background-color: #93e2ed !important;
}

.btn-cyan-200 {
  background-color: #bfeef4 !important;
}

a.btn-cyan-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-cyan-200:focus {
  background-color: #93e2ed !important;
}

a.btn-cyan-200:hover {
  background-color: #93e2ed !important;
}

.bg-cyan-300 {
  background-color: #80deea !important;
}

a.bg-cyan-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-cyan-300:focus {
  background-color: #54d3e3 !important;
}

a.bg-cyan-300:hover {
  background-color: #54d3e3 !important;
}

.btn-cyan-300 {
  background-color: #80deea !important;
}

a.btn-cyan-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-cyan-300:focus {
  background-color: #54d3e3 !important;
}

a.btn-cyan-300:hover {
  background-color: #54d3e3 !important;
}

.bg-cyan-400 {
  background-color: #40cddf !important;
}

a.bg-cyan-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-cyan-400:focus {
  background-color: #22b7ca !important;
}

a.bg-cyan-400:hover {
  background-color: #22b7ca !important;
}

.btn-cyan-400 {
  background-color: #40cddf !important;
}

a.btn-cyan-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-cyan-400:focus {
  background-color: #22b7ca !important;
}

a.btn-cyan-400:hover {
  background-color: #22b7ca !important;
}

.bg-cyan-500 {
  background-color: #00bcd4 !important;
}

a.bg-cyan-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-cyan-500:focus {
  background-color: #008fa1 !important;
}

a.bg-cyan-500:hover {
  background-color: #008fa1 !important;
}

.btn-cyan-500 {
  background-color: #00bcd4 !important;
}

a.btn-cyan-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-cyan-500:focus {
  background-color: #008fa1 !important;
}

a.btn-cyan-500:hover {
  background-color: #008fa1 !important;
}

.bg-cyan-600 {
  background-color: #008d9f !important;
}

a.bg-cyan-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-cyan-600:focus {
  background-color: #00606c !important;
}

a.bg-cyan-600:hover {
  background-color: #00606c !important;
}

.btn-cyan-600 {
  background-color: #008d9f !important;
}

a.btn-cyan-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-cyan-600:focus {
  background-color: #00606c !important;
}

a.btn-cyan-600:hover {
  background-color: #00606c !important;
}

.bg-cyan-700 {
  background-color: #005e6a !important;
}

a.bg-cyan-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-cyan-700:focus {
  background-color: #003137 !important;
}

a.bg-cyan-700:hover {
  background-color: #003137 !important;
}

.btn-cyan-700 {
  background-color: #005e6a !important;
}

a.btn-cyan-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-cyan-700:focus {
  background-color: #003137 !important;
}

a.btn-cyan-700:hover {
  background-color: #003137 !important;
}

.bg-cyan-800 {
  background-color: #002f35 !important;
}

a.bg-cyan-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-cyan-800:focus {
  background-color: #000202 !important;
}

a.bg-cyan-800:hover {
  background-color: #000202 !important;
}

.btn-cyan-800 {
  background-color: #002f35 !important;
}

a.btn-cyan-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-cyan-800:focus {
  background-color: #000202 !important;
}

a.btn-cyan-800:hover {
  background-color: #000202 !important;
}

.bg-cyan-900 {
  background-color: #001c20 !important;
}

a.bg-cyan-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-cyan-900:focus {
  background-color: black !important;
}

a.bg-cyan-900:hover {
  background-color: black !important;
}

.btn-cyan-900 {
  background-color: #001c20 !important;
}

a.btn-cyan-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-cyan-900:focus {
  background-color: black !important;
}

a.btn-cyan-900:hover {
  background-color: black !important;
}

.bg-slate-100 {
  background-color: #eff2f3 !important;
}

a.bg-slate-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-slate-100:focus {
  background-color: #d2dadd !important;
}

a.bg-slate-100:hover {
  background-color: #d2dadd !important;
}

.btn-slate-100 {
  background-color: #eff2f3 !important;
}

a.btn-slate-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-slate-100:focus {
  background-color: #d2dadd !important;
}

a.btn-slate-100:hover {
  background-color: #d2dadd !important;
}

.bg-slate-200 {
  background-color: #d7dfe2 !important;
}

a.bg-slate-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-slate-200:focus {
  background-color: #b9c7cd !important;
}

a.bg-slate-200:hover {
  background-color: #b9c7cd !important;
}

.btn-slate-200 {
  background-color: #d7dfe2 !important;
}

a.btn-slate-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-slate-200:focus {
  background-color: #b9c7cd !important;
}

a.btn-slate-200:hover {
  background-color: #b9c7cd !important;
}

.bg-slate-300 {
  background-color: #b0bec5 !important;
}

a.bg-slate-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-slate-300:focus {
  background-color: #93a6af !important;
}

a.bg-slate-300:hover {
  background-color: #93a6af !important;
}

.btn-slate-300 {
  background-color: #b0bec5 !important;
}

a.btn-slate-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-slate-300:focus {
  background-color: #93a6af !important;
}

a.btn-slate-300:hover {
  background-color: #93a6af !important;
}

.bg-slate-400 {
  background-color: #889ea8 !important;
}

a.bg-slate-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-slate-400:focus {
  background-color: #6b8692 !important;
}

a.bg-slate-400:hover {
  background-color: #6b8692 !important;
}

.btn-slate-400 {
  background-color: #889ea8 !important;
}

a.btn-slate-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-slate-400:focus {
  background-color: #6b8692 !important;
}

a.btn-slate-400:hover {
  background-color: #6b8692 !important;
}

.bg-slate-500 {
  background-color: #607d8b !important;
}

a.bg-slate-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-slate-500:focus {
  background-color: #4b626d !important;
}

a.bg-slate-500:hover {
  background-color: #4b626d !important;
}

.btn-slate-500 {
  background-color: #607d8b !important;
}

a.btn-slate-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-slate-500:focus {
  background-color: #4b626d !important;
}

a.btn-slate-500:hover {
  background-color: #4b626d !important;
}

.bg-slate-600 {
  background-color: #485e68 !important;
}

a.bg-slate-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-slate-600:focus {
  background-color: #33434a !important;
}

a.bg-slate-600:hover {
  background-color: #33434a !important;
}

.btn-slate-600 {
  background-color: #485e68 !important;
}

a.btn-slate-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-slate-600:focus {
  background-color: #33434a !important;
}

a.btn-slate-600:hover {
  background-color: #33434a !important;
}

.bg-slate-700 {
  background-color: #303f46 !important;
}

a.bg-slate-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-slate-700:focus {
  background-color: #1b2428 !important;
}

a.bg-slate-700:hover {
  background-color: #1b2428 !important;
}

.btn-slate-700 {
  background-color: #303f46 !important;
}

a.btn-slate-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-slate-700:focus {
  background-color: #1b2428 !important;
}

a.btn-slate-700:hover {
  background-color: #1b2428 !important;
}

.bg-slate-800 {
  background-color: #181f23 !important;
}

a.bg-slate-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-slate-800:focus {
  background-color: #030405 !important;
}

a.bg-slate-800:hover {
  background-color: #030405 !important;
}

.btn-slate-800 {
  background-color: #181f23 !important;
}

a.btn-slate-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-slate-800:focus {
  background-color: #030405 !important;
}

a.btn-slate-800:hover {
  background-color: #030405 !important;
}

.bg-slate-900 {
  background-color: #0e1315 !important;
}

a.bg-slate-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-slate-900:focus {
  background-color: black !important;
}

a.bg-slate-900:hover {
  background-color: black !important;
}

.btn-slate-900 {
  background-color: #0e1315 !important;
}

a.btn-slate-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-slate-900:focus {
  background-color: black !important;
}

a.btn-slate-900:hover {
  background-color: black !important;
}

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

a.bg-white-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-white-100:focus {
  background-color: #e6e6e6 !important;
}

a.bg-white-100:hover {
  background-color: #e6e6e6 !important;
}

.btn-white-100 {
  background-color: white !important;
}

a.btn-white-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-white-100:focus {
  background-color: #e6e6e6 !important;
}

a.btn-white-100:hover {
  background-color: #e6e6e6 !important;
}

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

a.bg-white-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-white-200:focus {
  background-color: #e6e6e6 !important;
}

a.bg-white-200:hover {
  background-color: #e6e6e6 !important;
}

.btn-white-200 {
  background-color: white !important;
}

a.btn-white-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-white-200:focus {
  background-color: #e6e6e6 !important;
}

a.btn-white-200:hover {
  background-color: #e6e6e6 !important;
}

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

a.bg-white-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-white-300:focus {
  background-color: #e6e6e6 !important;
}

a.bg-white-300:hover {
  background-color: #e6e6e6 !important;
}

.btn-white-300 {
  background-color: white !important;
}

a.btn-white-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-white-300:focus {
  background-color: #e6e6e6 !important;
}

a.btn-white-300:hover {
  background-color: #e6e6e6 !important;
}

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

a.bg-white-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-white-400:focus {
  background-color: #e6e6e6 !important;
}

a.bg-white-400:hover {
  background-color: #e6e6e6 !important;
}

.btn-white-400 {
  background-color: white !important;
}

a.btn-white-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-white-400:focus {
  background-color: #e6e6e6 !important;
}

a.btn-white-400:hover {
  background-color: #e6e6e6 !important;
}

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

a.bg-white-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-white-500:focus {
  background-color: #e6e6e6 !important;
}

a.bg-white-500:hover {
  background-color: #e6e6e6 !important;
}

.btn-white-500 {
  background-color: white !important;
}

a.btn-white-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-white-500:focus {
  background-color: #e6e6e6 !important;
}

a.btn-white-500:hover {
  background-color: #e6e6e6 !important;
}

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

a.bg-white-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-white-600:focus {
  background-color: #a6a6a6 !important;
}

a.bg-white-600:hover {
  background-color: #a6a6a6 !important;
}

.btn-white-600 {
  background-color: #bfbfbf !important;
}

a.btn-white-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-white-600:focus {
  background-color: #a6a6a6 !important;
}

a.btn-white-600:hover {
  background-color: #a6a6a6 !important;
}

.bg-white-700 {
  background-color: gray !important;
}

a.bg-white-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-white-700:focus {
  background-color: #676767 !important;
}

a.bg-white-700:hover {
  background-color: #676767 !important;
}

.btn-white-700 {
  background-color: gray !important;
}

a.btn-white-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-white-700:focus {
  background-color: #676767 !important;
}

a.btn-white-700:hover {
  background-color: #676767 !important;
}

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

a.bg-white-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-white-800:focus {
  background-color: #272727 !important;
}

a.bg-white-800:hover {
  background-color: #272727 !important;
}

.btn-white-800 {
  background-color: #404040 !important;
}

a.btn-white-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-white-800:focus {
  background-color: #272727 !important;
}

a.btn-white-800:hover {
  background-color: #272727 !important;
}

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

a.bg-white-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-white-900:focus {
  background-color: #0d0d0d !important;
}

a.bg-white-900:hover {
  background-color: #0d0d0d !important;
}

.btn-white-900 {
  background-color: #262626 !important;
}

a.btn-white-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-white-900:focus {
  background-color: #0d0d0d !important;
}

a.btn-white-900:hover {
  background-color: #0d0d0d !important;
}

.bg-gray-100 {
  background-color: #f0f1f2 !important;
}

a.bg-gray-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-gray-100:focus {
  background-color: #d5d8da !important;
}

a.bg-gray-100:hover {
  background-color: #d5d8da !important;
}

.btn-gray-100 {
  background-color: #f0f1f2 !important;
}

a.btn-gray-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-gray-100:focus {
  background-color: #d5d8da !important;
}

a.btn-gray-100:hover {
  background-color: #d5d8da !important;
}

.bg-gray-200 {
  background-color: #dadddf !important;
}

a.bg-gray-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-gray-200:focus {
  background-color: #bfc4c7 !important;
}

a.bg-gray-200:hover {
  background-color: #bfc4c7 !important;
}

.btn-gray-200 {
  background-color: #dadddf !important;
}

a.btn-gray-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-gray-200:focus {
  background-color: #bfc4c7 !important;
}

a.btn-gray-200:hover {
  background-color: #bfc4c7 !important;
}

.bg-gray-300 {
  background-color: #b6babe !important;
}

a.bg-gray-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-gray-300:focus {
  background-color: #9ba1a6 !important;
}

a.bg-gray-300:hover {
  background-color: #9ba1a6 !important;
}

.btn-gray-300 {
  background-color: #b6babe !important;
}

a.btn-gray-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-gray-300:focus {
  background-color: #9ba1a6 !important;
}

a.btn-gray-300:hover {
  background-color: #9ba1a6 !important;
}

.bg-gray-400 {
  background-color: #91989e !important;
}

a.bg-gray-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-gray-400:focus {
  background-color: #767f86 !important;
}

a.bg-gray-400:hover {
  background-color: #767f86 !important;
}

.btn-gray-400 {
  background-color: #91989e !important;
}

a.btn-gray-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-gray-400:focus {
  background-color: #767f86 !important;
}

a.btn-gray-400:hover {
  background-color: #767f86 !important;
}

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

a.bg-gray-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-gray-500:focus {
  background-color: #545b62 !important;
}

a.bg-gray-500:hover {
  background-color: #545b62 !important;
}

.btn-gray-500 {
  background-color: #6c757d !important;
}

a.btn-gray-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-gray-500:focus {
  background-color: #545b62 !important;
}

a.btn-gray-500:hover {
  background-color: #545b62 !important;
}

.bg-gray-600 {
  background-color: #51585e !important;
}

a.bg-gray-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-gray-600:focus {
  background-color: #393e43 !important;
}

a.bg-gray-600:hover {
  background-color: #393e43 !important;
}

.btn-gray-600 {
  background-color: #51585e !important;
}

a.btn-gray-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-gray-600:focus {
  background-color: #393e43 !important;
}

a.btn-gray-600:hover {
  background-color: #393e43 !important;
}

.bg-gray-700 {
  background-color: #363b3f !important;
}

a.bg-gray-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-gray-700:focus {
  background-color: #1e2124 !important;
}

a.bg-gray-700:hover {
  background-color: #1e2124 !important;
}

.btn-gray-700 {
  background-color: #363b3f !important;
}

a.btn-gray-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-gray-700:focus {
  background-color: #1e2124 !important;
}

a.btn-gray-700:hover {
  background-color: #1e2124 !important;
}

.bg-gray-800 {
  background-color: #1b1d1f !important;
}

a.bg-gray-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-gray-800:focus {
  background-color: #030404 !important;
}

a.bg-gray-800:hover {
  background-color: #030404 !important;
}

.btn-gray-800 {
  background-color: #1b1d1f !important;
}

a.btn-gray-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-gray-800:focus {
  background-color: #030404 !important;
}

a.btn-gray-800:hover {
  background-color: #030404 !important;
}

.bg-gray-900 {
  background-color: #101213 !important;
}

a.bg-gray-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-gray-900:focus {
  background-color: black !important;
}

a.bg-gray-900:hover {
  background-color: black !important;
}

.btn-gray-900 {
  background-color: #101213 !important;
}

a.btn-gray-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-gray-900:focus {
  background-color: black !important;
}

a.btn-gray-900:hover {
  background-color: black !important;
}

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

a.bg-gray-dark-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-gray-dark-100:focus {
  background-color: #d1d1d3 !important;
}

a.bg-gray-dark-100:hover {
  background-color: #d1d1d3 !important;
}

.btn-gray-dark-100 {
  background-color: #ebebec !important;
}

a.btn-gray-dark-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-gray-dark-100:focus {
  background-color: #d1d1d3 !important;
}

a.btn-gray-dark-100:hover {
  background-color: #d1d1d3 !important;
}

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

a.bg-gray-dark-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-gray-dark-200:focus {
  background-color: #b2b5b6 !important;
}

a.bg-gray-dark-200:hover {
  background-color: #b2b5b6 !important;
}

.btn-gray-dark-200 {
  background-color: #cccecf !important;
}

a.btn-gray-dark-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-gray-dark-200:focus {
  background-color: #b2b5b6 !important;
}

a.btn-gray-dark-200:hover {
  background-color: #b2b5b6 !important;
}

.bg-gray-dark-300 {
  background-color: #9a9da0 !important;
}

a.bg-gray-dark-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-gray-dark-300:focus {
  background-color: #808487 !important;
}

a.bg-gray-dark-300:hover {
  background-color: #808487 !important;
}

.btn-gray-dark-300 {
  background-color: #9a9da0 !important;
}

a.btn-gray-dark-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-gray-dark-300:focus {
  background-color: #808487 !important;
}

a.btn-gray-dark-300:hover {
  background-color: #808487 !important;
}

.bg-gray-dark-400 {
  background-color: #676b70 !important;
}

a.bg-gray-dark-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-gray-dark-400:focus {
  background-color: #4f5255 !important;
}

a.bg-gray-dark-400:hover {
  background-color: #4f5255 !important;
}

.btn-gray-dark-400 {
  background-color: #676b70 !important;
}

a.btn-gray-dark-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-gray-dark-400:focus {
  background-color: #4f5255 !important;
}

a.btn-gray-dark-400:hover {
  background-color: #4f5255 !important;
}

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

a.bg-gray-dark-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-gray-dark-500:focus {
  background-color: #1d2124 !important;
}

a.bg-gray-dark-500:hover {
  background-color: #1d2124 !important;
}

.btn-gray-dark-500 {
  background-color: #343a40 !important;
}

a.btn-gray-dark-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-gray-dark-500:focus {
  background-color: #1d2124 !important;
}

a.btn-gray-dark-500:hover {
  background-color: #1d2124 !important;
}

.bg-gray-dark-600 {
  background-color: #272c30 !important;
}

a.bg-gray-dark-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-gray-dark-600:focus {
  background-color: #101214 !important;
}

a.bg-gray-dark-600:hover {
  background-color: #101214 !important;
}

.btn-gray-dark-600 {
  background-color: #272c30 !important;
}

a.btn-gray-dark-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-gray-dark-600:focus {
  background-color: #101214 !important;
}

a.btn-gray-dark-600:hover {
  background-color: #101214 !important;
}

.bg-gray-dark-700 {
  background-color: #1a1d20 !important;
}

a.bg-gray-dark-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-gray-dark-700:focus {
  background-color: #030404 !important;
}

a.bg-gray-dark-700:hover {
  background-color: #030404 !important;
}

.btn-gray-dark-700 {
  background-color: #1a1d20 !important;
}

a.btn-gray-dark-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-gray-dark-700:focus {
  background-color: #030404 !important;
}

a.btn-gray-dark-700:hover {
  background-color: #030404 !important;
}

.bg-gray-dark-800 {
  background-color: #0d0f10 !important;
}

a.bg-gray-dark-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-gray-dark-800:focus {
  background-color: black !important;
}

a.bg-gray-dark-800:hover {
  background-color: black !important;
}

.btn-gray-dark-800 {
  background-color: #0d0f10 !important;
}

a.btn-gray-dark-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-gray-dark-800:focus {
  background-color: black !important;
}

a.btn-gray-dark-800:hover {
  background-color: black !important;
}

.bg-gray-dark-900 {
  background-color: #08090a !important;
}

a.bg-gray-dark-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-gray-dark-900:focus {
  background-color: black !important;
}

a.bg-gray-dark-900:hover {
  background-color: black !important;
}

.btn-gray-dark-900 {
  background-color: #08090a !important;
}

a.btn-gray-dark-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-gray-dark-900:focus {
  background-color: black !important;
}

a.btn-gray-dark-900:hover {
  background-color: black !important;
}

.bg-primary-100 {
  background-color: #e9f5fe !important;
}

a.bg-primary-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-primary-100:focus {
  background-color: #b8dffc !important;
}

a.bg-primary-100:hover {
  background-color: #b8dffc !important;
}

.btn-primary-100 {
  background-color: #e9f5fe !important;
}

a.btn-primary-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-primary-100:focus {
  background-color: #b8dffc !important;
}

a.btn-primary-100:hover {
  background-color: #b8dffc !important;
}

.bg-primary-200 {
  background-color: #c8e5fc !important;
}

a.bg-primary-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-primary-200:focus {
  background-color: #98cef9 !important;
}

a.bg-primary-200:hover {
  background-color: #98cef9 !important;
}

.btn-primary-200 {
  background-color: #c8e5fc !important;
}

a.btn-primary-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-primary-200:focus {
  background-color: #98cef9 !important;
}

a.btn-primary-200:hover {
  background-color: #98cef9 !important;
}

.bg-primary-300 {
  background-color: #90cbf9 !important;
}

a.bg-primary-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-primary-300:focus {
  background-color: #60b4f6 !important;
}

a.bg-primary-300:hover {
  background-color: #60b4f6 !important;
}

.btn-primary-300 {
  background-color: #90cbf9 !important;
}

a.btn-primary-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-primary-300:focus {
  background-color: #60b4f6 !important;
}

a.btn-primary-300:hover {
  background-color: #60b4f6 !important;
}

.bg-primary-400 {
  background-color: #59b0f6 !important;
}

a.bg-primary-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-primary-400:focus {
  background-color: #2999f3 !important;
}

a.bg-primary-400:hover {
  background-color: #2999f3 !important;
}

.btn-primary-400 {
  background-color: #59b0f6 !important;
}

a.btn-primary-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-primary-400:focus {
  background-color: #2999f3 !important;
}

a.btn-primary-400:hover {
  background-color: #2999f3 !important;
}

.bg-primary-500 {
  background-color: #2196f3 !important;
}

a.bg-primary-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-primary-500:focus {
  background-color: #0c7cd5 !important;
}

a.bg-primary-500:hover {
  background-color: #0c7cd5 !important;
}

.btn-primary-500 {
  background-color: #2196f3 !important;
}

a.btn-primary-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-primary-500:focus {
  background-color: #0c7cd5 !important;
}

a.btn-primary-500:hover {
  background-color: #0c7cd5 !important;
}

.bg-primary-600,
.select2-container--clean .select2-results__option[aria-selected="true"],
.select2-container--clean .select2-selection--multiple .select2-selection__choice {
  background-color: #1971b6 !important;
}

a.bg-primary-600,
.select2-container--clean a.select2-results__option[aria-selected="true"],
.select2-container--clean .select2-selection--multiple a.select2-selection__choice {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-primary-600:focus,
.select2-container--clean a.select2-results__option[aria-selected="true"]:focus,
.select2-container--clean .select2-selection--multiple a.select2-selection__choice:focus {
  background-color: #135589 !important;
}

a.bg-primary-600:hover,
.select2-container--clean a.select2-results__option[aria-selected="true"]:hover,
.select2-container--clean .select2-selection--multiple a.select2-selection__choice:hover {
  background-color: #135589 !important;
}

.btn-primary-600 {
  background-color: #1971b6 !important;
}

a.btn-primary-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-primary-600:focus {
  background-color: #135589 !important;
}

a.btn-primary-600:hover {
  background-color: #135589 !important;
}

.bg-primary-700 {
  background-color: #114b7a !important;
}

a.bg-primary-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-primary-700:focus {
  background-color: #0b2f4d !important;
}

a.bg-primary-700:hover {
  background-color: #0b2f4d !important;
}

.btn-primary-700 {
  background-color: #114b7a !important;
}

a.btn-primary-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-primary-700:focus {
  background-color: #0b2f4d !important;
}

a.btn-primary-700:hover {
  background-color: #0b2f4d !important;
}

.bg-primary-800 {
  background-color: #08263d !important;
}

a.bg-primary-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-primary-800:focus {
  background-color: #020a10 !important;
}

a.bg-primary-800:hover {
  background-color: #020a10 !important;
}

.btn-primary-800 {
  background-color: #08263d !important;
}

a.btn-primary-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-primary-800:focus {
  background-color: #020a10 !important;
}

a.btn-primary-800:hover {
  background-color: #020a10 !important;
}

.bg-primary-900 {
  background-color: #051724 !important;
}

a.bg-primary-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-primary-900:focus {
  background-color: black !important;
}

a.bg-primary-900:hover {
  background-color: black !important;
}

.btn-primary-900 {
  background-color: #051724 !important;
}

a.btn-primary-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-primary-900:focus {
  background-color: black !important;
}

a.btn-primary-900:hover {
  background-color: black !important;
}

.bg-success-100 {
  background-color: #edf7ee !important;
}

a.bg-success-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-success-100:focus {
  background-color: #cae7cd !important;
}

a.bg-success-100:hover {
  background-color: #cae7cd !important;
}

.btn-success-100 {
  background-color: #edf7ee !important;
}

a.btn-success-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-success-100:focus {
  background-color: #cae7cd !important;
}

a.btn-success-100:hover {
  background-color: #cae7cd !important;
}

.bg-success-200 {
  background-color: #d2ebd3 !important;
}

a.bg-success-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-success-200:focus {
  background-color: #afdbb0 !important;
}

a.bg-success-200:hover {
  background-color: #afdbb0 !important;
}

.btn-success-200 {
  background-color: #d2ebd3 !important;
}

a.btn-success-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-success-200:focus {
  background-color: #afdbb0 !important;
}

a.btn-success-200:hover {
  background-color: #afdbb0 !important;
}

.bg-success-300 {
  background-color: #a6d7a8 !important;
}

a.bg-success-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-success-300:focus {
  background-color: #83c786 !important;
}

a.bg-success-300:hover {
  background-color: #83c786 !important;
}

.btn-success-300 {
  background-color: #a6d7a8 !important;
}

a.btn-success-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-success-300:focus {
  background-color: #83c786 !important;
}

a.btn-success-300:hover {
  background-color: #83c786 !important;
}

.bg-success-400 {
  background-color: #79c37c !important;
}

a.bg-success-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-success-400:focus {
  background-color: #56b35a !important;
}

a.bg-success-400:hover {
  background-color: #56b35a !important;
}

.btn-success-400 {
  background-color: #79c37c !important;
}

a.btn-success-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-success-400:focus {
  background-color: #56b35a !important;
}

a.btn-success-400:hover {
  background-color: #56b35a !important;
}

.bg-success-500 {
  background-color: #4caf50 !important;
}

a.bg-success-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-success-500:focus {
  background-color: #3d8b40 !important;
}

a.bg-success-500:hover {
  background-color: #3d8b40 !important;
}

.btn-success-500 {
  background-color: #4caf50 !important;
}

a.btn-success-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-success-500:focus {
  background-color: #3d8b40 !important;
}

a.btn-success-500:hover {
  background-color: #3d8b40 !important;
}

.bg-success-600 {
  background-color: #39833c !important;
}

a.bg-success-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-success-600:focus {
  background-color: #2a5f2c !important;
}

a.bg-success-600:hover {
  background-color: #2a5f2c !important;
}

.btn-success-600 {
  background-color: #39833c !important;
}

a.btn-success-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-success-600:focus {
  background-color: #2a5f2c !important;
}

a.btn-success-600:hover {
  background-color: #2a5f2c !important;
}

.bg-success-700 {
  background-color: #265828 !important;
}

a.bg-success-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-success-700:focus {
  background-color: #173418 !important;
}

a.bg-success-700:hover {
  background-color: #173418 !important;
}

.btn-success-700 {
  background-color: #265828 !important;
}

a.btn-success-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-success-700:focus {
  background-color: #173418 !important;
}

a.btn-success-700:hover {
  background-color: #173418 !important;
}

.bg-success-800 {
  background-color: #132c14 !important;
}

a.bg-success-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-success-800:focus {
  background-color: #040804 !important;
}

a.bg-success-800:hover {
  background-color: #040804 !important;
}

.btn-success-800 {
  background-color: #132c14 !important;
}

a.btn-success-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-success-800:focus {
  background-color: #040804 !important;
}

a.btn-success-800:hover {
  background-color: #040804 !important;
}

.bg-success-900 {
  background-color: #0b1a0c !important;
}

a.bg-success-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-success-900:focus {
  background-color: black !important;
}

a.bg-success-900:hover {
  background-color: black !important;
}

.btn-success-900 {
  background-color: #0b1a0c !important;
}

a.btn-success-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-success-900:focus {
  background-color: black !important;
}

a.btn-success-900:hover {
  background-color: black !important;
}

.bg-info-100 {
  background-color: #e6f8fb !important;
}

a.bg-info-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-info-100:focus {
  background-color: #baecf4 !important;
}

a.bg-info-100:hover {
  background-color: #baecf4 !important;
}

.btn-info-100 {
  background-color: #e6f8fb !important;
}

a.btn-info-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-info-100:focus {
  background-color: #baecf4 !important;
}

a.btn-info-100:hover {
  background-color: #baecf4 !important;
}

.bg-info-200 {
  background-color: #bfeef4 !important;
}

a.bg-info-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-info-200:focus {
  background-color: #93e2ed !important;
}

a.bg-info-200:hover {
  background-color: #93e2ed !important;
}

.btn-info-200 {
  background-color: #bfeef4 !important;
}

a.btn-info-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-info-200:focus {
  background-color: #93e2ed !important;
}

a.btn-info-200:hover {
  background-color: #93e2ed !important;
}

.bg-info-300 {
  background-color: #80deea !important;
}

a.bg-info-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-info-300:focus {
  background-color: #54d3e3 !important;
}

a.bg-info-300:hover {
  background-color: #54d3e3 !important;
}

.btn-info-300 {
  background-color: #80deea !important;
}

a.btn-info-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-info-300:focus {
  background-color: #54d3e3 !important;
}

a.btn-info-300:hover {
  background-color: #54d3e3 !important;
}

.bg-info-400 {
  background-color: #40cddf !important;
}

a.bg-info-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-info-400:focus {
  background-color: #22b7ca !important;
}

a.bg-info-400:hover {
  background-color: #22b7ca !important;
}

.btn-info-400 {
  background-color: #40cddf !important;
}

a.btn-info-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-info-400:focus {
  background-color: #22b7ca !important;
}

a.btn-info-400:hover {
  background-color: #22b7ca !important;
}

.bg-info-500 {
  background-color: #00bcd4 !important;
}

a.bg-info-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-info-500:focus {
  background-color: #008fa1 !important;
}

a.bg-info-500:hover {
  background-color: #008fa1 !important;
}

.btn-info-500 {
  background-color: #00bcd4 !important;
}

a.btn-info-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-info-500:focus {
  background-color: #008fa1 !important;
}

a.btn-info-500:hover {
  background-color: #008fa1 !important;
}

.bg-info-600 {
  background-color: #008d9f !important;
}

a.bg-info-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-info-600:focus {
  background-color: #00606c !important;
}

a.bg-info-600:hover {
  background-color: #00606c !important;
}

.btn-info-600 {
  background-color: #008d9f !important;
}

a.btn-info-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-info-600:focus {
  background-color: #00606c !important;
}

a.btn-info-600:hover {
  background-color: #00606c !important;
}

.bg-info-700 {
  background-color: #005e6a !important;
}

a.bg-info-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-info-700:focus {
  background-color: #003137 !important;
}

a.bg-info-700:hover {
  background-color: #003137 !important;
}

.btn-info-700 {
  background-color: #005e6a !important;
}

a.btn-info-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-info-700:focus {
  background-color: #003137 !important;
}

a.btn-info-700:hover {
  background-color: #003137 !important;
}

.bg-info-800 {
  background-color: #002f35 !important;
}

a.bg-info-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-info-800:focus {
  background-color: #000202 !important;
}

a.bg-info-800:hover {
  background-color: #000202 !important;
}

.btn-info-800 {
  background-color: #002f35 !important;
}

a.btn-info-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-info-800:focus {
  background-color: #000202 !important;
}

a.btn-info-800:hover {
  background-color: #000202 !important;
}

.bg-info-900 {
  background-color: #001c20 !important;
}

a.bg-info-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-info-900:focus {
  background-color: black !important;
}

a.bg-info-900:hover {
  background-color: black !important;
}

.btn-info-900 {
  background-color: #001c20 !important;
}

a.btn-info-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-info-900:focus {
  background-color: black !important;
}

a.btn-info-900:hover {
  background-color: black !important;
}

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

a.bg-warning-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-warning-100:focus {
  background-color: #ffedb3 !important;
}

a.bg-warning-100:hover {
  background-color: #ffedb3 !important;
}

.btn-warning-100 {
  background-color: #fff9e6 !important;
}

a.btn-warning-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-warning-100:focus {
  background-color: #ffedb3 !important;
}

a.btn-warning-100:hover {
  background-color: #ffedb3 !important;
}

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

a.bg-warning-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-warning-200:focus {
  background-color: #ffe48e !important;
}

a.bg-warning-200:hover {
  background-color: #ffe48e !important;
}

.btn-warning-200 {
  background-color: #fff0c1 !important;
}

a.btn-warning-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-warning-200:focus {
  background-color: #ffe48e !important;
}

a.btn-warning-200:hover {
  background-color: #ffe48e !important;
}

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

a.bg-warning-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-warning-300:focus {
  background-color: #ffd350 !important;
}

a.bg-warning-300:hover {
  background-color: #ffd350 !important;
}

.btn-warning-300 {
  background-color: #ffe083 !important;
}

a.btn-warning-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-warning-300:focus {
  background-color: #ffd350 !important;
}

a.btn-warning-300:hover {
  background-color: #ffd350 !important;
}

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

a.bg-warning-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-warning-400:focus {
  background-color: #ffc412 !important;
}

a.bg-warning-400:hover {
  background-color: #ffc412 !important;
}

.btn-warning-400 {
  background-color: #ffd145 !important;
}

a.btn-warning-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-warning-400:focus {
  background-color: #ffc412 !important;
}

a.btn-warning-400:hover {
  background-color: #ffc412 !important;
}

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

a.bg-warning-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

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

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

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

a.btn-warning-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-warning-500:focus {
  background-color: #d39e00 !important;
}

a.btn-warning-500:hover {
  background-color: #d39e00 !important;
}

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

a.bg-warning-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-warning-600:focus {
  background-color: #8d6b04 !important;
}

a.bg-warning-600:hover {
  background-color: #8d6b04 !important;
}

.btn-warning-600 {
  background-color: #bf9105 !important;
}

a.btn-warning-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-warning-600:focus {
  background-color: #8d6b04 !important;
}

a.btn-warning-600:hover {
  background-color: #8d6b04 !important;
}

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

a.bg-warning-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-warning-700:focus {
  background-color: #4f3c02 !important;
}

a.bg-warning-700:hover {
  background-color: #4f3c02 !important;
}

.btn-warning-700 {
  background-color: #806104 !important;
}

a.btn-warning-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-warning-700:focus {
  background-color: #4f3c02 !important;
}

a.btn-warning-700:hover {
  background-color: #4f3c02 !important;
}

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

a.bg-warning-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-warning-800:focus {
  background-color: #0f0b00 !important;
}

a.bg-warning-800:hover {
  background-color: #0f0b00 !important;
}

.btn-warning-800 {
  background-color: #403002 !important;
}

a.btn-warning-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-warning-800:focus {
  background-color: #0f0b00 !important;
}

a.btn-warning-800:hover {
  background-color: #0f0b00 !important;
}

.bg-warning-900 {
  background-color: #261d01 !important;
}

a.bg-warning-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-warning-900:focus {
  background-color: black !important;
}

a.bg-warning-900:hover {
  background-color: black !important;
}

.btn-warning-900 {
  background-color: #261d01 !important;
}

a.btn-warning-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-warning-900:focus {
  background-color: black !important;
}

a.btn-warning-900:hover {
  background-color: black !important;
}

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

a.bg-danger-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-danger-100:focus {
  background-color: #fcbeba !important;
}

a.bg-danger-100:hover {
  background-color: #fcbeba !important;
}

.btn-danger-100 {
  background-color: #feeceb !important;
}

a.btn-danger-100 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-danger-100:focus {
  background-color: #fcbeba !important;
}

a.btn-danger-100:hover {
  background-color: #fcbeba !important;
}

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

a.bg-danger-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-danger-200:focus {
  background-color: #f9a39d !important;
}

a.bg-danger-200:hover {
  background-color: #f9a39d !important;
}

.btn-danger-200 {
  background-color: #fcd0cd !important;
}

a.btn-danger-200 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-danger-200:focus {
  background-color: #f9a39d !important;
}

a.btn-danger-200:hover {
  background-color: #f9a39d !important;
}

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

a.bg-danger-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-danger-300:focus {
  background-color: #f8736a !important;
}

a.bg-danger-300:hover {
  background-color: #f8736a !important;
}

.btn-danger-300 {
  background-color: #faa19b !important;
}

a.btn-danger-300 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-danger-300:focus {
  background-color: #f8736a !important;
}

a.btn-danger-300:hover {
  background-color: #f8736a !important;
}

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

a.bg-danger-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-danger-400:focus {
  background-color: #f44538 !important;
}

a.bg-danger-400:hover {
  background-color: #f44538 !important;
}

.btn-danger-400 {
  background-color: #f77268 !important;
}

a.btn-danger-400 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-danger-400:focus {
  background-color: #f44538 !important;
}

a.btn-danger-400:hover {
  background-color: #f44538 !important;
}

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

a.bg-danger-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-danger-500:focus {
  background-color: #ea1c0d !important;
}

a.bg-danger-500:hover {
  background-color: #ea1c0d !important;
}

.btn-danger-500 {
  background-color: #f44336 !important;
}

a.btn-danger-500 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-danger-500:focus {
  background-color: #ea1c0d !important;
}

a.btn-danger-500:hover {
  background-color: #ea1c0d !important;
}

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

a.bg-danger-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-danger-600:focus {
  background-color: #8d2720 !important;
}

a.bg-danger-600:hover {
  background-color: #8d2720 !important;
}

.btn-danger-600 {
  background-color: #b73229 !important;
}

a.btn-danger-600 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-danger-600:focus {
  background-color: #8d2720 !important;
}

a.btn-danger-600:hover {
  background-color: #8d2720 !important;
}

.bg-danger-700 {
  background-color: #7a221b !important;
}

a.bg-danger-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-danger-700:focus {
  background-color: #501612 !important;
}

a.bg-danger-700:hover {
  background-color: #501612 !important;
}

.btn-danger-700 {
  background-color: #7a221b !important;
}

a.btn-danger-700 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-danger-700:focus {
  background-color: #501612 !important;
}

a.btn-danger-700:hover {
  background-color: #501612 !important;
}

.bg-danger-800 {
  background-color: #3d110e !important;
}

a.bg-danger-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-danger-800:focus {
  background-color: #140504 !important;
}

a.bg-danger-800:hover {
  background-color: #140504 !important;
}

.btn-danger-800 {
  background-color: #3d110e !important;
}

a.btn-danger-800 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-danger-800:focus {
  background-color: #140504 !important;
}

a.btn-danger-800:hover {
  background-color: #140504 !important;
}

.bg-danger-900 {
  background-color: #250a08 !important;
}

a.bg-danger-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.bg-danger-900:focus {
  background-color: black !important;
}

a.bg-danger-900:hover {
  background-color: black !important;
}

.btn-danger-900 {
  background-color: #250a08 !important;
}

a.btn-danger-900 {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
  /*    // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
  /*    @media (hover: hover) {*/
  /*      &:hover { @content }*/
  /*    }*/
  /*  }*/
  /*  @else {*/
  /*  }*/
}

a.btn-danger-900:focus {
  background-color: black !important;
}

a.btn-danger-900:hover {
  background-color: black !important;
}

/* background text contrast */

.bg-blue {
  color: #fff;
}

.bg-indigo {
  color: #fff;
}

.bg-purple {
  color: #fff;
}

.bg-pink {
  color: #fff;
}

.bg-red {
  color: #fff;
}

.bg-orange {
  color: #111;
}

.bg-yellow {
  color: #111;
}

.bg-green {
  color: #fff;
}

.bg-teal {
  color: #fff;
}

.bg-cyan {
  color: #fff;
}

.bg-slate {
  color: #fff;
}

.bg-white {
  color: #111;
}

.bg-gray {
  color: #fff;
}

.bg-gray-dark {
  color: #fff;
}

.bg-primary {
  color: #fff;
}

.bg-success {
  color: #fff;
}

.bg-info {
  color: #fff;
}

.bg-warning {
  color: #111;
}

.bg-danger {
  color: #fff;
}

.bg-blue-100 {
  color: #111;
}

.bg-blue-200 {
  color: #111;
}

.bg-blue-300 {
  color: #111;
}

.bg-blue-400 {
  color: #111;
}

.bg-blue-500 {
  color: #fff;
}

.bg-blue-600 {
  color: #fff;
}

.bg-blue-700 {
  color: #fff;
}

.bg-blue-800 {
  color: #fff;
}

.bg-blue-900 {
  color: #fff;
}

.bg-indigo-100 {
  color: #111;
}

.bg-indigo-200 {
  color: #111;
}

.bg-indigo-300 {
  color: #111;
}

.bg-indigo-400 {
  color: #fff;
}

.bg-indigo-500 {
  color: #fff;
}

.bg-indigo-600 {
  color: #fff;
}

.bg-indigo-700 {
  color: #fff;
}

.bg-indigo-800 {
  color: #fff;
}

.bg-indigo-900 {
  color: #fff;
}

.bg-purple-100 {
  color: #111;
}

.bg-purple-200 {
  color: #111;
}

.bg-purple-300 {
  color: #111;
}

.bg-purple-400 {
  color: #fff;
}

.bg-purple-500 {
  color: #fff;
}

.bg-purple-600 {
  color: #fff;
}

.bg-purple-700 {
  color: #fff;
}

.bg-purple-800 {
  color: #fff;
}

.bg-purple-900 {
  color: #fff;
}

.bg-pink-100 {
  color: #111;
}

.bg-pink-200 {
  color: #111;
}

.bg-pink-300 {
  color: #111;
}

.bg-pink-400 {
  color: #fff;
}

.bg-pink-500 {
  color: #fff;
}

.bg-pink-600 {
  color: #fff;
}

.bg-pink-700 {
  color: #fff;
}

.bg-pink-800 {
  color: #fff;
}

.bg-pink-900 {
  color: #fff;
}

.bg-red-100 {
  color: #111;
}

.bg-red-200 {
  color: #111;
}

.bg-red-300 {
  color: #111;
}

.bg-red-400 {
  color: #111;
}

.bg-red-500 {
  color: #fff;
}

.bg-red-600 {
  color: #fff;
}

.bg-red-700 {
  color: #fff;
}

.bg-red-800 {
  color: #fff;
}

.bg-red-900 {
  color: #fff;
}

.bg-orange-100 {
  color: #111;
}

.bg-orange-200 {
  color: #111;
}

.bg-orange-300 {
  color: #111;
}

.bg-orange-400 {
  color: #111;
}

.bg-orange-500 {
  color: #111;
}

.bg-orange-600 {
  color: #fff;
}

.bg-orange-700 {
  color: #fff;
}

.bg-orange-800 {
  color: #fff;
}

.bg-orange-900 {
  color: #fff;
}

.bg-yellow-100 {
  color: #111;
}

.bg-yellow-200 {
  color: #111;
}

.bg-yellow-300 {
  color: #111;
}

.bg-yellow-400 {
  color: #111;
}

.bg-yellow-500 {
  color: #111;
}

.bg-yellow-600 {
  color: #fff;
}

.bg-yellow-700 {
  color: #fff;
}

.bg-yellow-800 {
  color: #fff;
}

.bg-yellow-900 {
  color: #fff;
}

.bg-green-100 {
  color: #111;
}

.bg-green-200 {
  color: #111;
}

.bg-green-300 {
  color: #111;
}

.bg-green-400 {
  color: #111;
}

.bg-green-500 {
  color: #fff;
}

.bg-green-600 {
  color: #fff;
}

.bg-green-700 {
  color: #fff;
}

.bg-green-800 {
  color: #fff;
}

.bg-green-900 {
  color: #fff;
}

.bg-teal-100 {
  color: #111;
}

.bg-teal-200 {
  color: #111;
}

.bg-teal-300 {
  color: #111;
}

.bg-teal-400 {
  color: #fff;
}

.bg-teal-500 {
  color: #fff;
}

.bg-teal-600 {
  color: #fff;
}

.bg-teal-700 {
  color: #fff;
}

.bg-teal-800 {
  color: #fff;
}

.bg-teal-900 {
  color: #fff;
}

.bg-cyan-100 {
  color: #111;
}

.bg-cyan-200 {
  color: #111;
}

.bg-cyan-300 {
  color: #111;
}

.bg-cyan-400 {
  color: #111;
}

.bg-cyan-500 {
  color: #fff;
}

.bg-cyan-600 {
  color: #fff;
}

.bg-cyan-700 {
  color: #fff;
}

.bg-cyan-800 {
  color: #fff;
}

.bg-cyan-900 {
  color: #fff;
}

.bg-slate-100 {
  color: #111;
}

.bg-slate-200 {
  color: #111;
}

.bg-slate-300 {
  color: #111;
}

.bg-slate-400 {
  color: #111;
}

.bg-slate-500 {
  color: #fff;
}

.bg-slate-600 {
  color: #fff;
}

.bg-slate-700 {
  color: #fff;
}

.bg-slate-800 {
  color: #fff;
}

.bg-slate-900 {
  color: #fff;
}

.bg-white-100 {
  color: #111;
}

.bg-white-200 {
  color: #111;
}

.bg-white-300 {
  color: #111;
}

.bg-white-400 {
  color: #111;
}

.bg-white-500 {
  color: #111;
}

.bg-white-600 {
  color: #111;
}

.bg-white-700 {
  color: #fff;
}

.bg-white-800 {
  color: #fff;
}

.bg-white-900 {
  color: #fff;
}

.bg-gray-100 {
  color: #111;
}

.bg-gray-200 {
  color: #111;
}

.bg-gray-300 {
  color: #111;
}

.bg-gray-400 {
  color: #111;
}

.bg-gray-500 {
  color: #fff;
}

.bg-gray-600 {
  color: #fff;
}

.bg-gray-700 {
  color: #fff;
}

.bg-gray-800 {
  color: #fff;
}

.bg-gray-900 {
  color: #fff;
}

.bg-gray-dark-100 {
  color: #111;
}

.bg-gray-dark-200 {
  color: #111;
}

.bg-gray-dark-300 {
  color: #111;
}

.bg-gray-dark-400 {
  color: #fff;
}

.bg-gray-dark-500 {
  color: #fff;
}

.bg-gray-dark-600 {
  color: #fff;
}

.bg-gray-dark-700 {
  color: #fff;
}

.bg-gray-dark-800 {
  color: #fff;
}

.bg-gray-dark-900 {
  color: #fff;
}

.bg-primary-100 {
  color: #111;
}

.bg-primary-200 {
  color: #111;
}

.bg-primary-300 {
  color: #111;
}

.bg-primary-400 {
  color: #111;
}

.bg-primary-500 {
  color: #fff;
}

.bg-primary-600,
.select2-container--clean .select2-results__option[aria-selected="true"],
.select2-container--clean .select2-selection--multiple .select2-selection__choice {
  color: #fff;
}

.bg-primary-700 {
  color: #fff;
}

.bg-primary-800 {
  color: #fff;
}

.bg-primary-900 {
  color: #fff;
}

.bg-success-100 {
  color: #111;
}

.bg-success-200 {
  color: #111;
}

.bg-success-300 {
  color: #111;
}

.bg-success-400 {
  color: #111;
}

.bg-success-500 {
  color: #fff;
}

.bg-success-600 {
  color: #fff;
}

.bg-success-700 {
  color: #fff;
}

.bg-success-800 {
  color: #fff;
}

.bg-success-900 {
  color: #fff;
}

.bg-info-100 {
  color: #111;
}

.bg-info-200 {
  color: #111;
}

.bg-info-300 {
  color: #111;
}

.bg-info-400 {
  color: #111;
}

.bg-info-500 {
  color: #fff;
}

.bg-info-600 {
  color: #fff;
}

.bg-info-700 {
  color: #fff;
}

.bg-info-800 {
  color: #fff;
}

.bg-info-900 {
  color: #fff;
}

.bg-warning-100 {
  color: #111;
}

.bg-warning-200 {
  color: #111;
}

.bg-warning-300 {
  color: #111;
}

.bg-warning-400 {
  color: #111;
}

.bg-warning-500 {
  color: #111;
}

.bg-warning-600 {
  color: #fff;
}

.bg-warning-700 {
  color: #fff;
}

.bg-warning-800 {
  color: #fff;
}

.bg-warning-900 {
  color: #fff;
}

.bg-danger-100 {
  color: #111;
}

.bg-danger-200 {
  color: #111;
}

.bg-danger-300 {
  color: #111;
}

.bg-danger-400 {
  color: #111;
}

.bg-danger-500 {
  color: #fff;
}

.bg-danger-600 {
  color: #fff;
}

.bg-danger-700 {
  color: #fff;
}

.bg-danger-800 {
  color: #fff;
}

.bg-danger-900 {
  color: #fff;
}

/* border colors */

.border-blue {
  border-color: #2196f3 !important;
}

.border-indigo {
  border-color: #3f51b5 !important;
}

.border-purple {
  border-color: #9c27b0 !important;
}

.border-pink {
  border-color: #e91e63 !important;
}

.border-red {
  border-color: #f44336 !important;
}

.border-orange {
  border-color: #ff9800 !important;
}

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

.border-green {
  border-color: #4caf50 !important;
}

.border-teal {
  border-color: #009688 !important;
}

.border-cyan {
  border-color: #00bcd4 !important;
}

.border-slate {
  border-color: #607d8b !important;
}

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

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

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

.border-primary {
  border-color: #2196f3 !important;
}

.border-success {
  border-color: #4caf50 !important;
}

.border-info {
  border-color: #00bcd4 !important;
}

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

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

.border-blue-100 {
  border-color: #e9f5fe !important;
}

.border-blue-200 {
  border-color: #c8e5fc !important;
}

.border-blue-300 {
  border-color: #90cbf9 !important;
}

.border-blue-400 {
  border-color: #59b0f6 !important;
}

.border-blue-500 {
  border-color: #2196f3 !important;
}

.border-blue-600 {
  border-color: #1971b6 !important;
}

.border-blue-700 {
  border-color: #114b7a !important;
}

.border-blue-800 {
  border-color: #08263d !important;
}

.border-blue-900 {
  border-color: #051724 !important;
}

.border-indigo-100 {
  border-color: #eceef8 !important;
}

.border-indigo-200 {
  border-color: #cfd4ed !important;
}

.border-indigo-300 {
  border-color: #9fa8da !important;
}

.border-indigo-400 {
  border-color: #6f7dc8 !important;
}

.border-indigo-500 {
  border-color: #3f51b5 !important;
}

.border-indigo-600 {
  border-color: #2f3d88 !important;
}

.border-indigo-700 {
  border-color: #20295b !important;
}

.border-indigo-800 {
  border-color: #10142d !important;
}

.border-indigo-900 {
  border-color: #090c1b !important;
}

.border-purple-100 {
  border-color: #f5e9f7 !important;
}

.border-purple-200 {
  border-color: #e6c9eb !important;
}

.border-purple-300 {
  border-color: #ce93d8 !important;
}

.border-purple-400 {
  border-color: #b55dc4 !important;
}

.border-purple-500 {
  border-color: #9c27b0 !important;
}

.border-purple-600 {
  border-color: #751d84 !important;
}

.border-purple-700 {
  border-color: #4e1458 !important;
}

.border-purple-800 {
  border-color: #270a2c !important;
}

.border-purple-900 {
  border-color: #17061a !important;
}

.border-pink-100 {
  border-color: #fde9ef !important;
}

.border-pink-200 {
  border-color: #fac7d8 !important;
}

.border-pink-300 {
  border-color: #f48fb1 !important;
}

.border-pink-400 {
  border-color: #ef568a !important;
}

.border-pink-500 {
  border-color: #e91e63 !important;
}

.border-pink-600 {
  border-color: #af174a !important;
}

.border-pink-700 {
  border-color: #750f32 !important;
}

.border-pink-800 {
  border-color: #3a0819 !important;
}

.border-pink-900 {
  border-color: #23050f !important;
}

.border-red-100 {
  border-color: #feeceb !important;
}

.border-red-200 {
  border-color: #fcd0cd !important;
}

.border-red-300 {
  border-color: #faa19b !important;
}

.border-red-400 {
  border-color: #f77268 !important;
}

.border-red-500 {
  border-color: #f44336 !important;
}

.border-red-600 {
  border-color: #b73229 !important;
}

.border-red-700 {
  border-color: #7a221b !important;
}

.border-red-800 {
  border-color: #3d110e !important;
}

.border-red-900 {
  border-color: #250a08 !important;
}

.border-orange-100 {
  border-color: #fff5e6 !important;
}

.border-orange-200 {
  border-color: #ffe5bf !important;
}

.border-orange-300 {
  border-color: #ffcc80 !important;
}

.border-orange-400 {
  border-color: #ffb240 !important;
}

.border-orange-500 {
  border-color: #ff9800 !important;
}

.border-orange-600 {
  border-color: #bf7200 !important;
}

.border-orange-700 {
  border-color: #804c00 !important;
}

.border-orange-800 {
  border-color: #402600 !important;
}

.border-orange-900 {
  border-color: #261700 !important;
}

.border-yellow-100 {
  border-color: #fff9e6 !important;
}

.border-yellow-200 {
  border-color: #fff0c1 !important;
}

.border-yellow-300 {
  border-color: #ffe083 !important;
}

.border-yellow-400 {
  border-color: #ffd145 !important;
}

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

.border-yellow-600 {
  border-color: #bf9105 !important;
}

.border-yellow-700 {
  border-color: #806104 !important;
}

.border-yellow-800 {
  border-color: #403002 !important;
}

.border-yellow-900 {
  border-color: #261d01 !important;
}

.border-green-100 {
  border-color: #edf7ee !important;
}

.border-green-200 {
  border-color: #d2ebd3 !important;
}

.border-green-300 {
  border-color: #a6d7a8 !important;
}

.border-green-400 {
  border-color: #79c37c !important;
}

.border-green-500 {
  border-color: #4caf50 !important;
}

.border-green-600 {
  border-color: #39833c !important;
}

.border-green-700 {
  border-color: #265828 !important;
}

.border-green-800 {
  border-color: #132c14 !important;
}

.border-green-900 {
  border-color: #0b1a0c !important;
}

.border-teal-100 {
  border-color: #e6f5f3 !important;
}

.border-teal-200 {
  border-color: #bfe5e1 !important;
}

.border-teal-300 {
  border-color: #80cbc4 !important;
}

.border-teal-400 {
  border-color: #40b0a6 !important;
}

.border-teal-500 {
  border-color: #009688 !important;
}

.border-teal-600 {
  border-color: #007166 !important;
}

.border-teal-700 {
  border-color: #004b44 !important;
}

.border-teal-800 {
  border-color: #002622 !important;
}

.border-teal-900 {
  border-color: #001714 !important;
}

.border-cyan-100 {
  border-color: #e6f8fb !important;
}

.border-cyan-200 {
  border-color: #bfeef4 !important;
}

.border-cyan-300 {
  border-color: #80deea !important;
}

.border-cyan-400 {
  border-color: #40cddf !important;
}

.border-cyan-500 {
  border-color: #00bcd4 !important;
}

.border-cyan-600 {
  border-color: #008d9f !important;
}

.border-cyan-700 {
  border-color: #005e6a !important;
}

.border-cyan-800 {
  border-color: #002f35 !important;
}

.border-cyan-900 {
  border-color: #001c20 !important;
}

.border-slate-100 {
  border-color: #eff2f3 !important;
}

.border-slate-200 {
  border-color: #d7dfe2 !important;
}

.border-slate-300 {
  border-color: #b0bec5 !important;
}

.border-slate-400 {
  border-color: #889ea8 !important;
}

.border-slate-500 {
  border-color: #607d8b !important;
}

.border-slate-600 {
  border-color: #485e68 !important;
}

.border-slate-700 {
  border-color: #303f46 !important;
}

.border-slate-800 {
  border-color: #181f23 !important;
}

.border-slate-900 {
  border-color: #0e1315 !important;
}

.border-white-100 {
  border-color: white !important;
}

.border-white-200 {
  border-color: white !important;
}

.border-white-300 {
  border-color: white !important;
}

.border-white-400 {
  border-color: white !important;
}

.border-white-500 {
  border-color: white !important;
}

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

.border-white-700 {
  border-color: gray !important;
}

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

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

.border-gray-100 {
  border-color: #f0f1f2 !important;
}

.border-gray-200 {
  border-color: #dadddf !important;
}

.border-gray-300 {
  border-color: #b6babe !important;
}

.border-gray-400 {
  border-color: #91989e !important;
}

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

.border-gray-600 {
  border-color: #51585e !important;
}

.border-gray-700 {
  border-color: #363b3f !important;
}

.border-gray-800 {
  border-color: #1b1d1f !important;
}

.border-gray-900 {
  border-color: #101213 !important;
}

.border-gray-dark-100 {
  border-color: #ebebec !important;
}

.border-gray-dark-200 {
  border-color: #cccecf !important;
}

.border-gray-dark-300 {
  border-color: #9a9da0 !important;
}

.border-gray-dark-400 {
  border-color: #676b70 !important;
}

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

.border-gray-dark-600 {
  border-color: #272c30 !important;
}

.border-gray-dark-700 {
  border-color: #1a1d20 !important;
}

.border-gray-dark-800 {
  border-color: #0d0f10 !important;
}

.border-gray-dark-900 {
  border-color: #08090a !important;
}

.border-primary-100 {
  border-color: #e9f5fe !important;
}

.border-primary-200 {
  border-color: #c8e5fc !important;
}

.border-primary-300 {
  border-color: #90cbf9 !important;
}

.border-primary-400 {
  border-color: #59b0f6 !important;
}

.border-primary-500 {
  border-color: #2196f3 !important;
}

.border-primary-600,
.select2-container--clean .select2-selection--multiple .select2-selection__choice {
  border-color: #1971b6 !important;
}

.border-primary-700 {
  border-color: #114b7a !important;
}

.border-primary-800 {
  border-color: #08263d !important;
}

.border-primary-900 {
  border-color: #051724 !important;
}

.border-success-100 {
  border-color: #edf7ee !important;
}

.border-success-200 {
  border-color: #d2ebd3 !important;
}

.border-success-300 {
  border-color: #a6d7a8 !important;
}

.border-success-400 {
  border-color: #79c37c !important;
}

.border-success-500 {
  border-color: #4caf50 !important;
}

.border-success-600 {
  border-color: #39833c !important;
}

.border-success-700 {
  border-color: #265828 !important;
}

.border-success-800 {
  border-color: #132c14 !important;
}

.border-success-900 {
  border-color: #0b1a0c !important;
}

.border-info-100 {
  border-color: #e6f8fb !important;
}

.border-info-200 {
  border-color: #bfeef4 !important;
}

.border-info-300 {
  border-color: #80deea !important;
}

.border-info-400 {
  border-color: #40cddf !important;
}

.border-info-500 {
  border-color: #00bcd4 !important;
}

.border-info-600 {
  border-color: #008d9f !important;
}

.border-info-700 {
  border-color: #005e6a !important;
}

.border-info-800 {
  border-color: #002f35 !important;
}

.border-info-900 {
  border-color: #001c20 !important;
}

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

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

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

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

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

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

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

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

.border-warning-900 {
  border-color: #261d01 !important;
}

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

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

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

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

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

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

.border-danger-700 {
  border-color: #7a221b !important;
}

.border-danger-800 {
  border-color: #3d110e !important;
}

.border-danger-900 {
  border-color: #250a08 !important;
}

/* Bootstrap Utilities & mixins */

/*/ Remove the unit of a length*/

/*/ @param {Number} $number - Number to remove unit from*/

/*/ @return {Number} - Unitless number*/

/**/

/*  https://codepen.io/jakob-e/pen/doMoML*/

/*  Function to create an optimized svg url*/

/*  Version: 1.0.6*/

/*  Background svg mixin*/

/*  Helper function to replace characters in a string*/

/*=============================================
=            Global caret settings            =
=============================================*/

.sidebar-mini-toggler:after,
.dropdown-toggle:not(.sidebar-toggler):after {
  line-height: 1.125rem;
  position: absolute;
  top: calc(50% - 7px);
  right: 1rem;
  display: block;
  width: 7px;
  height: 14px;
  margin: 0;
  content: " ";
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  border: none;
  background-repeat: no-repeat;
}

.dropdown-toggle {
  position: relative;
  padding-right: 2.5rem;
}

.dropdown-toggle:not(.dropdown-light):after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-fa-processed='' data-prefix='fas' data-icon='angle-right' role='img' viewBox='0 0 256 512' class='svg-inline--fa fa-angle-right fa-w-8 fa-2x'%3E%3Cpath fill='%23212529' d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z' class=''%3E%3C/path%3E%3C/svg%3E");
}

.dropdown-toggle.dropdown-light:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-fa-processed='' data-prefix='fas' data-icon='angle-right' role='img' viewBox='0 0 256 512' class='svg-inline--fa fa-angle-right fa-w-8 fa-2x'%3E%3Cpath fill='%23f0f1f2' d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z' class=''%3E%3C/path%3E%3C/svg%3E");
}

.dropdown-toggle[aria-expanded="true"]:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.heading-elements .heading-elements .dropdown-toggle,
.heading-elements .btn.dropdown-toggle {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.heading-elements .dropdown-toggle[aria-expanded="true"]:after,
.btn.dropdown-toggle[aria-expanded="true"]:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.btn-icon.dropdown-toggle {
  padding-right: 2.5rem !important;
}

.sidebar-mini-toggler:after {
  margin: 0 12px 0 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-fa-processed='' data-prefix='fas' data-icon='angle-down' role='img' viewBox='0 0 320 512' class='svg-inline--fa fa-angle-down fa-w-10 fa-2x'%3E%3Cpath fill='%23fff' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z' class=''%3E%3C/path%3E%3C/svg%3E");
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #fff;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}

.autocomplete-selected {
  background: #f0f0f0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

.footable-toggle {
  position: relative;
  line-height: 1.125rem;
  display: block;
  width: 21px;
  height: 21px;
  margin: 0;
  content: " ";
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  border: none;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-inline--fa fa-caret-square-down fa-w-14' aria-hidden='true' focusable='false' data-prefix='far' data-icon='caret-square-down' role='img' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%236c757d' d='M125.1 208h197.8c10.7 0 16.1 13 8.5 20.5l-98.9 98.3c-4.7 4.7-12.2 4.7-16.9 0l-98.9-98.3c-7.7-7.5-2.3-20.5 8.4-20.5zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z'%3E%3C/path%3E%3C/svg%3E");
}

.footable-toggle.fooicon-minus {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Admin CORE main SCSS */

html,
body {
  /* font-size: $font-size-base !important;*/
  min-height: 100%;
  color: #212529 !important;
}

.page-container .content-wrapper {
  width: 100%;
  padding-top: 1.5rem;
  padding-right: 15px;
  padding-left: 15px;
}

.page-container .content-wrapper .table-responsive {
  min-height: 300px;
}

/*==============================
=            navbar            =
==============================*/

.navbar .dropdown-menu {
  line-height: 1.5;
}

.navbar.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Desktops and laptops ----------- */

/*===============================
=            sidebar            =
===============================*/

/* https://codepen.io/migli/pen/dJZQxZ*/

/* custom variables*/

.sidebar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
}

.sidebar-toggler .sidebar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
  cursor: pointer;
}

.sidebar-toggler .sidebar-toggler-icon.sidebar-toggler-icon-light {
  background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.sidebar-container {
  position: absolute;
  width: 100%;
  z-index: 1002;
}

.sidebar {
  position: relative;
  width: 100%;
  border-radius: 0.25rem;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.sidebar .sidebar-user .category-content {
  padding: 2rem 20px;
  text-align: center;
}

.sidebar .sidebar-content {
  position: relative;
  border-radius: 0.25rem;
  margin-bottom: 1.25rem;
}

.sidebar .category-title {
  position: relative;
  margin: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.sidebar .sidebar-category:last-child .category-title {
  border-bottom: none;
}

.sidebar.sidebar-default .category-title > a {
  display: block;
  text-decoration: none;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 0.6346153846rem;
}

.sidebar .category-content {
  position: relative;
}

.sidebar .category-content .nav {
  position: relative;
  margin: 0;
  padding: 1rem 0;
}

.sidebar .category-content .nav li {
  position: relative;
  list-style: none;
}

.sidebar .category-content .nav li > a {
  font-size: 0.75rem;
  padding: 1rem 20px;
  -webkit-transition: background 0.15s linear, color 0.15s linear;
  -o-transition: background 0.15s linear, color 0.15s linear;
  transition: background 0.15s linear, color 0.15s linear;
}

.sidebar .category-content .nav li > a > [class*="svg-inline"] {
  float: left;
  top: 0;
  margin-top: 2px;
  margin-right: 15px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.sidebar .category-content .nav li ul {
  padding: 0;
}

.sidebar .category-content .nav li ul > li a {
  padding-left: 2.75rem;
}

.sidebar .category-content .nav > li > a {
  font-weight: 500;
}

/*===============================
=            borders            =
===============================*/

.border-sm {
  border-width: 2px !important;
}

.border-md {
  border-width: 3px !important;
}

.border-lg {
  border-width: 4px !important;
}

[class*="border-top"] {
  border-top-style: solid;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.border-top {
  border-top-width: 1px !important;
}

.border-top-sm {
  border-top-width: 2px !important;
}

.border-top-md {
  border-top-width: 3px !important;
}

.border-top-lg {
  border-top-width: 4px !important;
}

[class*="border-bottom"] {
  border-bottom-style: solid;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.border-bottom {
  border-bottom-width: 1px !important;
}

.border-bottom-sm {
  border-bottom-width: 2px !important;
}

.border-bottom-md {
  border-bottom-width: 3px !important;
}

.border-bottom-lg {
  border-bottom-width: 4px !important;
}

/*=============================
=            cards            =
=============================*/

.card {
  border: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.card .card-header {
  font-weight: 500;
  padding: 0.9375rem 0.9375rem;
}

.card .card-header,
.card .card-footer {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

.heading-elements {
  position: relative;
  float: right;
  margin-left: auto !important;
}

.heading-elements .close {
  margin-left: 0.375rem;
}

/*==============================
=            badges            =
==============================*/

.badge {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.53846;
  padding: 3px 6px 2px 6px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}

.badge.badge-flat {
  padding: 1px 4px 0 4px;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  background: transparent;
}

.badge.badge-flat.badge-primary {
  color: #2196f3;
  border-color: #2196f3;
}

.badge.badge-flat.badge-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.badge.badge-flat.badge-success {
  color: #4caf50;
  border-color: #4caf50;
}

.badge.badge-flat.badge-info {
  color: #00bcd4;
  border-color: #00bcd4;
}

.badge.badge-flat.badge-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.badge.badge-flat.badge-danger {
  color: #f44336;
  border-color: #f44336;
}

/*=============================
=            forms            =
=============================*/

legend {
  font-size: 0.75rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  border-bottom: 1px solid #dadddf;
}

label {
  font-weight: 500;
}

label:not(.form-check-label) {
  padding-right: 2rem;
}

select[name="npp"] {
  height: calc(1.6875rem + 2px) !important;
}

.form-check {
  margin-bottom: 0.5625rem;
}

.select2-container--open {
  z-index: 99999;
}

.input-group .select2-selection {
  height: 100% !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.input-group .select2-selection span {
  line-height: 1.5 !important;
}

#rp-search-field a {
  cursor: pointer;
}

/* select2 overwrite */

.select2-container--clean .select2-selection--multiple {
  border-color: #ced4da !important;
}

.select2-container--clean .select2-selection--multiple .select2-selection__choice {
  font-weight: 400 !important;
  float: left;
  margin-top: 5px;
  margin-right: 5px;
  padding: 1px 5px !important;
  cursor: default;
  color: #fff;
  border-radius: 3px !important;
}

.select2-container--clean .select2-selection--multiple .select2-selection__choice span.select2-selection__choice__remove {
  margin-right: 4px !important;
  color: #fff;
}

.select2-container--clean .select2-selection--multiple .select2-results__option--highlighted[aria-selected] {
  background-color: #2196f3 !important;
}

.select2-container--clean .select2-selection--single {
  padding: 8px 0.5625rem !important;
}

.select2-container--clean .select2-selection--single .select2-selection__rendered {
  line-height: 1.5 !important;
}

.select2-container--clean .select2-results__options {
  font-size: 11px;
}

/* pickadate */

.picker.picker--opened {
  min-width: 260px;
}

.picker__table td {
  font-size: 12px;
}

/* jedit */

span[class*="jedit-"] {
  position: relative;
  display: block;
  border: 1px dashed #6c757d;
  padding: 5px 10px;
  margin: -5px -10px;
  min-width: 100px;
}

/* Filter list */

#filters-list .form-group {
  margin-bottom: 5px;
}

#filters-list label {
  font-size: 11px;
}

/*===============================
=            buttons            =
===============================*/

.btn {
  max-height: 3.875rem;
  white-space: nowrap;
  text-transform: uppercase;
}

.btn.btn-xs {
  max-height: 3.75rem;
}

.btn.btn-sm {
  max-height: 3.75rem;
}

.btn.btn-lg {
  max-height: 4.125rem;
}

.btn.btn-xs {
  padding: 0.3125rem 0.5625rem;
  font-size: 0.6346153846rem;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  margin-left: 1px;
}

.close {
  margin-left: 0.75rem;
}

/*=============================
=            icons            =
=============================*/

.icon-object {
  display: inline-block;
  margin: 1rem;
  padding: 1.5rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #dee2e6;
}

.icon-object > i {
  font-size: 1.875rem;
  top: 0;
}

/*==============================
=            tables            =
==============================*/

.table-data,
.table-data table {
  font-size: 0.6875rem;
  color: inherit !important;
}

.table-data th.sorting {
  position: relative;
  padding-right: 40px;
  cursor: pointer;
}

.table-data th.sorting a[class^="sorting-"] {
  position: absolute;
  right: 20px;
  height: 50%;
  color: #f0f1f2;
}

.table-data th.sorting a[class^="sorting-"].sorting-up {
  top: 0;
}

.table-data th.sorting a[class^="sorting-"].sorting-up svg {
  position: relative;
  top: 2px !important;
}

.table-data th.sorting a[class^="sorting-"].sorting-down {
  bottom: 0;
}

.table-data th.sorting a[class^="sorting-"].sorting-down svg {
  position: relative;
  top: -4px !important;
}

.table-data td {
  padding: 0.5rem 1rem;
}

.table thead th {
  font-weight: 500;
  white-space: nowrap;
  border-top: none;
}

.table th,
.table td {
  vertical-align: middle !important;
}

/*==============================
=            alerts            =
==============================*/

.has-icon.alert {
  padding-left: 70px;
}

.has-icon.alert:before {
  padding: 13px 0 0 13px;
}

.has-icon.h4 {
  padding-left: 30px;
}

.has-icon.h4:before {
  padding: 7px 0 0 13px;
}

.has-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  content: " ";
  border-radius: 3px 0 0 3px;
  background-repeat: no-repeat;
  background-position: center center;
}

.has-icon.alert:after {
  position: absolute;
  top: calc(50% - 6px);
  left: 50px;
  width: 0;
  height: 0;
  content: " ";
  border-width: 6px 0 6px 6px;
  border-style: solid;
}

.has-icon.has-icon-success:before {
  background-color: #4caf50;
  /* check-circle*/
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-fa-processed='' data-prefix='fas' data-icon='check-circle' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check-circle fa-w-16'%3E%3Cpath fill='%23fff' d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z' class=''%3E%3C/path%3E%3C/svg%3E");
  background-size: 30%;
}

.has-icon.alert-success:before {
  background-color: #4caf50;
  /* check*/
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-fa-processed='' data-prefix='fas' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16'%3E%3Cpath fill='%23fff' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z' class=''%3E%3C/path%3E%3C/svg%3E");
  background-size: 30%;
}

.has-icon.alert-success:after {
  border-color: transparent transparent transparent #4caf50;
}

.has-icon.alert-info:before {
  color: #00bcd4;
  background-color: #00bcd4;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-fa-processed='' data-prefix='fas' data-icon='info' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512' class='svg-inline--fa fa-info fa-w-6'%3E%3Cpath fill='%23fff' d='M20 424.229h20V279.771H20c-11.046 0-20-8.954-20-20V212c0-11.046 8.954-20 20-20h112c11.046 0 20 8.954 20 20v212.229h20c11.046 0 20 8.954 20 20V492c0 11.046-8.954 20-20 20H20c-11.046 0-20-8.954-20-20v-47.771c0-11.046 8.954-20 20-20zM96 0C56.235 0 24 32.235 24 72s32.235 72 72 72 72-32.235 72-72S135.764 0 96 0z' class=''%3E%3C/path%3E%3C/svg%3E");
  background-size: 11.25%;
  /* 30% * 192/512*/
}

.has-icon.alert-info:after {
  border-color: transparent transparent transparent #00bcd4;
}

.has-icon.alert-warning:before {
  background-color: #ffc107;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-fa-processed='' data-prefix='fas' data-icon='exclamation-triangle' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' class='svg-inline--fa fa-exclamation-triangle fa-w-18'%3E%3Cpath fill='%23fff' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z' class=''%3E%3C/path%3E%3C/svg%3E");
  background-size: 33.75%;
  /* 30% * 576/512*/
}

.has-icon.alert-warning:after {
  border-color: transparent transparent transparent #ffc107;
}

.has-icon.alert-danger:before {
  background-color: #f44336;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-fa-processed='' data-prefix='fas' data-icon='exclamation-circle' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-exclamation-circle fa-w-16'%3E%3Cpath fill='%23fff' d='M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z' class=''%3E%3C/path%3E%3C/svg%3E");
  background-size: 30%;
}

.has-icon.alert-danger:after {
  border-color: transparent transparent transparent #f44336;
}

.alert {
  position: relative;
  border: none;
}

.alert :first-child {
  margin-top: 0;
}

.alert p {
  margin-bottom: 0.5em;
}

.alert p:last-child {
  margin-bottom: 0;
}

.alert a:not(.btn) {
  text-decoration: underline;
}

/*==================================
=            pagination            =
==================================*/

.pagination-flat a.page-link {
  color: inherit;
  border: none;
  border-radius: 0.25rem;
  background: none;
}

.pagination-flat .page-item.disabled a.page-link {
  color: inherit;
  opacity: 0.7;
  background: none;
}

/*=================================
=            utilities            =
=================================*/

.dropdown-menu.show {
  z-index: 9999;
}

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

.position-left {
  margin-right: 10px;
}

.position-right {
  margin-left: 10px;
}

.text-semibold {
  font-weight: 500;
}

/*======================================
=            Website navbar            =
======================================*/

#website-navbar {
  padding: 0.5rem 1rem;
  font-size: 1rem;
}

#website-navbar .navbar-nav .nav-link {
  display: block;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}

#website-navbar .navbar-nav .nav-link.dropdown-toggle {
  padding-right: 26px !important;
}

#website-navbar .navbar-nav .nav-link:hover,
#website-navbar .navbar-nav .nav-link:focus {
  text-decoration: none;
  color: #46423b;
}

#website-navbar .navbar-nav .nav-link.active {
  color: #dc3545;
}

/* =============================================
Common styles
============================================= */

body {
  padding-bottom: 200px;
}

h1 {
  text-align: center;
}

thead th,
dt,
strong {
  font-weight: 500;
}

pre code {
  font-size: 11px;
}

/* Buttons */

button::first-letter {
  text-transform: uppercase;
}

/* Debug */

#debug {
  position: fixed;
  top: 150px;
  left: 100%;
  padding: 20px 20px 5px 20px;
  border: 1px solid #d0181e;
  border-radius: 0 0 0 3px;
  background: #fff;
  font-size: 12px;
  z-index: 2;
}

#debug p {
  white-space: nowrap;
}

#debug:before {
  content: 'DEBUG';
  display: block;
  font-size: 16px;
  font-weight: 500;
  top: 0;
  left: 20px;
  line-height: 20px;
  margin-bottom: 15px;
}

#btn-debug {
  position: absolute;
  top: -1px;
  left: -68px;
  border-radius: 3px 0 0 3px;
}

/* Remodal */

#remodal-content {
  margin-bottom: 80px;
}

/* Sortable */

#sortable-nav .drag-me {
  cursor: move;
  text-align: center;
}

#sortable-nav .drag-me .disable-icon {
  cursor: not-allowed;
}

#sortable-nav .drag-me .badge {
  min-width: 24px;
}

#sortable-nav .drag-me p {
  line-height: 24px;
}

#sortable-nav .disabled .drag-me span:nth-child(2),
#sortable-nav .disabled .icons-selector {
  opacity: 0;
}

#sortable-nav p.cat-name {
  border: 1px dashed #46423b;
  cursor: auto;
}

#sortable-nav li > span {
  font-weight: 500;
  line-height: 24px;
}

/* Dynamic */

.ajax-elements-container {
  clear: both;
}

/* Helper classes */

a[aria-expanded='true'] span.caret,
a[aria-expanded='false'] span.caret {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

a[aria-expanded='true'][aria-expanded='true'] span.caret,
a[aria-expanded='false'][aria-expanded='true'] span.caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tooltip-inner {
  max-width: 330px;
}

/* Select2 optgroups */

.select2-results__option strong.select2-results__group {
  background: #dedede;
  font-variant: small-caps;
}

.select2-results__option .select2-results__options--nested li {
  padding-left: 2em !important;
}

/* Website navbar
-------------------------------------------------- */

#website-navbar .navbar-nav .nav-link {
  display: block;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}

#website-navbar .navbar-nav .nav-link.dropdown-toggle {
  padding-right: 26px !important;
}

#website-navbar .navbar-nav .nav-link:hover,
#website-navbar .navbar-nav .nav-link:focus {
  text-decoration: none;
  color: #46423b;
}

#website-navbar .navbar-nav .nav-link.active {
  color: #dc3545;
}

/* =============================================
Forms
============================================= */

.form-control[readonly],
.form-control[readonly]:focus,
.form-control[disabled],
.form-control[disabled]:focus {
  background-color: transparent;
  border: none;
  font-weight: 500;
}

.row .form-control[readonly],
.row .form-control[disabled] {
  background: #eee;
}

.form-check.form-check-inline ~ p.form-text.text-muted {
  margin-top: -1.25rem;
}

.form-text.text-muted {
  margin-bottom: 0.5rem;
}

.slide-div {
  margin-bottom: 30px;
}

.slide-div .form-group {
  font-size: 12px;
}

.slide-div .form-group p {
  padding-top: 5px;
}

.slide-div .form-group:last-child {
  border-radius: 0 0 4px 4px;
  margin-bottom: 0;
}

.slide-div input[name$='label'] {
  max-width: 250px;
}

label {
  padding-right: 12px;
}

label.disabled {
  color: #ccc;
}

#form-select-db label,
#form-select-table label {
  min-width: 90px;
  padding-right: 16px;
}

#form-select-db div:nth-of-type(2),
#form-select-table div:nth-of-type(2) {
  min-width: 320px;
}

.input-group-text {
  padding: 3px 5px;
}

.radio-inline,
.checkbox-inline {
  padding-left: 30px !important;
  /* min-width: 130px;*/
}

.form-check-label {
  margin-bottom: 10px;
}

.hidden-wrapper {
  clear: both;
}

.hidden-wrapper.on {
  clear: both;
}

.validation-col {
  background: #fafafa;
  border: 1px solid #ddd;
}

#filters-ajax-elements-container > .row {
  border-left: 5px solid #ddd;
  margin-bottom: 20px;
  background: #fafafa;
}

#filters-ajax-elements-container > .row:last-child {
  margin-bottom: 0;
}

#filters-ajax-elements-container .hidden-wrapper .formgroup:last-child {
  margin-bottom: 0;
}

.choose-db-target-radio,
.choose-action-radio {
  position: relative;
}

.choose-db-target-radio h4 span.rounded-circle,
.choose-db-target-radio h6 span.rounded-circle,
.choose-action-radio h4 span.rounded-circle,
.choose-action-radio h6 span.rounded-circle {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 28px;
  height: 28px;
  padding-top: 5px;
  color: #fff;
  display: inline-block;
  opacity: 0;
}

.choose-db-target-radio h4 span.rounded-circle i,
.choose-db-target-radio h6 span.rounded-circle i,
.choose-action-radio h4 span.rounded-circle i,
.choose-action-radio h6 span.rounded-circle i {
  top: 2px;
}

.choose-db-target-radio .rounded-circle,
.choose-action-radio .rounded-circle {
  -webkit-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}

.choose-db-target-radio.active h4 span.rounded-circle,
.choose-db-target-radio.active h6 span.rounded-circle,
.choose-action-radio.active h4 span.rounded-circle,
.choose-action-radio.active h6 span.rounded-circle {
  opacity: 1;
}

@media (min-width: 768px) {
  .navbar-tall {
    line-height: 100px;
    min-height: 100px;
  }
}

@media (min-width: 992px) {
  .page-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .page-container .content-wrapper {
    width: calc(100% - 280px);
  }

  .page-container .sidebar-container.has-mini ~ .content-wrapper {
    width: calc(100% - 94px);
  }

  .sidebar-container {
    position: relative;
    padding: 1.5rem 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    vertical-align: top;
  }

  .sidebar-container.has-mini {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 94px;
    flex: 0 0 94px;
  }

  .sidebar {
    height: auto;
    min-width: 240px;
  }

  .sidebar h4,
  .sidebar h5,
  .sidebar h6,
  .sidebar small,
  .sidebar .category-title span,
  .sidebar .sidebar-user span {
    display: block;
  }

  .sidebar span.nav-text {
    display: inline-block;
  }

  .sidebar .sidebar-mini-toggler {
    padding: 20px;
    position: absolute;
    right: 0;
    top: calc(50% - 20px);
  }

  .sidebar.sidebar-mini {
    height: auto;
    min-width: 54px;
    width: 54px;
    display: block;
  }

  .sidebar.sidebar-mini .category-content .nav li > a {
    padding: 1rem;
  }

  .sidebar.sidebar-mini .category-content .nav li > a > [class*="svg-inline"] {
    float: none;
    margin: auto;
  }

  .sidebar.sidebar-mini .sidebar-user .category-content {
    padding: 2rem 1rem;
  }

  .sidebar.sidebar-mini h4,
  .sidebar.sidebar-mini h5,
  .sidebar.sidebar-mini h6,
  .sidebar.sidebar-mini small,
  .sidebar.sidebar-mini .category-title,
  .sidebar.sidebar-mini .sidebar-user span,
  .sidebar.sidebar-mini span.nav-text,
  .sidebar.sidebar-mini #sidebar-filters-nav {
    display: none !important;
  }

  .sidebar.sidebar-mini li a {
    min-height: 3.5rem;
  }

  .sidebar.sidebar-mini li a.dropdown-toggle:after {
    display: none;
  }

  .sidebar.sidebar-mini .sidebar-mini-toggler:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .sidebar.sidebar-separate .sidebar-content {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .sidebar.sidebar-separate .sidebar-category {
    margin-bottom: 1.25rem;
    border-radius: 0.25rem;
  }

  .sidebar.sidebar-fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 4.5rem;
  }

  .sidebar .sidebar-user .category-content:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }

  .sidebar .sidebar-content {
    margin-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .choose-db-target-radio .rounded-circle,
  .choose-action-radio .rounded-circle {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}