/* 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 mixins */
/* -------------------------- Bootswatch here -------------------------- */
/* ----------------------------------- End ---------------------------------- */
/* 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: #007bff !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: #0062cc !important; }
  a.text-blue:hover {
    color: #0062cc !important; }

.text-indigo {
  color: #6610f2 !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: #510bc4 !important; }
  a.text-indigo:hover {
    color: #510bc4 !important; }

.text-purple {
  color: #6f42c1 !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: #59339d !important; }
  a.text-purple:hover {
    color: #59339d !important; }

.text-pink {
  color: #e83e8c !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: #d91a72 !important; }
  a.text-pink:hover {
    color: #d91a72 !important; }

.text-red {
  color: #dc3545 !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: #bd2130 !important; }
  a.text-red:hover {
    color: #bd2130 !important; }

.text-orange {
  color: #fd7e14 !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: #dc6502 !important; }
  a.text-orange:hover {
    color: #dc6502 !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: #28a745 !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: #1e7e34 !important; }
  a.text-green:hover {
    color: #1e7e34 !important; }

.text-teal {
  color: #20c997 !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: #199d76 !important; }
  a.text-teal:hover {
    color: #199d76 !important; }

.text-cyan {
  color: #17a2b8 !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: #117a8b !important; }
  a.text-cyan:hover {
    color: #117a8b !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: #868e96 !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: #6c757d !important; }
  a.text-gray:hover {
    color: #6c757d !important; }

.text-gray-dark {
  color: #333 !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: #1a1a1a !important; }
  a.text-gray-dark:hover {
    color: #1a1a1a !important; }

.text-primary {
  color: #333 !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: #1a1a1a !important; }
  a.text-primary:hover {
    color: #1a1a1a !important; }

.text-success {
  color: #28a745 !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: #1e7e34 !important; }
  a.text-success:hover {
    color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !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: #117a8b !important; }
  a.text-info:hover {
    color: #117a8b !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: #dc3545 !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: #bd2130 !important; }
  a.text-danger:hover {
    color: #bd2130 !important; }

.text-blue-100 {
  color: #e6f2ff !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: #b3d7ff !important; }
  a.text-blue-100:hover {
    color: #b3d7ff !important; }

.text-blue-200 {
  color: #bfdeff !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: #8cc4ff !important; }
  a.text-blue-200:hover {
    color: #8cc4ff !important; }

.text-blue-300 {
  color: #80bdff !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: #4da2ff !important; }
  a.text-blue-300:hover {
    color: #4da2ff !important; }

.text-blue-400 {
  color: #409cff !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: #0d82ff !important; }
  a.text-blue-400:hover {
    color: #0d82ff !important; }

.text-blue-500 {
  color: #007bff !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: #0062cc !important; }
  a.text-blue-500:hover {
    color: #0062cc !important; }

.text-blue-600 {
  color: #005cbf !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: #00438c !important; }
  a.text-blue-600:hover {
    color: #00438c !important; }

.text-blue-700 {
  color: #003e80 !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: #00254d !important; }
  a.text-blue-700:hover {
    color: #00254d !important; }

.text-blue-800 {
  color: #001f40 !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: #00060d !important; }
  a.text-blue-800:hover {
    color: #00060d !important; }

.text-blue-900 {
  color: #001226 !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: #f0e7fe !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: #d1b6fc !important; }
  a.text-indigo-100:hover {
    color: #d1b6fc !important; }

.text-indigo-200 {
  color: #d9c3fc !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: #ba92fa !important; }
  a.text-indigo-200:hover {
    color: #ba92fa !important; }

.text-indigo-300 {
  color: #b388f9 !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: #9457f7 !important; }
  a.text-indigo-300:hover {
    color: #9457f7 !important; }

.text-indigo-400 {
  color: #8c4cf5 !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: #6d1cf2 !important; }
  a.text-indigo-400:hover {
    color: #6d1cf2 !important; }

.text-indigo-500 {
  color: #6610f2 !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: #510bc4 !important; }
  a.text-indigo-500:hover {
    color: #510bc4 !important; }

.text-indigo-600 {
  color: #4d0cb6 !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: #390986 !important; }
  a.text-indigo-600:hover {
    color: #390986 !important; }

.text-indigo-700 {
  color: #330879 !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: #1f0549 !important; }
  a.text-indigo-700:hover {
    color: #1f0549 !important; }

.text-indigo-800 {
  color: #1a043d !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: #06010d !important; }
  a.text-indigo-800:hover {
    color: #06010d !important; }

.text-indigo-900 {
  color: #0f0224 !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: #f1ecf9 !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: #d4c5ed !important; }
  a.text-purple-100:hover {
    color: #d4c5ed !important; }

.text-purple-200 {
  color: #dbd0f0 !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: #bda9e4 !important; }
  a.text-purple-200:hover {
    color: #bda9e4 !important; }

.text-purple-300 {
  color: #b7a1e0 !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: #9a7bd3 !important; }
  a.text-purple-300:hover {
    color: #9a7bd3 !important; }

.text-purple-400 {
  color: #9371d1 !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: #764ac5 !important; }
  a.text-purple-400:hover {
    color: #764ac5 !important; }

.text-purple-500 {
  color: #6f42c1 !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: #59339d !important; }
  a.text-purple-500:hover {
    color: #59339d !important; }

.text-purple-600 {
  color: #533291 !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: #3d256b !important; }
  a.text-purple-600:hover {
    color: #3d256b !important; }

.text-purple-700 {
  color: #382161 !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: #22143b !important; }
  a.text-purple-700:hover {
    color: #22143b !important; }

.text-purple-800 {
  color: #1c1130 !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: #06040a !important; }
  a.text-purple-800:hover {
    color: #06040a !important; }

.text-purple-900 {
  color: #110a1d !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: #fdecf4 !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: #f8bed9 !important; }
  a.text-pink-100:hover {
    color: #f8bed9 !important; }

.text-pink-200 {
  color: #f9cfe2 !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: #f3a2c7 !important; }
  a.text-pink-200:hover {
    color: #f3a2c7 !important; }

.text-pink-300 {
  color: #f49fc6 !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: #ef71ab !important; }
  a.text-pink-300:hover {
    color: #ef71ab !important; }

.text-pink-400 {
  color: #ee6ea9 !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: #e9408e !important; }
  a.text-pink-400:hover {
    color: #e9408e !important; }

.text-pink-500 {
  color: #e83e8c !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: #d91a72 !important; }
  a.text-pink-500:hover {
    color: #d91a72 !important; }

.text-pink-600 {
  color: #ae2f69 !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: #862451 !important; }
  a.text-pink-600:hover {
    color: #862451 !important; }

.text-pink-700 {
  color: #741f46 !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: #4c142e !important; }
  a.text-pink-700:hover {
    color: #4c142e !important; }

.text-pink-800 {
  color: #3a1023 !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: #12050b !important; }
  a.text-pink-800:hover {
    color: #12050b !important; }

.text-pink-900 {
  color: #230915 !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: #fcebec !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: #f5bfc2 !important; }
  a.text-red-100:hover {
    color: #f5bfc2 !important; }

.text-red-200 {
  color: #f6cdd1 !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: #eea2a9 !important; }
  a.text-red-200:hover {
    color: #eea2a9 !important; }

.text-red-300 {
  color: #ee9aa2 !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: #e76e7a !important; }
  a.text-red-300:hover {
    color: #e76e7a !important; }

.text-red-400 {
  color: #e56874 !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: #de3c4c !important; }
  a.text-red-400:hover {
    color: #de3c4c !important; }

.text-red-500 {
  color: #dc3545 !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: #bd2130 !important; }
  a.text-red-500:hover {
    color: #bd2130 !important; }

.text-red-600 {
  color: #a52834 !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: #7c1e27 !important; }
  a.text-red-600:hover {
    color: #7c1e27 !important; }

.text-red-700 {
  color: #6e1b23 !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: #451116 !important; }
  a.text-red-700:hover {
    color: #451116 !important; }

.text-red-800 {
  color: #370d11 !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: #0e0304 !important; }
  a.text-red-800:hover {
    color: #0e0304 !important; }

.text-red-900 {
  color: #21080a !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: #fff2e8 !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: #ffd5b5 !important; }
  a.text-orange-100:hover {
    color: #ffd5b5 !important; }

.text-orange-200 {
  color: #ffdfc4 !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: #ffc391 !important; }
  a.text-orange-200:hover {
    color: #ffc391 !important; }

.text-orange-300 {
  color: #febf8a !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: #fea357 !important; }
  a.text-orange-300:hover {
    color: #fea357 !important; }

.text-orange-400 {
  color: #fe9e4f !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: #fe821c !important; }
  a.text-orange-400:hover {
    color: #fe821c !important; }

.text-orange-500 {
  color: #fd7e14 !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: #dc6502 !important; }
  a.text-orange-500:hover {
    color: #dc6502 !important; }

.text-orange-600 {
  color: #be5f0f !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: #8f470b !important; }
  a.text-orange-600:hover {
    color: #8f470b !important; }

.text-orange-700 {
  color: #7f3f0a !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: #502806 !important; }
  a.text-orange-700:hover {
    color: #502806 !important; }

.text-orange-800 {
  color: #3f2005 !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: #100801 !important; }
  a.text-orange-800:hover {
    color: #100801 !important; }

.text-orange-900 {
  color: #261303 !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: #eaf6ec !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: #c6e7cc !important; }
  a.text-green-100:hover {
    color: #c6e7cc !important; }

.text-green-200 {
  color: #c9e9d1 !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: #a5dab2 !important; }
  a.text-green-200:hover {
    color: #a5dab2 !important; }

.text-green-300 {
  color: #94d3a2 !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: #70c483 !important; }
  a.text-green-300:hover {
    color: #70c483 !important; }

.text-green-400 {
  color: #5ebd74 !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: #43a55a !important; }
  a.text-green-400:hover {
    color: #43a55a !important; }

.text-green-500 {
  color: #28a745 !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: #1e7e34 !important; }
  a.text-green-500:hover {
    color: #1e7e34 !important; }

.text-green-600 {
  color: #1e7d34 !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: #145423 !important; }
  a.text-green-600:hover {
    color: #145423 !important; }

.text-green-700 {
  color: #145423 !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: #0a2b12 !important; }
  a.text-green-700:hover {
    color: #0a2b12 !important; }

.text-green-800 {
  color: #0a2a11 !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: #000100 !important; }
  a.text-green-800:hover {
    color: #000100 !important; }

.text-green-900 {
  color: #06190a !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: #e9faf5 !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: #bff1e2 !important; }
  a.text-teal-100:hover {
    color: #bff1e2 !important; }

.text-teal-200 {
  color: #c7f2e5 !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: #9ee8d2 !important; }
  a.text-teal-200:hover {
    color: #9ee8d2 !important; }

.text-teal-300 {
  color: #90e4cb !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: #67dab8 !important; }
  a.text-teal-300:hover {
    color: #67dab8 !important; }

.text-teal-400 {
  color: #58d7b1 !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: #31cb9d !important; }
  a.text-teal-400:hover {
    color: #31cb9d !important; }

.text-teal-500 {
  color: #20c997 !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: #199d76 !important; }
  a.text-teal-500:hover {
    color: #199d76 !important; }

.text-teal-600 {
  color: #189771 !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: #116b50 !important; }
  a.text-teal-600:hover {
    color: #116b50 !important; }

.text-teal-700 {
  color: #10654c !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: #09392b !important; }
  a.text-teal-700:hover {
    color: #09392b !important; }

.text-teal-800 {
  color: #083226 !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: #010605 !important; }
  a.text-teal-800:hover {
    color: #010605 !important; }

.text-teal-900 {
  color: #051e17 !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: #e8f6f8 !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: #c1e7ec !important; }
  a.text-cyan-100:hover {
    color: #c1e7ec !important; }

.text-cyan-200 {
  color: #c5e8ed !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: #9ed9e1 !important; }
  a.text-cyan-200:hover {
    color: #9ed9e1 !important; }

.text-cyan-300 {
  color: #8bd1dc !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: #64c1d0 !important; }
  a.text-cyan-300:hover {
    color: #64c1d0 !important; }

.text-cyan-400 {
  color: #51b9ca !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: #36a0b2 !important; }
  a.text-cyan-400:hover {
    color: #36a0b2 !important; }

.text-cyan-500 {
  color: #17a2b8 !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: #117a8b !important; }
  a.text-cyan-500:hover {
    color: #117a8b !important; }

.text-cyan-600 {
  color: #117a8a !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: #0b525d !important; }
  a.text-cyan-600:hover {
    color: #0b525d !important; }

.text-cyan-700 {
  color: #0c515c !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: #06292f !important; }
  a.text-cyan-700:hover {
    color: #06292f !important; }

.text-cyan-800 {
  color: #06292e !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: #000101 !important; }
  a.text-cyan-800:hover {
    color: #000101 !important; }

.text-cyan-900 {
  color: #03181c !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: #f3f4f5 !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: #d7dbde !important; }
  a.text-gray-100:hover {
    color: #d7dbde !important; }

.text-gray-200 {
  color: #e1e3e5 !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: #c6cacd !important; }
  a.text-gray-200:hover {
    color: #c6cacd !important; }

.text-gray-300 {
  color: #c3c7cb !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: #a8aeb3 !important; }
  a.text-gray-300:hover {
    color: #a8aeb3 !important; }

.text-gray-400 {
  color: #a4aab0 !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: #899198 !important; }
  a.text-gray-400:hover {
    color: #899198 !important; }

.text-gray-500 {
  color: #868e96 !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: #6c757d !important; }
  a.text-gray-500:hover {
    color: #6c757d !important; }

.text-gray-600 {
  color: #656b71 !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: #4d5256 !important; }
  a.text-gray-600:hover {
    color: #4d5256 !important; }

.text-gray-700 {
  color: #43474b !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: #2b2e30 !important; }
  a.text-gray-700:hover {
    color: #2b2e30 !important; }

.text-gray-800 {
  color: #222426 !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: #0a0b0b !important; }
  a.text-gray-800:hover {
    color: #0a0b0b !important; }

.text-gray-900 {
  color: #141517 !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: #ebebeb !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: #d2d2d2 !important; }
  a.text-gray-dark-100:hover {
    color: #d2d2d2 !important; }

.text-gray-dark-200 {
  color: #cccccc !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: #b3b3b3 !important; }
  a.text-gray-dark-200:hover {
    color: #b3b3b3 !important; }

.text-gray-dark-300 {
  color: #999999 !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: gray !important; }
  a.text-gray-dark-300:hover {
    color: gray !important; }

.text-gray-dark-400 {
  color: #666666 !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: #4d4d4d !important; }
  a.text-gray-dark-400:hover {
    color: #4d4d4d !important; }

.text-gray-dark-500 {
  color: #333333 !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: #1a1a1a !important; }
  a.text-gray-dark-500:hover {
    color: #1a1a1a !important; }

.text-gray-dark-600 {
  color: #262626 !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: #0d0d0d !important; }
  a.text-gray-dark-600:hover {
    color: #0d0d0d !important; }

.text-gray-dark-700 {
  color: #1a1a1a !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: #010101 !important; }
  a.text-gray-dark-700:hover {
    color: #010101 !important; }

.text-gray-dark-800 {
  color: #0d0d0d !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: #080808 !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: #ebebeb !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: #d2d2d2 !important; }
  a.text-primary-100:hover {
    color: #d2d2d2 !important; }

.text-primary-200 {
  color: #cccccc !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: #b3b3b3 !important; }
  a.text-primary-200:hover {
    color: #b3b3b3 !important; }

.text-primary-300 {
  color: #999999 !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: gray !important; }
  a.text-primary-300:hover {
    color: gray !important; }

.text-primary-400 {
  color: #666666 !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: #4d4d4d !important; }
  a.text-primary-400:hover {
    color: #4d4d4d !important; }

.text-primary-500 {
  color: #333333 !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: #1a1a1a !important; }
  a.text-primary-500:hover {
    color: #1a1a1a !important; }

.text-primary-600 {
  color: #262626 !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: #0d0d0d !important; }
  a.text-primary-600:hover {
    color: #0d0d0d !important; }

.text-primary-700 {
  color: #1a1a1a !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: #010101 !important; }
  a.text-primary-700:hover {
    color: #010101 !important; }

.text-primary-800 {
  color: #0d0d0d !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: black !important; }
  a.text-primary-800:hover {
    color: black !important; }

.text-primary-900 {
  color: #080808 !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: #eaf6ec !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: #c6e7cc !important; }
  a.text-success-100:hover {
    color: #c6e7cc !important; }

.text-success-200, .card.bg-success a:hover {
  color: #c9e9d1 !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: #a5dab2 !important; }
  a.text-success-200:hover, .card.bg-success a:hover {
    color: #a5dab2 !important; }

.text-success-300 {
  color: #94d3a2 !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: #70c483 !important; }
  a.text-success-300:hover {
    color: #70c483 !important; }

.text-success-400 {
  color: #5ebd74 !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: #43a55a !important; }
  a.text-success-400:hover {
    color: #43a55a !important; }

.text-success-500 {
  color: #28a745 !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: #1e7e34 !important; }
  a.text-success-500:hover {
    color: #1e7e34 !important; }

.text-success-600 {
  color: #1e7d34 !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: #145423 !important; }
  a.text-success-600:hover {
    color: #145423 !important; }

.text-success-700 {
  color: #145423 !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: #0a2b12 !important; }
  a.text-success-700:hover {
    color: #0a2b12 !important; }

.text-success-800 {
  color: #0a2a11 !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: #000100 !important; }
  a.text-success-800:hover {
    color: #000100 !important; }

.text-success-900 {
  color: #06190a !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: #e8f6f8 !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: #c1e7ec !important; }
  a.text-info-100:hover {
    color: #c1e7ec !important; }

.text-info-200, .card.bg-info a:hover {
  color: #c5e8ed !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: #9ed9e1 !important; }
  a.text-info-200:hover, .card.bg-info a:hover {
    color: #9ed9e1 !important; }

.text-info-300 {
  color: #8bd1dc !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: #64c1d0 !important; }
  a.text-info-300:hover {
    color: #64c1d0 !important; }

.text-info-400 {
  color: #51b9ca !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: #36a0b2 !important; }
  a.text-info-400:hover {
    color: #36a0b2 !important; }

.text-info-500 {
  color: #17a2b8 !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: #117a8b !important; }
  a.text-info-500:hover {
    color: #117a8b !important; }

.text-info-600 {
  color: #117a8a !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: #0b525d !important; }
  a.text-info-600:hover {
    color: #0b525d !important; }

.text-info-700 {
  color: #0c515c !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: #06292f !important; }
  a.text-info-700:hover {
    color: #06292f !important; }

.text-info-800 {
  color: #06292e !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: #000101 !important; }
  a.text-info-800:hover {
    color: #000101 !important; }

.text-info-900 {
  color: #03181c !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: #fcebec !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: #f5bfc2 !important; }
  a.text-danger-100:hover {
    color: #f5bfc2 !important; }

.text-danger-200, .card.bg-danger a:hover {
  color: #f6cdd1 !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: #eea2a9 !important; }
  a.text-danger-200:hover, .card.bg-danger a:hover {
    color: #eea2a9 !important; }

.text-danger-300 {
  color: #ee9aa2 !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: #e76e7a !important; }
  a.text-danger-300:hover {
    color: #e76e7a !important; }

.text-danger-400 {
  color: #e56874 !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: #de3c4c !important; }
  a.text-danger-400:hover {
    color: #de3c4c !important; }

.text-danger-500 {
  color: #dc3545 !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: #bd2130 !important; }
  a.text-danger-500:hover {
    color: #bd2130 !important; }

.text-danger-600 {
  color: #a52834 !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: #7c1e27 !important; }
  a.text-danger-600:hover {
    color: #7c1e27 !important; }

.text-danger-700 {
  color: #6e1b23 !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: #451116 !important; }
  a.text-danger-700:hover {
    color: #451116 !important; }

.text-danger-800 {
  color: #370d11 !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: #0e0304 !important; }
  a.text-danger-800:hover {
    color: #0e0304 !important; }

.text-danger-900 {
  color: #21080a !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: #007bff !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: #0062cc !important; }
  a.bg-blue:hover {
    background-color: #0062cc !important; }

.btn-blue {
  background-color: #007bff !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: #0062cc !important; }
  a.btn-blue:hover {
    background-color: #0062cc !important; }

.bg-indigo {
  background-color: #6610f2 !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: #510bc4 !important; }
  a.bg-indigo:hover {
    background-color: #510bc4 !important; }

.btn-indigo {
  background-color: #6610f2 !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: #510bc4 !important; }
  a.btn-indigo:hover {
    background-color: #510bc4 !important; }

.bg-purple {
  background-color: #6f42c1 !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: #59339d !important; }
  a.bg-purple:hover {
    background-color: #59339d !important; }

.btn-purple {
  background-color: #6f42c1 !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: #59339d !important; }
  a.btn-purple:hover {
    background-color: #59339d !important; }

.bg-pink {
  background-color: #e83e8c !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: #d91a72 !important; }
  a.bg-pink:hover {
    background-color: #d91a72 !important; }

.btn-pink {
  background-color: #e83e8c !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: #d91a72 !important; }
  a.btn-pink:hover {
    background-color: #d91a72 !important; }

.bg-red {
  background-color: #dc3545 !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: #bd2130 !important; }
  a.bg-red:hover {
    background-color: #bd2130 !important; }

.btn-red {
  background-color: #dc3545 !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: #bd2130 !important; }
  a.btn-red:hover {
    background-color: #bd2130 !important; }

.bg-orange {
  background-color: #fd7e14 !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: #dc6502 !important; }
  a.bg-orange:hover {
    background-color: #dc6502 !important; }

.btn-orange {
  background-color: #fd7e14 !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: #dc6502 !important; }
  a.btn-orange:hover {
    background-color: #dc6502 !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: #28a745 !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: #1e7e34 !important; }
  a.bg-green:hover {
    background-color: #1e7e34 !important; }

.btn-green {
  background-color: #28a745 !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: #1e7e34 !important; }
  a.btn-green:hover {
    background-color: #1e7e34 !important; }

.bg-teal {
  background-color: #20c997 !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: #199d76 !important; }
  a.bg-teal:hover {
    background-color: #199d76 !important; }

.btn-teal {
  background-color: #20c997 !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: #199d76 !important; }
  a.btn-teal:hover {
    background-color: #199d76 !important; }

.bg-cyan {
  background-color: #17a2b8 !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: #117a8b !important; }
  a.bg-cyan:hover {
    background-color: #117a8b !important; }

.btn-cyan {
  background-color: #17a2b8 !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: #117a8b !important; }
  a.btn-cyan:hover {
    background-color: #117a8b !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: #868e96 !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: #6c757d !important; }
  a.bg-gray:hover {
    background-color: #6c757d !important; }

.btn-gray {
  background-color: #868e96 !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: #6c757d !important; }
  a.btn-gray:hover {
    background-color: #6c757d !important; }

.bg-gray-dark {
  background-color: #333 !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: #1a1a1a !important; }
  a.bg-gray-dark:hover {
    background-color: #1a1a1a !important; }

.btn-gray-dark {
  background-color: #333 !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: #1a1a1a !important; }
  a.btn-gray-dark:hover {
    background-color: #1a1a1a !important; }

.bg-primary {
  background-color: #333 !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: #1a1a1a !important; }
  a.bg-primary:hover {
    background-color: #1a1a1a !important; }

.btn-primary {
  background-color: #333 !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: #1a1a1a !important; }
  a.btn-primary:hover {
    background-color: #1a1a1a !important; }

.bg-success {
  background-color: #28a745 !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: #1e7e34 !important; }
  a.bg-success:hover {
    background-color: #1e7e34 !important; }

.btn-success {
  background-color: #28a745 !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: #1e7e34 !important; }
  a.btn-success:hover {
    background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !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: #117a8b !important; }
  a.bg-info:hover {
    background-color: #117a8b !important; }

.btn-info {
  background-color: #17a2b8 !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: #117a8b !important; }
  a.btn-info:hover {
    background-color: #117a8b !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: #dc3545 !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: #bd2130 !important; }
  a.bg-danger:hover {
    background-color: #bd2130 !important; }

.btn-danger {
  background-color: #dc3545 !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: #bd2130 !important; }
  a.btn-danger:hover {
    background-color: #bd2130 !important; }

.bg-blue-100 {
  background-color: #e6f2ff !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: #b3d7ff !important; }
  a.bg-blue-100:hover {
    background-color: #b3d7ff !important; }

.btn-blue-100 {
  background-color: #e6f2ff !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: #b3d7ff !important; }
  a.btn-blue-100:hover {
    background-color: #b3d7ff !important; }

.bg-blue-200 {
  background-color: #bfdeff !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: #8cc4ff !important; }
  a.bg-blue-200:hover {
    background-color: #8cc4ff !important; }

.btn-blue-200 {
  background-color: #bfdeff !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: #8cc4ff !important; }
  a.btn-blue-200:hover {
    background-color: #8cc4ff !important; }

.bg-blue-300 {
  background-color: #80bdff !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: #4da2ff !important; }
  a.bg-blue-300:hover {
    background-color: #4da2ff !important; }

.btn-blue-300 {
  background-color: #80bdff !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: #4da2ff !important; }
  a.btn-blue-300:hover {
    background-color: #4da2ff !important; }

.bg-blue-400 {
  background-color: #409cff !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: #0d82ff !important; }
  a.bg-blue-400:hover {
    background-color: #0d82ff !important; }

.btn-blue-400 {
  background-color: #409cff !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: #0d82ff !important; }
  a.btn-blue-400:hover {
    background-color: #0d82ff !important; }

.bg-blue-500 {
  background-color: #007bff !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: #0062cc !important; }
  a.bg-blue-500:hover {
    background-color: #0062cc !important; }

.btn-blue-500 {
  background-color: #007bff !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: #0062cc !important; }
  a.btn-blue-500:hover {
    background-color: #0062cc !important; }

.bg-blue-600 {
  background-color: #005cbf !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: #00438c !important; }
  a.bg-blue-600:hover {
    background-color: #00438c !important; }

.btn-blue-600 {
  background-color: #005cbf !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: #00438c !important; }
  a.btn-blue-600:hover {
    background-color: #00438c !important; }

.bg-blue-700 {
  background-color: #003e80 !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: #00254d !important; }
  a.bg-blue-700:hover {
    background-color: #00254d !important; }

.btn-blue-700 {
  background-color: #003e80 !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: #00254d !important; }
  a.btn-blue-700:hover {
    background-color: #00254d !important; }

.bg-blue-800 {
  background-color: #001f40 !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: #00060d !important; }
  a.bg-blue-800:hover {
    background-color: #00060d !important; }

.btn-blue-800 {
  background-color: #001f40 !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: #00060d !important; }
  a.btn-blue-800:hover {
    background-color: #00060d !important; }

.bg-blue-900 {
  background-color: #001226 !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: #001226 !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: #f0e7fe !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: #d1b6fc !important; }
  a.bg-indigo-100:hover {
    background-color: #d1b6fc !important; }

.btn-indigo-100 {
  background-color: #f0e7fe !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: #d1b6fc !important; }
  a.btn-indigo-100:hover {
    background-color: #d1b6fc !important; }

.bg-indigo-200 {
  background-color: #d9c3fc !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: #ba92fa !important; }
  a.bg-indigo-200:hover {
    background-color: #ba92fa !important; }

.btn-indigo-200 {
  background-color: #d9c3fc !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: #ba92fa !important; }
  a.btn-indigo-200:hover {
    background-color: #ba92fa !important; }

.bg-indigo-300 {
  background-color: #b388f9 !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: #9457f7 !important; }
  a.bg-indigo-300:hover {
    background-color: #9457f7 !important; }

.btn-indigo-300 {
  background-color: #b388f9 !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: #9457f7 !important; }
  a.btn-indigo-300:hover {
    background-color: #9457f7 !important; }

.bg-indigo-400 {
  background-color: #8c4cf5 !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: #6d1cf2 !important; }
  a.bg-indigo-400:hover {
    background-color: #6d1cf2 !important; }

.btn-indigo-400 {
  background-color: #8c4cf5 !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: #6d1cf2 !important; }
  a.btn-indigo-400:hover {
    background-color: #6d1cf2 !important; }

.bg-indigo-500 {
  background-color: #6610f2 !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: #510bc4 !important; }
  a.bg-indigo-500:hover {
    background-color: #510bc4 !important; }

.btn-indigo-500 {
  background-color: #6610f2 !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: #510bc4 !important; }
  a.btn-indigo-500:hover {
    background-color: #510bc4 !important; }

.bg-indigo-600 {
  background-color: #4d0cb6 !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: #390986 !important; }
  a.bg-indigo-600:hover {
    background-color: #390986 !important; }

.btn-indigo-600 {
  background-color: #4d0cb6 !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: #390986 !important; }
  a.btn-indigo-600:hover {
    background-color: #390986 !important; }

.bg-indigo-700 {
  background-color: #330879 !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: #1f0549 !important; }
  a.bg-indigo-700:hover {
    background-color: #1f0549 !important; }

.btn-indigo-700 {
  background-color: #330879 !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: #1f0549 !important; }
  a.btn-indigo-700:hover {
    background-color: #1f0549 !important; }

.bg-indigo-800 {
  background-color: #1a043d !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: #06010d !important; }
  a.bg-indigo-800:hover {
    background-color: #06010d !important; }

.btn-indigo-800 {
  background-color: #1a043d !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: #06010d !important; }
  a.btn-indigo-800:hover {
    background-color: #06010d !important; }

.bg-indigo-900 {
  background-color: #0f0224 !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: #0f0224 !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: #f1ecf9 !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: #d4c5ed !important; }
  a.bg-purple-100:hover {
    background-color: #d4c5ed !important; }

.btn-purple-100 {
  background-color: #f1ecf9 !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: #d4c5ed !important; }
  a.btn-purple-100:hover {
    background-color: #d4c5ed !important; }

.bg-purple-200 {
  background-color: #dbd0f0 !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: #bda9e4 !important; }
  a.bg-purple-200:hover {
    background-color: #bda9e4 !important; }

.btn-purple-200 {
  background-color: #dbd0f0 !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: #bda9e4 !important; }
  a.btn-purple-200:hover {
    background-color: #bda9e4 !important; }

.bg-purple-300 {
  background-color: #b7a1e0 !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: #9a7bd3 !important; }
  a.bg-purple-300:hover {
    background-color: #9a7bd3 !important; }

.btn-purple-300 {
  background-color: #b7a1e0 !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: #9a7bd3 !important; }
  a.btn-purple-300:hover {
    background-color: #9a7bd3 !important; }

.bg-purple-400 {
  background-color: #9371d1 !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: #764ac5 !important; }
  a.bg-purple-400:hover {
    background-color: #764ac5 !important; }

.btn-purple-400 {
  background-color: #9371d1 !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: #764ac5 !important; }
  a.btn-purple-400:hover {
    background-color: #764ac5 !important; }

.bg-purple-500 {
  background-color: #6f42c1 !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: #59339d !important; }
  a.bg-purple-500:hover {
    background-color: #59339d !important; }

.btn-purple-500 {
  background-color: #6f42c1 !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: #59339d !important; }
  a.btn-purple-500:hover {
    background-color: #59339d !important; }

.bg-purple-600 {
  background-color: #533291 !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: #3d256b !important; }
  a.bg-purple-600:hover {
    background-color: #3d256b !important; }

.btn-purple-600 {
  background-color: #533291 !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: #3d256b !important; }
  a.btn-purple-600:hover {
    background-color: #3d256b !important; }

.bg-purple-700 {
  background-color: #382161 !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: #22143b !important; }
  a.bg-purple-700:hover {
    background-color: #22143b !important; }

.btn-purple-700 {
  background-color: #382161 !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: #22143b !important; }
  a.btn-purple-700:hover {
    background-color: #22143b !important; }

.bg-purple-800 {
  background-color: #1c1130 !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: #06040a !important; }
  a.bg-purple-800:hover {
    background-color: #06040a !important; }

.btn-purple-800 {
  background-color: #1c1130 !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: #06040a !important; }
  a.btn-purple-800:hover {
    background-color: #06040a !important; }

.bg-purple-900 {
  background-color: #110a1d !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: #110a1d !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: #fdecf4 !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: #f8bed9 !important; }
  a.bg-pink-100:hover {
    background-color: #f8bed9 !important; }

.btn-pink-100 {
  background-color: #fdecf4 !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: #f8bed9 !important; }
  a.btn-pink-100:hover {
    background-color: #f8bed9 !important; }

.bg-pink-200 {
  background-color: #f9cfe2 !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: #f3a2c7 !important; }
  a.bg-pink-200:hover {
    background-color: #f3a2c7 !important; }

.btn-pink-200 {
  background-color: #f9cfe2 !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: #f3a2c7 !important; }
  a.btn-pink-200:hover {
    background-color: #f3a2c7 !important; }

.bg-pink-300 {
  background-color: #f49fc6 !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: #ef71ab !important; }
  a.bg-pink-300:hover {
    background-color: #ef71ab !important; }

.btn-pink-300 {
  background-color: #f49fc6 !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: #ef71ab !important; }
  a.btn-pink-300:hover {
    background-color: #ef71ab !important; }

.bg-pink-400 {
  background-color: #ee6ea9 !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: #e9408e !important; }
  a.bg-pink-400:hover {
    background-color: #e9408e !important; }

.btn-pink-400 {
  background-color: #ee6ea9 !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: #e9408e !important; }
  a.btn-pink-400:hover {
    background-color: #e9408e !important; }

.bg-pink-500 {
  background-color: #e83e8c !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: #d91a72 !important; }
  a.bg-pink-500:hover {
    background-color: #d91a72 !important; }

.btn-pink-500 {
  background-color: #e83e8c !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: #d91a72 !important; }
  a.btn-pink-500:hover {
    background-color: #d91a72 !important; }

.bg-pink-600 {
  background-color: #ae2f69 !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: #862451 !important; }
  a.bg-pink-600:hover {
    background-color: #862451 !important; }

.btn-pink-600 {
  background-color: #ae2f69 !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: #862451 !important; }
  a.btn-pink-600:hover {
    background-color: #862451 !important; }

.bg-pink-700 {
  background-color: #741f46 !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: #4c142e !important; }
  a.bg-pink-700:hover {
    background-color: #4c142e !important; }

.btn-pink-700 {
  background-color: #741f46 !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: #4c142e !important; }
  a.btn-pink-700:hover {
    background-color: #4c142e !important; }

.bg-pink-800 {
  background-color: #3a1023 !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: #12050b !important; }
  a.bg-pink-800:hover {
    background-color: #12050b !important; }

.btn-pink-800 {
  background-color: #3a1023 !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: #12050b !important; }
  a.btn-pink-800:hover {
    background-color: #12050b !important; }

.bg-pink-900 {
  background-color: #230915 !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: #230915 !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: #fcebec !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: #f5bfc2 !important; }
  a.bg-red-100:hover {
    background-color: #f5bfc2 !important; }

.btn-red-100 {
  background-color: #fcebec !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: #f5bfc2 !important; }
  a.btn-red-100:hover {
    background-color: #f5bfc2 !important; }

.bg-red-200 {
  background-color: #f6cdd1 !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: #eea2a9 !important; }
  a.bg-red-200:hover {
    background-color: #eea2a9 !important; }

.btn-red-200 {
  background-color: #f6cdd1 !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: #eea2a9 !important; }
  a.btn-red-200:hover {
    background-color: #eea2a9 !important; }

.bg-red-300 {
  background-color: #ee9aa2 !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: #e76e7a !important; }
  a.bg-red-300:hover {
    background-color: #e76e7a !important; }

.btn-red-300 {
  background-color: #ee9aa2 !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: #e76e7a !important; }
  a.btn-red-300:hover {
    background-color: #e76e7a !important; }

.bg-red-400 {
  background-color: #e56874 !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: #de3c4c !important; }
  a.bg-red-400:hover {
    background-color: #de3c4c !important; }

.btn-red-400 {
  background-color: #e56874 !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: #de3c4c !important; }
  a.btn-red-400:hover {
    background-color: #de3c4c !important; }

.bg-red-500 {
  background-color: #dc3545 !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: #bd2130 !important; }
  a.bg-red-500:hover {
    background-color: #bd2130 !important; }

.btn-red-500 {
  background-color: #dc3545 !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: #bd2130 !important; }
  a.btn-red-500:hover {
    background-color: #bd2130 !important; }

.bg-red-600 {
  background-color: #a52834 !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: #7c1e27 !important; }
  a.bg-red-600:hover {
    background-color: #7c1e27 !important; }

.btn-red-600 {
  background-color: #a52834 !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: #7c1e27 !important; }
  a.btn-red-600:hover {
    background-color: #7c1e27 !important; }

.bg-red-700 {
  background-color: #6e1b23 !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: #451116 !important; }
  a.bg-red-700:hover {
    background-color: #451116 !important; }

.btn-red-700 {
  background-color: #6e1b23 !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: #451116 !important; }
  a.btn-red-700:hover {
    background-color: #451116 !important; }

.bg-red-800 {
  background-color: #370d11 !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: #0e0304 !important; }
  a.bg-red-800:hover {
    background-color: #0e0304 !important; }

.btn-red-800 {
  background-color: #370d11 !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: #0e0304 !important; }
  a.btn-red-800:hover {
    background-color: #0e0304 !important; }

.bg-red-900 {
  background-color: #21080a !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: #21080a !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: #fff2e8 !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: #ffd5b5 !important; }
  a.bg-orange-100:hover {
    background-color: #ffd5b5 !important; }

.btn-orange-100 {
  background-color: #fff2e8 !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: #ffd5b5 !important; }
  a.btn-orange-100:hover {
    background-color: #ffd5b5 !important; }

.bg-orange-200 {
  background-color: #ffdfc4 !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: #ffc391 !important; }
  a.bg-orange-200:hover {
    background-color: #ffc391 !important; }

.btn-orange-200 {
  background-color: #ffdfc4 !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: #ffc391 !important; }
  a.btn-orange-200:hover {
    background-color: #ffc391 !important; }

.bg-orange-300 {
  background-color: #febf8a !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: #fea357 !important; }
  a.bg-orange-300:hover {
    background-color: #fea357 !important; }

.btn-orange-300 {
  background-color: #febf8a !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: #fea357 !important; }
  a.btn-orange-300:hover {
    background-color: #fea357 !important; }

.bg-orange-400 {
  background-color: #fe9e4f !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: #fe821c !important; }
  a.bg-orange-400:hover {
    background-color: #fe821c !important; }

.btn-orange-400 {
  background-color: #fe9e4f !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: #fe821c !important; }
  a.btn-orange-400:hover {
    background-color: #fe821c !important; }

.bg-orange-500 {
  background-color: #fd7e14 !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: #dc6502 !important; }
  a.bg-orange-500:hover {
    background-color: #dc6502 !important; }

.btn-orange-500 {
  background-color: #fd7e14 !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: #dc6502 !important; }
  a.btn-orange-500:hover {
    background-color: #dc6502 !important; }

.bg-orange-600 {
  background-color: #be5f0f !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: #8f470b !important; }
  a.bg-orange-600:hover {
    background-color: #8f470b !important; }

.btn-orange-600 {
  background-color: #be5f0f !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: #8f470b !important; }
  a.btn-orange-600:hover {
    background-color: #8f470b !important; }

.bg-orange-700 {
  background-color: #7f3f0a !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: #502806 !important; }
  a.bg-orange-700:hover {
    background-color: #502806 !important; }

.btn-orange-700 {
  background-color: #7f3f0a !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: #502806 !important; }
  a.btn-orange-700:hover {
    background-color: #502806 !important; }

.bg-orange-800 {
  background-color: #3f2005 !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: #100801 !important; }
  a.bg-orange-800:hover {
    background-color: #100801 !important; }

.btn-orange-800 {
  background-color: #3f2005 !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: #100801 !important; }
  a.btn-orange-800:hover {
    background-color: #100801 !important; }

.bg-orange-900 {
  background-color: #261303 !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: #261303 !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: #eaf6ec !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: #c6e7cc !important; }
  a.bg-green-100:hover {
    background-color: #c6e7cc !important; }

.btn-green-100 {
  background-color: #eaf6ec !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: #c6e7cc !important; }
  a.btn-green-100:hover {
    background-color: #c6e7cc !important; }

.bg-green-200 {
  background-color: #c9e9d1 !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: #a5dab2 !important; }
  a.bg-green-200:hover {
    background-color: #a5dab2 !important; }

.btn-green-200 {
  background-color: #c9e9d1 !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: #a5dab2 !important; }
  a.btn-green-200:hover {
    background-color: #a5dab2 !important; }

.bg-green-300 {
  background-color: #94d3a2 !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: #70c483 !important; }
  a.bg-green-300:hover {
    background-color: #70c483 !important; }

.btn-green-300 {
  background-color: #94d3a2 !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: #70c483 !important; }
  a.btn-green-300:hover {
    background-color: #70c483 !important; }

.bg-green-400 {
  background-color: #5ebd74 !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: #43a55a !important; }
  a.bg-green-400:hover {
    background-color: #43a55a !important; }

.btn-green-400 {
  background-color: #5ebd74 !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: #43a55a !important; }
  a.btn-green-400:hover {
    background-color: #43a55a !important; }

.bg-green-500 {
  background-color: #28a745 !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: #1e7e34 !important; }
  a.bg-green-500:hover {
    background-color: #1e7e34 !important; }

.btn-green-500 {
  background-color: #28a745 !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: #1e7e34 !important; }
  a.btn-green-500:hover {
    background-color: #1e7e34 !important; }

.bg-green-600 {
  background-color: #1e7d34 !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: #145423 !important; }
  a.bg-green-600:hover {
    background-color: #145423 !important; }

.btn-green-600 {
  background-color: #1e7d34 !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: #145423 !important; }
  a.btn-green-600:hover {
    background-color: #145423 !important; }

.bg-green-700 {
  background-color: #145423 !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: #0a2b12 !important; }
  a.bg-green-700:hover {
    background-color: #0a2b12 !important; }

.btn-green-700 {
  background-color: #145423 !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: #0a2b12 !important; }
  a.btn-green-700:hover {
    background-color: #0a2b12 !important; }

.bg-green-800 {
  background-color: #0a2a11 !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: #000100 !important; }
  a.bg-green-800:hover {
    background-color: #000100 !important; }

.btn-green-800 {
  background-color: #0a2a11 !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: #000100 !important; }
  a.btn-green-800:hover {
    background-color: #000100 !important; }

.bg-green-900 {
  background-color: #06190a !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: #06190a !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: #e9faf5 !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: #bff1e2 !important; }
  a.bg-teal-100:hover {
    background-color: #bff1e2 !important; }

.btn-teal-100 {
  background-color: #e9faf5 !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: #bff1e2 !important; }
  a.btn-teal-100:hover {
    background-color: #bff1e2 !important; }

.bg-teal-200 {
  background-color: #c7f2e5 !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: #9ee8d2 !important; }
  a.bg-teal-200:hover {
    background-color: #9ee8d2 !important; }

.btn-teal-200 {
  background-color: #c7f2e5 !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: #9ee8d2 !important; }
  a.btn-teal-200:hover {
    background-color: #9ee8d2 !important; }

.bg-teal-300 {
  background-color: #90e4cb !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: #67dab8 !important; }
  a.bg-teal-300:hover {
    background-color: #67dab8 !important; }

.btn-teal-300 {
  background-color: #90e4cb !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: #67dab8 !important; }
  a.btn-teal-300:hover {
    background-color: #67dab8 !important; }

.bg-teal-400 {
  background-color: #58d7b1 !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: #31cb9d !important; }
  a.bg-teal-400:hover {
    background-color: #31cb9d !important; }

.btn-teal-400 {
  background-color: #58d7b1 !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: #31cb9d !important; }
  a.btn-teal-400:hover {
    background-color: #31cb9d !important; }

.bg-teal-500 {
  background-color: #20c997 !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: #199d76 !important; }
  a.bg-teal-500:hover {
    background-color: #199d76 !important; }

.btn-teal-500 {
  background-color: #20c997 !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: #199d76 !important; }
  a.btn-teal-500:hover {
    background-color: #199d76 !important; }

.bg-teal-600 {
  background-color: #189771 !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: #116b50 !important; }
  a.bg-teal-600:hover {
    background-color: #116b50 !important; }

.btn-teal-600 {
  background-color: #189771 !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: #116b50 !important; }
  a.btn-teal-600:hover {
    background-color: #116b50 !important; }

.bg-teal-700 {
  background-color: #10654c !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: #09392b !important; }
  a.bg-teal-700:hover {
    background-color: #09392b !important; }

.btn-teal-700 {
  background-color: #10654c !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: #09392b !important; }
  a.btn-teal-700:hover {
    background-color: #09392b !important; }

.bg-teal-800 {
  background-color: #083226 !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: #010605 !important; }
  a.bg-teal-800:hover {
    background-color: #010605 !important; }

.btn-teal-800 {
  background-color: #083226 !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: #010605 !important; }
  a.btn-teal-800:hover {
    background-color: #010605 !important; }

.bg-teal-900 {
  background-color: #051e17 !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: #051e17 !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: #e8f6f8 !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: #c1e7ec !important; }
  a.bg-cyan-100:hover {
    background-color: #c1e7ec !important; }

.btn-cyan-100 {
  background-color: #e8f6f8 !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: #c1e7ec !important; }
  a.btn-cyan-100:hover {
    background-color: #c1e7ec !important; }

.bg-cyan-200 {
  background-color: #c5e8ed !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: #9ed9e1 !important; }
  a.bg-cyan-200:hover {
    background-color: #9ed9e1 !important; }

.btn-cyan-200 {
  background-color: #c5e8ed !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: #9ed9e1 !important; }
  a.btn-cyan-200:hover {
    background-color: #9ed9e1 !important; }

.bg-cyan-300 {
  background-color: #8bd1dc !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: #64c1d0 !important; }
  a.bg-cyan-300:hover {
    background-color: #64c1d0 !important; }

.btn-cyan-300 {
  background-color: #8bd1dc !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: #64c1d0 !important; }
  a.btn-cyan-300:hover {
    background-color: #64c1d0 !important; }

.bg-cyan-400 {
  background-color: #51b9ca !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: #36a0b2 !important; }
  a.bg-cyan-400:hover {
    background-color: #36a0b2 !important; }

.btn-cyan-400 {
  background-color: #51b9ca !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: #36a0b2 !important; }
  a.btn-cyan-400:hover {
    background-color: #36a0b2 !important; }

.bg-cyan-500 {
  background-color: #17a2b8 !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: #117a8b !important; }
  a.bg-cyan-500:hover {
    background-color: #117a8b !important; }

.btn-cyan-500 {
  background-color: #17a2b8 !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: #117a8b !important; }
  a.btn-cyan-500:hover {
    background-color: #117a8b !important; }

.bg-cyan-600 {
  background-color: #117a8a !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: #0b525d !important; }
  a.bg-cyan-600:hover {
    background-color: #0b525d !important; }

.btn-cyan-600 {
  background-color: #117a8a !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: #0b525d !important; }
  a.btn-cyan-600:hover {
    background-color: #0b525d !important; }

.bg-cyan-700 {
  background-color: #0c515c !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: #06292f !important; }
  a.bg-cyan-700:hover {
    background-color: #06292f !important; }

.btn-cyan-700 {
  background-color: #0c515c !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: #06292f !important; }
  a.btn-cyan-700:hover {
    background-color: #06292f !important; }

.bg-cyan-800 {
  background-color: #06292e !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: #000101 !important; }
  a.bg-cyan-800:hover {
    background-color: #000101 !important; }

.btn-cyan-800 {
  background-color: #06292e !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: #000101 !important; }
  a.btn-cyan-800:hover {
    background-color: #000101 !important; }

.bg-cyan-900 {
  background-color: #03181c !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: #03181c !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: #f3f4f5 !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: #d7dbde !important; }
  a.bg-gray-100:hover {
    background-color: #d7dbde !important; }

.btn-gray-100 {
  background-color: #f3f4f5 !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: #d7dbde !important; }
  a.btn-gray-100:hover {
    background-color: #d7dbde !important; }

.bg-gray-200 {
  background-color: #e1e3e5 !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: #c6cacd !important; }
  a.bg-gray-200:hover {
    background-color: #c6cacd !important; }

.btn-gray-200 {
  background-color: #e1e3e5 !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: #c6cacd !important; }
  a.btn-gray-200:hover {
    background-color: #c6cacd !important; }

.bg-gray-300 {
  background-color: #c3c7cb !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: #a8aeb3 !important; }
  a.bg-gray-300:hover {
    background-color: #a8aeb3 !important; }

.btn-gray-300 {
  background-color: #c3c7cb !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: #a8aeb3 !important; }
  a.btn-gray-300:hover {
    background-color: #a8aeb3 !important; }

.bg-gray-400 {
  background-color: #a4aab0 !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: #899198 !important; }
  a.bg-gray-400:hover {
    background-color: #899198 !important; }

.btn-gray-400 {
  background-color: #a4aab0 !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: #899198 !important; }
  a.btn-gray-400:hover {
    background-color: #899198 !important; }

.bg-gray-500 {
  background-color: #868e96 !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: #6c757d !important; }
  a.bg-gray-500:hover {
    background-color: #6c757d !important; }

.btn-gray-500 {
  background-color: #868e96 !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: #6c757d !important; }
  a.btn-gray-500:hover {
    background-color: #6c757d !important; }

.bg-gray-600 {
  background-color: #656b71 !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: #4d5256 !important; }
  a.bg-gray-600:hover {
    background-color: #4d5256 !important; }

.btn-gray-600 {
  background-color: #656b71 !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: #4d5256 !important; }
  a.btn-gray-600:hover {
    background-color: #4d5256 !important; }

.bg-gray-700 {
  background-color: #43474b !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: #2b2e30 !important; }
  a.bg-gray-700:hover {
    background-color: #2b2e30 !important; }

.btn-gray-700 {
  background-color: #43474b !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: #2b2e30 !important; }
  a.btn-gray-700:hover {
    background-color: #2b2e30 !important; }

.bg-gray-800 {
  background-color: #222426 !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: #0a0b0b !important; }
  a.bg-gray-800:hover {
    background-color: #0a0b0b !important; }

.btn-gray-800 {
  background-color: #222426 !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: #0a0b0b !important; }
  a.btn-gray-800:hover {
    background-color: #0a0b0b !important; }

.bg-gray-900 {
  background-color: #141517 !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: #141517 !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: #ebebeb !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: #d2d2d2 !important; }
  a.bg-gray-dark-100:hover {
    background-color: #d2d2d2 !important; }

.btn-gray-dark-100 {
  background-color: #ebebeb !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: #d2d2d2 !important; }
  a.btn-gray-dark-100:hover {
    background-color: #d2d2d2 !important; }

.bg-gray-dark-200 {
  background-color: #cccccc !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: #b3b3b3 !important; }
  a.bg-gray-dark-200:hover {
    background-color: #b3b3b3 !important; }

.btn-gray-dark-200 {
  background-color: #cccccc !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: #b3b3b3 !important; }
  a.btn-gray-dark-200:hover {
    background-color: #b3b3b3 !important; }

.bg-gray-dark-300 {
  background-color: #999999 !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: gray !important; }
  a.bg-gray-dark-300:hover {
    background-color: gray !important; }

.btn-gray-dark-300 {
  background-color: #999999 !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: gray !important; }
  a.btn-gray-dark-300:hover {
    background-color: gray !important; }

.bg-gray-dark-400 {
  background-color: #666666 !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: #4d4d4d !important; }
  a.bg-gray-dark-400:hover {
    background-color: #4d4d4d !important; }

.btn-gray-dark-400 {
  background-color: #666666 !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: #4d4d4d !important; }
  a.btn-gray-dark-400:hover {
    background-color: #4d4d4d !important; }

.bg-gray-dark-500 {
  background-color: #333333 !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: #1a1a1a !important; }
  a.bg-gray-dark-500:hover {
    background-color: #1a1a1a !important; }

.btn-gray-dark-500 {
  background-color: #333333 !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: #1a1a1a !important; }
  a.btn-gray-dark-500:hover {
    background-color: #1a1a1a !important; }

.bg-gray-dark-600 {
  background-color: #262626 !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: #0d0d0d !important; }
  a.bg-gray-dark-600:hover {
    background-color: #0d0d0d !important; }

.btn-gray-dark-600 {
  background-color: #262626 !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: #0d0d0d !important; }
  a.btn-gray-dark-600:hover {
    background-color: #0d0d0d !important; }

.bg-gray-dark-700 {
  background-color: #1a1a1a !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: #010101 !important; }
  a.bg-gray-dark-700:hover {
    background-color: #010101 !important; }

.btn-gray-dark-700 {
  background-color: #1a1a1a !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: #010101 !important; }
  a.btn-gray-dark-700:hover {
    background-color: #010101 !important; }

.bg-gray-dark-800 {
  background-color: #0d0d0d !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: #0d0d0d !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: #080808 !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: #080808 !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: #ebebeb !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: #d2d2d2 !important; }
  a.bg-primary-100:hover {
    background-color: #d2d2d2 !important; }

.btn-primary-100 {
  background-color: #ebebeb !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: #d2d2d2 !important; }
  a.btn-primary-100:hover {
    background-color: #d2d2d2 !important; }

.bg-primary-200 {
  background-color: #cccccc !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: #b3b3b3 !important; }
  a.bg-primary-200:hover {
    background-color: #b3b3b3 !important; }

.btn-primary-200 {
  background-color: #cccccc !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: #b3b3b3 !important; }
  a.btn-primary-200:hover {
    background-color: #b3b3b3 !important; }

.bg-primary-300 {
  background-color: #999999 !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: gray !important; }
  a.bg-primary-300:hover {
    background-color: gray !important; }

.btn-primary-300 {
  background-color: #999999 !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: gray !important; }
  a.btn-primary-300:hover {
    background-color: gray !important; }

.bg-primary-400 {
  background-color: #666666 !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: #4d4d4d !important; }
  a.bg-primary-400:hover {
    background-color: #4d4d4d !important; }

.btn-primary-400 {
  background-color: #666666 !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: #4d4d4d !important; }
  a.btn-primary-400:hover {
    background-color: #4d4d4d !important; }

.bg-primary-500 {
  background-color: #333333 !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: #1a1a1a !important; }
  a.bg-primary-500:hover {
    background-color: #1a1a1a !important; }

.btn-primary-500 {
  background-color: #333333 !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: #1a1a1a !important; }
  a.btn-primary-500:hover {
    background-color: #1a1a1a !important; }

.bg-primary-600, .select2-container--clean .select2-selection--multiple .select2-selection__choice, .select2-container--clean .select2-results__option[aria-selected="true"] {
  background-color: #262626 !important; }

a.bg-primary-600, .select2-container--clean .select2-selection--multiple a.select2-selection__choice, .select2-container--clean a.select2-results__option[aria-selected="true"] {
  /* TODO: re-enable along with mq4-hover-shim*/
  /*  @if $enable-hover-media-query {*/
  /*    // See Media Queries Level 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 .select2-selection--multiple a.select2-selection__choice:focus, .select2-container--clean a.select2-results__option:focus[aria-selected="true"] {
    background-color: #0d0d0d !important; }
  a.bg-primary-600:hover, .select2-container--clean .select2-selection--multiple a.select2-selection__choice:hover, .select2-container--clean a.select2-results__option:hover[aria-selected="true"] {
    background-color: #0d0d0d !important; }

.btn-primary-600 {
  background-color: #262626 !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: #0d0d0d !important; }
  a.btn-primary-600:hover {
    background-color: #0d0d0d !important; }

.bg-primary-700 {
  background-color: #1a1a1a !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: #010101 !important; }
  a.bg-primary-700:hover {
    background-color: #010101 !important; }

.btn-primary-700 {
  background-color: #1a1a1a !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: #010101 !important; }
  a.btn-primary-700:hover {
    background-color: #010101 !important; }

.bg-primary-800 {
  background-color: #0d0d0d !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: black !important; }
  a.bg-primary-800:hover {
    background-color: black !important; }

.btn-primary-800 {
  background-color: #0d0d0d !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: black !important; }
  a.btn-primary-800:hover {
    background-color: black !important; }

.bg-primary-900 {
  background-color: #080808 !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: #080808 !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: #eaf6ec !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: #c6e7cc !important; }
  a.bg-success-100:hover {
    background-color: #c6e7cc !important; }

.btn-success-100 {
  background-color: #eaf6ec !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: #c6e7cc !important; }
  a.btn-success-100:hover {
    background-color: #c6e7cc !important; }

.bg-success-200 {
  background-color: #c9e9d1 !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: #a5dab2 !important; }
  a.bg-success-200:hover {
    background-color: #a5dab2 !important; }

.btn-success-200 {
  background-color: #c9e9d1 !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: #a5dab2 !important; }
  a.btn-success-200:hover {
    background-color: #a5dab2 !important; }

.bg-success-300 {
  background-color: #94d3a2 !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: #70c483 !important; }
  a.bg-success-300:hover {
    background-color: #70c483 !important; }

.btn-success-300 {
  background-color: #94d3a2 !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: #70c483 !important; }
  a.btn-success-300:hover {
    background-color: #70c483 !important; }

.bg-success-400 {
  background-color: #5ebd74 !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: #43a55a !important; }
  a.bg-success-400:hover {
    background-color: #43a55a !important; }

.btn-success-400 {
  background-color: #5ebd74 !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: #43a55a !important; }
  a.btn-success-400:hover {
    background-color: #43a55a !important; }

.bg-success-500 {
  background-color: #28a745 !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: #1e7e34 !important; }
  a.bg-success-500:hover {
    background-color: #1e7e34 !important; }

.btn-success-500 {
  background-color: #28a745 !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: #1e7e34 !important; }
  a.btn-success-500:hover {
    background-color: #1e7e34 !important; }

.bg-success-600 {
  background-color: #1e7d34 !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: #145423 !important; }
  a.bg-success-600:hover {
    background-color: #145423 !important; }

.btn-success-600 {
  background-color: #1e7d34 !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: #145423 !important; }
  a.btn-success-600:hover {
    background-color: #145423 !important; }

.bg-success-700 {
  background-color: #145423 !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: #0a2b12 !important; }
  a.bg-success-700:hover {
    background-color: #0a2b12 !important; }

.btn-success-700 {
  background-color: #145423 !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: #0a2b12 !important; }
  a.btn-success-700:hover {
    background-color: #0a2b12 !important; }

.bg-success-800 {
  background-color: #0a2a11 !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: #000100 !important; }
  a.bg-success-800:hover {
    background-color: #000100 !important; }

.btn-success-800 {
  background-color: #0a2a11 !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: #000100 !important; }
  a.btn-success-800:hover {
    background-color: #000100 !important; }

.bg-success-900 {
  background-color: #06190a !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: #06190a !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: #e8f6f8 !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: #c1e7ec !important; }
  a.bg-info-100:hover {
    background-color: #c1e7ec !important; }

.btn-info-100 {
  background-color: #e8f6f8 !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: #c1e7ec !important; }
  a.btn-info-100:hover {
    background-color: #c1e7ec !important; }

.bg-info-200 {
  background-color: #c5e8ed !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: #9ed9e1 !important; }
  a.bg-info-200:hover {
    background-color: #9ed9e1 !important; }

.btn-info-200 {
  background-color: #c5e8ed !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: #9ed9e1 !important; }
  a.btn-info-200:hover {
    background-color: #9ed9e1 !important; }

.bg-info-300 {
  background-color: #8bd1dc !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: #64c1d0 !important; }
  a.bg-info-300:hover {
    background-color: #64c1d0 !important; }

.btn-info-300 {
  background-color: #8bd1dc !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: #64c1d0 !important; }
  a.btn-info-300:hover {
    background-color: #64c1d0 !important; }

.bg-info-400 {
  background-color: #51b9ca !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: #36a0b2 !important; }
  a.bg-info-400:hover {
    background-color: #36a0b2 !important; }

.btn-info-400 {
  background-color: #51b9ca !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: #36a0b2 !important; }
  a.btn-info-400:hover {
    background-color: #36a0b2 !important; }

.bg-info-500 {
  background-color: #17a2b8 !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: #117a8b !important; }
  a.bg-info-500:hover {
    background-color: #117a8b !important; }

.btn-info-500 {
  background-color: #17a2b8 !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: #117a8b !important; }
  a.btn-info-500:hover {
    background-color: #117a8b !important; }

.bg-info-600 {
  background-color: #117a8a !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: #0b525d !important; }
  a.bg-info-600:hover {
    background-color: #0b525d !important; }

.btn-info-600 {
  background-color: #117a8a !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: #0b525d !important; }
  a.btn-info-600:hover {
    background-color: #0b525d !important; }

.bg-info-700 {
  background-color: #0c515c !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: #06292f !important; }
  a.bg-info-700:hover {
    background-color: #06292f !important; }

.btn-info-700 {
  background-color: #0c515c !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: #06292f !important; }
  a.btn-info-700:hover {
    background-color: #06292f !important; }

.bg-info-800 {
  background-color: #06292e !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: #000101 !important; }
  a.bg-info-800:hover {
    background-color: #000101 !important; }

.btn-info-800 {
  background-color: #06292e !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: #000101 !important; }
  a.btn-info-800:hover {
    background-color: #000101 !important; }

.bg-info-900 {
  background-color: #03181c !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: #03181c !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: #fcebec !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: #f5bfc2 !important; }
  a.bg-danger-100:hover {
    background-color: #f5bfc2 !important; }

.btn-danger-100 {
  background-color: #fcebec !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: #f5bfc2 !important; }
  a.btn-danger-100:hover {
    background-color: #f5bfc2 !important; }

.bg-danger-200 {
  background-color: #f6cdd1 !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: #eea2a9 !important; }
  a.bg-danger-200:hover {
    background-color: #eea2a9 !important; }

.btn-danger-200 {
  background-color: #f6cdd1 !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: #eea2a9 !important; }
  a.btn-danger-200:hover {
    background-color: #eea2a9 !important; }

.bg-danger-300 {
  background-color: #ee9aa2 !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: #e76e7a !important; }
  a.bg-danger-300:hover {
    background-color: #e76e7a !important; }

.btn-danger-300 {
  background-color: #ee9aa2 !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: #e76e7a !important; }
  a.btn-danger-300:hover {
    background-color: #e76e7a !important; }

.bg-danger-400 {
  background-color: #e56874 !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: #de3c4c !important; }
  a.bg-danger-400:hover {
    background-color: #de3c4c !important; }

.btn-danger-400 {
  background-color: #e56874 !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: #de3c4c !important; }
  a.btn-danger-400:hover {
    background-color: #de3c4c !important; }

.bg-danger-500 {
  background-color: #dc3545 !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: #bd2130 !important; }
  a.bg-danger-500:hover {
    background-color: #bd2130 !important; }

.btn-danger-500 {
  background-color: #dc3545 !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: #bd2130 !important; }
  a.btn-danger-500:hover {
    background-color: #bd2130 !important; }

.bg-danger-600 {
  background-color: #a52834 !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: #7c1e27 !important; }
  a.bg-danger-600:hover {
    background-color: #7c1e27 !important; }

.btn-danger-600 {
  background-color: #a52834 !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: #7c1e27 !important; }
  a.btn-danger-600:hover {
    background-color: #7c1e27 !important; }

.bg-danger-700 {
  background-color: #6e1b23 !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: #451116 !important; }
  a.bg-danger-700:hover {
    background-color: #451116 !important; }

.btn-danger-700 {
  background-color: #6e1b23 !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: #451116 !important; }
  a.btn-danger-700:hover {
    background-color: #451116 !important; }

.bg-danger-800 {
  background-color: #370d11 !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: #0e0304 !important; }
  a.bg-danger-800:hover {
    background-color: #0e0304 !important; }

.btn-danger-800 {
  background-color: #370d11 !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: #0e0304 !important; }
  a.btn-danger-800:hover {
    background-color: #0e0304 !important; }

.bg-danger-900 {
  background-color: #21080a !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: #21080a !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: #fff; }

.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: #111; }

.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: #fff; }

.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: #111; }

.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: #fff; }

.bg-primary-500 {
  color: #fff; }

.bg-primary-600, .select2-container--clean .select2-selection--multiple .select2-selection__choice, .select2-container--clean .select2-results__option[aria-selected="true"] {
  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: #fff; }

.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: #007bff !important; }

.border-indigo {
  border-color: #6610f2 !important; }

.border-purple {
  border-color: #6f42c1 !important; }

.border-pink {
  border-color: #e83e8c !important; }

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

.border-orange {
  border-color: #fd7e14 !important; }

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

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

.border-teal {
  border-color: #20c997 !important; }

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

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

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

.border-gray {
  border-color: #868e96 !important; }

.border-gray-dark {
  border-color: #333 !important; }

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

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

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

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

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

.border-blue-100 {
  border-color: #e6f2ff !important; }

.border-blue-200 {
  border-color: #bfdeff !important; }

.border-blue-300 {
  border-color: #80bdff !important; }

.border-blue-400 {
  border-color: #409cff !important; }

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

.border-blue-600 {
  border-color: #005cbf !important; }

.border-blue-700 {
  border-color: #003e80 !important; }

.border-blue-800 {
  border-color: #001f40 !important; }

.border-blue-900 {
  border-color: #001226 !important; }

.border-indigo-100 {
  border-color: #f0e7fe !important; }

.border-indigo-200 {
  border-color: #d9c3fc !important; }

.border-indigo-300 {
  border-color: #b388f9 !important; }

.border-indigo-400 {
  border-color: #8c4cf5 !important; }

.border-indigo-500 {
  border-color: #6610f2 !important; }

.border-indigo-600 {
  border-color: #4d0cb6 !important; }

.border-indigo-700 {
  border-color: #330879 !important; }

.border-indigo-800 {
  border-color: #1a043d !important; }

.border-indigo-900 {
  border-color: #0f0224 !important; }

.border-purple-100 {
  border-color: #f1ecf9 !important; }

.border-purple-200 {
  border-color: #dbd0f0 !important; }

.border-purple-300 {
  border-color: #b7a1e0 !important; }

.border-purple-400 {
  border-color: #9371d1 !important; }

.border-purple-500 {
  border-color: #6f42c1 !important; }

.border-purple-600 {
  border-color: #533291 !important; }

.border-purple-700 {
  border-color: #382161 !important; }

.border-purple-800 {
  border-color: #1c1130 !important; }

.border-purple-900 {
  border-color: #110a1d !important; }

.border-pink-100 {
  border-color: #fdecf4 !important; }

.border-pink-200 {
  border-color: #f9cfe2 !important; }

.border-pink-300 {
  border-color: #f49fc6 !important; }

.border-pink-400 {
  border-color: #ee6ea9 !important; }

.border-pink-500 {
  border-color: #e83e8c !important; }

.border-pink-600 {
  border-color: #ae2f69 !important; }

.border-pink-700 {
  border-color: #741f46 !important; }

.border-pink-800 {
  border-color: #3a1023 !important; }

.border-pink-900 {
  border-color: #230915 !important; }

.border-red-100 {
  border-color: #fcebec !important; }

.border-red-200 {
  border-color: #f6cdd1 !important; }

.border-red-300 {
  border-color: #ee9aa2 !important; }

.border-red-400 {
  border-color: #e56874 !important; }

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

.border-red-600 {
  border-color: #a52834 !important; }

.border-red-700 {
  border-color: #6e1b23 !important; }

.border-red-800 {
  border-color: #370d11 !important; }

.border-red-900 {
  border-color: #21080a !important; }

.border-orange-100 {
  border-color: #fff2e8 !important; }

.border-orange-200 {
  border-color: #ffdfc4 !important; }

.border-orange-300 {
  border-color: #febf8a !important; }

.border-orange-400 {
  border-color: #fe9e4f !important; }

.border-orange-500 {
  border-color: #fd7e14 !important; }

.border-orange-600 {
  border-color: #be5f0f !important; }

.border-orange-700 {
  border-color: #7f3f0a !important; }

.border-orange-800 {
  border-color: #3f2005 !important; }

.border-orange-900 {
  border-color: #261303 !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: #eaf6ec !important; }

.border-green-200 {
  border-color: #c9e9d1 !important; }

.border-green-300 {
  border-color: #94d3a2 !important; }

.border-green-400 {
  border-color: #5ebd74 !important; }

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

.border-green-600 {
  border-color: #1e7d34 !important; }

.border-green-700 {
  border-color: #145423 !important; }

.border-green-800 {
  border-color: #0a2a11 !important; }

.border-green-900 {
  border-color: #06190a !important; }

.border-teal-100 {
  border-color: #e9faf5 !important; }

.border-teal-200 {
  border-color: #c7f2e5 !important; }

.border-teal-300 {
  border-color: #90e4cb !important; }

.border-teal-400 {
  border-color: #58d7b1 !important; }

.border-teal-500 {
  border-color: #20c997 !important; }

.border-teal-600 {
  border-color: #189771 !important; }

.border-teal-700 {
  border-color: #10654c !important; }

.border-teal-800 {
  border-color: #083226 !important; }

.border-teal-900 {
  border-color: #051e17 !important; }

.border-cyan-100 {
  border-color: #e8f6f8 !important; }

.border-cyan-200 {
  border-color: #c5e8ed !important; }

.border-cyan-300 {
  border-color: #8bd1dc !important; }

.border-cyan-400 {
  border-color: #51b9ca !important; }

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

.border-cyan-600 {
  border-color: #117a8a !important; }

.border-cyan-700 {
  border-color: #0c515c !important; }

.border-cyan-800 {
  border-color: #06292e !important; }

.border-cyan-900 {
  border-color: #03181c !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: #f3f4f5 !important; }

.border-gray-200 {
  border-color: #e1e3e5 !important; }

.border-gray-300 {
  border-color: #c3c7cb !important; }

.border-gray-400 {
  border-color: #a4aab0 !important; }

.border-gray-500 {
  border-color: #868e96 !important; }

.border-gray-600 {
  border-color: #656b71 !important; }

.border-gray-700 {
  border-color: #43474b !important; }

.border-gray-800 {
  border-color: #222426 !important; }

.border-gray-900 {
  border-color: #141517 !important; }

.border-gray-dark-100 {
  border-color: #ebebeb !important; }

.border-gray-dark-200 {
  border-color: #cccccc !important; }

.border-gray-dark-300 {
  border-color: #999999 !important; }

.border-gray-dark-400 {
  border-color: #666666 !important; }

.border-gray-dark-500 {
  border-color: #333333 !important; }

.border-gray-dark-600 {
  border-color: #262626 !important; }

.border-gray-dark-700 {
  border-color: #1a1a1a !important; }

.border-gray-dark-800 {
  border-color: #0d0d0d !important; }

.border-gray-dark-900 {
  border-color: #080808 !important; }

.border-primary-100 {
  border-color: #ebebeb !important; }

.border-primary-200 {
  border-color: #cccccc !important; }

.border-primary-300 {
  border-color: #999999 !important; }

.border-primary-400 {
  border-color: #666666 !important; }

.border-primary-500 {
  border-color: #333333 !important; }

.border-primary-600, .select2-container--clean .select2-selection--multiple .select2-selection__choice {
  border-color: #262626 !important; }

.border-primary-700 {
  border-color: #1a1a1a !important; }

.border-primary-800 {
  border-color: #0d0d0d !important; }

.border-primary-900 {
  border-color: #080808 !important; }

.border-success-100 {
  border-color: #eaf6ec !important; }

.border-success-200 {
  border-color: #c9e9d1 !important; }

.border-success-300 {
  border-color: #94d3a2 !important; }

.border-success-400 {
  border-color: #5ebd74 !important; }

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

.border-success-600 {
  border-color: #1e7d34 !important; }

.border-success-700 {
  border-color: #145423 !important; }

.border-success-800 {
  border-color: #0a2a11 !important; }

.border-success-900 {
  border-color: #06190a !important; }

.border-info-100 {
  border-color: #e8f6f8 !important; }

.border-info-200 {
  border-color: #c5e8ed !important; }

.border-info-300 {
  border-color: #8bd1dc !important; }

.border-info-400 {
  border-color: #51b9ca !important; }

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

.border-info-600 {
  border-color: #117a8a !important; }

.border-info-700 {
  border-color: #0c515c !important; }

.border-info-800 {
  border-color: #06292e !important; }

.border-info-900 {
  border-color: #03181c !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: #fcebec !important; }

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

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

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

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

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

.border-danger-700 {
  border-color: #6e1b23 !important; }

.border-danger-800 {
  border-color: #370d11 !important; }

.border-danger-900 {
  border-color: #21080a !important; }

/* Admin CORE Utilities */
/*/ 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            =
=============================================*/
.dropdown-toggle:not(.sidebar-toggler):after, .sidebar-mini-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='%23f3f4f5' 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='%23868e96' 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 ----------- */
@media (min-width: 768px) {
  .navbar-tall {
    line-height: 100px;
    min-height: 100px; } }

/*===============================
=            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: 255px 25px 225px 25px/25px 225px 25px 255px;
  -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: 255px 25px 225px 25px/25px 225px 25px 255px;
    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.63462rem; }
  .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; }

@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: 255px 25px 225px 25px/25px 225px 25px 255px; }
    .sidebar.sidebar-fixed {
      position: sticky;
      top: 4.5rem; }
    .sidebar .sidebar-user .category-content:first-child {
      border-top-right-radius: 255px 25px 225px 25px/25px 225px 25px 255px;
      border-top-left-radius: 255px 25px 225px 25px/25px 225px 25px 255px; }
    .sidebar .sidebar-content {
      margin-bottom: 0; } }

/*===============================
=            borders            =
===============================*/
.border-sm {
  border-width: 4px !important; }

.border-md {
  border-width: 6px !important; }

.border-lg {
  border-width: 8px !important; }

[class*="border-top"] {
  border-top-style: solid;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.border-top {
  border-top-width: 2px !important; }

.border-top-sm {
  border-top-width: 4px !important; }

.border-top-md {
  border-top-width: 6px !important; }

.border-top-lg {
  border-top-width: 8px !important; }

[class*="border-bottom"] {
  border-bottom-style: solid;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.border-bottom {
  border-bottom-width: 2px !important; }

.border-bottom-sm {
  border-bottom-width: 4px !important; }

.border-bottom-md {
  border-bottom-width: 6px !important; }

.border-bottom-lg {
  border-bottom-width: 8px !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: #333;
      border-color: #333; }
    .badge.badge-flat.badge-secondary {
      color: #555;
      border-color: #555; }
    .badge.badge-flat.badge-success {
      color: #28a745;
      border-color: #28a745; }
    .badge.badge-flat.badge-info {
      color: #17a2b8;
      border-color: #17a2b8; }
    .badge.badge-flat.badge-warning {
      color: #ffc107;
      border-color: #ffc107; }
    .badge.badge-flat.badge-danger {
      color: #dc3545;
      border-color: #dc3545; }

/*=============================
=            forms            =
=============================*/
legend {
  font-size: 0.75rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e3e5; }

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: #333 !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 #868e96;
  padding: 5px 10px;
  margin: -5px -10px;
  min-width: 100px; }
  span[class*="jedit-"]:after {
    background: transparent; }
  span[class*="jedit-"][data-loading="true"] {
    display: block;
    min-height: 2.592em; }
    span[class*="jedit-"][data-loading="true"]:after {
      content: ' ';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("../../../images/ajax-loader.svg") 1em center rgba(0, 0, 0, 0.5) no-repeat;
      background-size: contain; }

/* Filter list */
#filters-list .form-group {
  margin-bottom: 5px; }

#filters-list label {
  font-size: 11px; }

/*===============================
=            buttons            =
===============================*/
.btn {
  max-height: 5.875rem;
  white-space: nowrap;
  text-transform: uppercase; }
  .btn.btn-xs {
    max-height: 5.75rem; }
  .btn.btn-sm {
    max-height: 5.75rem; }
  .btn.btn-lg {
    max-height: 6.125rem; }

.btn.btn-xs {
  padding: 0.3125rem 0.5625rem;
  font-size: 0.63462rem;
  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: 2px solid #dee2e6; }
  .icon-object > i {
    font-size: 1.875rem;
    top: 0; }

/*=============================
=           modals           =
=============================*/
#bulk-delete-modal {
  background-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto; }
  #bulk-delete-modal .modal-body {
    background-color: #fafafa; }

/*==============================
=            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: #f3f4f5; }
    .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 td[id^="has-nested"] {
  vertical-align: top !important; }

.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: #28a745;
  /* 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: #28a745;
  /* 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 #28a745; }

.has-icon.alert-info:before {
  color: #17a2b8;
  background-color: #17a2b8;
  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 #17a2b8; }

.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: #dc3545;
  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 #dc3545; }

.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: 255px 25px 225px 25px/25px 225px 25px 255px;
  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; }

.font-size-base-md {
  font-size: 0.875rem; }

.font-size-base-lg {
  font-size: 1rem; }

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